/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; box-sizing: inherit; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, button { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* Some default styling. This applies to edit mode and run mode, and effects things such as HTML elements. */ b, strong { font-weight: bold; } i, em { font-style: italic; } body { font-family: Helvetica, Arial, sans-serif; } sup { vertical-align: super; font-size: smaller; } sub { vertical-align: sub; font-size: smaller; } ul, ol { display: block; padding-left: 40px; } ul { list-style-type: disc; } ol { list-style-type: decimal; } a { color: inherit; text-decoration: none; } a:hover { text-decoration: underline; color: inherit; cursor: pointer; } a:visited { color: inherit; text-decoration: none; } input:-moz-ui-invalid { box-shadow: none; } input[type=input], input[type=text], input[type=password], input[type=email], input[type=search], input[type=tel], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; } input[type=input]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #A9A9A9; } input[type=input]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */ color: #A9A9A9; opacity: 1; } input[type=input]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */ color: #A9A9A9 !important; } input[type=input]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */ color: #A9A9A9; opacity: 1; } input[type=input].grey::-webkit-input-placeholder, input[type=text].grey::-webkit-input-placeholder, input[type=password].grey::-webkit-input-placeholder, input[type=email].grey::-webkit-input-placeholder, input[type=search].grey::-webkit-input-placeholder, input[type=tel].grey::-webkit-input-placeholder, textarea.grey::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #A9A9A9; } input[type=input].grey::-moz-placeholder, input[type=text].grey::-moz-placeholder, input[type=password].grey::-moz-placeholder, input[type=email].grey::-moz-placeholder, input[type=search].grey::-moz-placeholder, input[type=tel].grey::-moz-placeholder, textarea.grey::-moz-placeholder { /* Firefox 19+ */ color: #A9A9A9; opacity: 1; } input[type=input].grey:-ms-input-placeholder, input[type=text].grey:-ms-input-placeholder, input[type=password].grey:-ms-input-placeholder, input[type=email].grey:-ms-input-placeholder, input[type=search].grey:-ms-input-placeholder, input[type=tel].grey:-ms-input-placeholder, textarea.grey:-ms-input-placeholder { /* IE 10+ */ color: #A9A9A9 !important; } input[type=input].grey:-moz-placeholder, input[type=text].grey:-moz-placeholder, input[type=password].grey:-moz-placeholder, input[type=email].grey:-moz-placeholder, input[type=search].grey:-moz-placeholder, input[type=tel].grey:-moz-placeholder, textarea.grey:-moz-placeholder { /* Firefox 18- */ color: #A9A9A9; opacity: 1; } input[type=input].white::-webkit-input-placeholder, input[type=text].white::-webkit-input-placeholder, input[type=password].white::-webkit-input-placeholder, input[type=email].white::-webkit-input-placeholder, input[type=search].white::-webkit-input-placeholder, input[type=tel].white::-webkit-input-placeholder, textarea.white::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #FFFFFF; } input[type=input].white::-moz-placeholder, input[type=text].white::-moz-placeholder, input[type=password].white::-moz-placeholder, input[type=email].white::-moz-placeholder, input[type=search].white::-moz-placeholder, input[type=tel].white::-moz-placeholder, textarea.white::-moz-placeholder { /* Firefox 19+ */ color: #FFFFFF; opacity: 1; } input[type=input].white:-ms-input-placeholder, input[type=text].white:-ms-input-placeholder, input[type=password].white:-ms-input-placeholder, input[type=email].white:-ms-input-placeholder, input[type=search].white:-ms-input-placeholder, input[type=tel].white:-ms-input-placeholder, textarea.white:-ms-input-placeholder { /* IE 10+ */ color: #FFFFFF !important; } input[type=input].white:-moz-placeholder, input[type=text].white:-moz-placeholder, input[type=password].white:-moz-placeholder, input[type=email].white:-moz-placeholder, input[type=search].white:-moz-placeholder, input[type=tel].white:-moz-placeholder, textarea.white:-moz-placeholder { /* Firefox 18- */ color: #FFFFFF; opacity: 1; } input[type=input].black::-webkit-input-placeholder, input[type=text].black::-webkit-input-placeholder, input[type=password].black::-webkit-input-placeholder, input[type=email].black::-webkit-input-placeholder, input[type=search].black::-webkit-input-placeholder, input[type=tel].black::-webkit-input-placeholder, textarea.black::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #333333; } input[type=input].black::-moz-placeholder, input[type=text].black::-moz-placeholder, input[type=password].black::-moz-placeholder, input[type=email].black::-moz-placeholder, input[type=search].black::-moz-placeholder, input[type=tel].black::-moz-placeholder, textarea.black::-moz-placeholder { /* Firefox 19+ */ color: #333333; opacity: 1; } input[type=input].black:-ms-input-placeholder, input[type=text].black:-ms-input-placeholder, input[type=password].black:-ms-input-placeholder, input[type=email].black:-ms-input-placeholder, input[type=search].black:-ms-input-placeholder, input[type=tel].black:-ms-input-placeholder, textarea.black:-ms-input-placeholder { /* IE 10+ */ color: #333333 !important; } input[type=input].black:-moz-placeholder, input[type=text].black:-moz-placeholder, input[type=password].black:-moz-placeholder, input[type=email].black:-moz-placeholder, input[type=search].black:-moz-placeholder, input[type=tel].black:-moz-placeholder, textarea.black:-moz-placeholder { /* Firefox 18- */ color: #333333; opacity: 1; } input[type=input].blue::-webkit-input-placeholder, input[type=text].blue::-webkit-input-placeholder, input[type=password].blue::-webkit-input-placeholder, input[type=email].blue::-webkit-input-placeholder, input[type=search].blue::-webkit-input-placeholder, input[type=tel].blue::-webkit-input-placeholder, textarea.blue::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #60AEF7; } input[type=input].blue::-moz-placeholder, input[type=text].blue::-moz-placeholder, input[type=password].blue::-moz-placeholder, input[type=email].blue::-moz-placeholder, input[type=search].blue::-moz-placeholder, input[type=tel].blue::-moz-placeholder, textarea.blue::-moz-placeholder { /* Firefox 19+ */ color: #60AEF7; opacity: 1; } input[type=input].blue:-ms-input-placeholder, input[type=text].blue:-ms-input-placeholder, input[type=password].blue:-ms-input-placeholder, input[type=email].blue:-ms-input-placeholder, input[type=search].blue:-ms-input-placeholder, input[type=tel].blue:-ms-input-placeholder, textarea.blue:-ms-input-placeholder { /* IE 10+ */ color: #60AEF7 !important; } input[type=input].blue:-moz-placeholder, input[type=text].blue:-moz-placeholder, input[type=password].blue:-moz-placeholder, input[type=email].blue:-moz-placeholder, input[type=search].blue:-moz-placeholder, input[type=tel].blue:-moz-placeholder, textarea.blue:-moz-placeholder { /* Firefox 18- */ color: #60AEF7; opacity: 1; } input[type=input].green::-webkit-input-placeholder, input[type=text].green::-webkit-input-placeholder, input[type=password].green::-webkit-input-placeholder, input[type=email].green::-webkit-input-placeholder, input[type=search].green::-webkit-input-placeholder, input[type=tel].green::-webkit-input-placeholder, textarea.green::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #69C765; } input[type=input].green::-moz-placeholder, input[type=text].green::-moz-placeholder, input[type=password].green::-moz-placeholder, input[type=email].green::-moz-placeholder, input[type=search].green::-moz-placeholder, input[type=tel].green::-moz-placeholder, textarea.green::-moz-placeholder { /* Firefox 19+ */ color: #69C765; opacity: 1; } input[type=input].green:-ms-input-placeholder, input[type=text].green:-ms-input-placeholder, input[type=password].green:-ms-input-placeholder, input[type=email].green:-ms-input-placeholder, input[type=search].green:-ms-input-placeholder, input[type=tel].green:-ms-input-placeholder, textarea.green:-ms-input-placeholder { /* IE 10+ */ color: #69C765; } input[type=input].green:-moz-placeholder, input[type=text].green:-moz-placeholder, input[type=password].green:-moz-placeholder, input[type=email].green:-moz-placeholder, input[type=search].green:-moz-placeholder, input[type=tel].green:-moz-placeholder, textarea.green:-moz-placeholder { /* Firefox 18- */ color: #69C765; opacity: 1; } input[type=input].red::-webkit-input-placeholder, input[type=text].red::-webkit-input-placeholder, input[type=password].red::-webkit-input-placeholder, input[type=email].red::-webkit-input-placeholder, input[type=search].red::-webkit-input-placeholder, input[type=tel].red::-webkit-input-placeholder, textarea.red::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #FF8585; } input[type=input].red::-moz-placeholder, input[type=text].red::-moz-placeholder, input[type=password].red::-moz-placeholder, input[type=email].red::-moz-placeholder, input[type=search].red::-moz-placeholder, input[type=tel].red::-moz-placeholder, textarea.red::-moz-placeholder { /* Firefox 19+ */ color: #FF8585; opacity: 1; } input[type=input].red:-ms-input-placeholder, input[type=text].red:-ms-input-placeholder, input[type=password].red:-ms-input-placeholder, input[type=email].red:-ms-input-placeholder, input[type=search].red:-ms-input-placeholder, input[type=tel].red:-ms-input-placeholder, textarea.red:-ms-input-placeholder { /* IE 10+ */ color: #FF8585 !important; } input[type=input].red:-moz-placeholder, input[type=text].red:-moz-placeholder, input[type=password].red:-moz-placeholder, input[type=email].red:-moz-placeholder, input[type=search].red:-moz-placeholder, input[type=tel].red:-moz-placeholder, textarea.red:-moz-placeholder { /* Firefox 18- */ color: #FF8585; opacity: 1; } textarea { resize: none; } /*# sourceMappingURL=reset.css.map */ @charset "UTF-8"; /* All typefaces used in Butter, available by class and as mixins. Replaces a few styles in global.scss, but largely represents a new level of component hierarchy */ .h1 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h1 { font-size: 22px; font-weight: 400; line-height: 24px; } .theme-butter .h1 { font-size: 20px; font-weight: 400; line-height: 24px; } .h2 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h2 { font-size: 20px; font-weight: 400; line-height: 24px; } .theme-butter .h2 { font-size: 16px; font-weight: 400; line-height: 24px; } .h3 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h3 { font-size: 16px; font-weight: 400; line-height: 18px; } .theme-butter .h3 { font-size: 16px; font-weight: 300; line-height: 24px; } .h4 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h4 { font-size: 14px; font-weight: 400; line-height: 18px; } .theme-butter .h4 { font-size: 14px; font-weight: 300; line-height: 18px; } .h5 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h5 { font-size: 12px; font-weight: 400; line-height: 18px; } .theme-butter .h5 { font-size: 12px; font-weight: 300; line-height: 18px; } .subhead1 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .subhead1 { font-size: 14px; font-weight: 400; line-height: 14px; } .theme-butter .subhead1 { font-size: 14px; font-weight: 600; line-height: 18px; } .subhead2 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .subhead2 { font-size: 12px; font-weight: 400; line-height: 14px; } .theme-butter .subhead2 { font-size: 12px; font-weight: 600; line-height: 18px; } .body1 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .body1 { font-size: 12px; font-weight: 400; line-height: 12px; } .theme-butter .body1 { font-size: 14px; font-weight: 400; line-height: 24px; } .body2 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .body2 { font-size: 10px; font-weight: 400; line-height: 10px; } .theme-butter .body2 { font-size: 12px; font-weight: 400; line-height: 24px; } .line-height-18 { line-height: 18px !important; } /* All colors for both themes, concieved as a grid of color x opacity */ /* Theme mapper */ /* Globally relevant dimensions/numbers/etc go here NOTE: filename begins with underscore, thus its variables can be used globally */ /* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */ /* Terrible z-indexes responsible for all the evils of the world */ .highlight-dom-changes { animation-duration: 1s; animation-name: highlight-in; animation-timing-function: ease-out; } @keyframes highlight-in { from { background-color: #c80000; } } /* MIXINS */ .display-flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; } /* TAGS */ address { font-style: normal; font-weight: normal; } sub, sup { font-size: 75%; /* sub/sup is relative to the surrounding text */ line-height: 0; /* line-height doesn't interfere with the positioning */ position: relative; /* Makes all browsers position relative to the surrounding text */ vertical-align: baseline; /* if you're using reset.css, you can remove this rule */ } sup { top: -0.5em; /* Move the superscripted text up */ } sub { bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */ } input:focus, textarea:focus { outline: none; } /* GLOBALLY USEFUL CLASSES (formerly tab_common) For the sake of avoiding specific classes and elaborate rules for spacing To live here you must: a) do exactly one thing b) be named something that makes it extremely clear what that one thing is Note: this was originally applied to .data-user-types, .data-editor, .maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete this list when proved not buggy */ .code { font-family: "Courier New", Courier, monospace; font-weight: bold; background-color: antiquewhite; color: maroon; padding: 0px 4px; border-radius: 2px; } .maison-column { display: flex; flex-direction: column; height: 100%; } .flex-row, .maison-row { display: flex; flex-direction: row; } .flex-column { display: flex; flex-direction: column; } .flex-start { justify-content: flex-start !important; } .center { justify-content: center !important; } .flex-end { justify-content: flex-end !important; } .space-between { justify-content: space-between !important; } .flex-1 { flex: 1; } .pos-rel { position: relative; } .suspension-vertical { display: flex; flex-direction: column !important; justify-content: center; } .horizontal-rule { margin-bottom: 5px; margin-top: 5px; width: 100%; } .padding-5 { padding: 5px !important; } .padding-10 { padding: 10px !important; } .padding-12 { padding: 12px !important; } .padding-15 { padding: 15px !important; } .padding-20 { padding: 20px !important; } .padding-left-0 { padding-left: 0px !important; } .padding-left-5 { padding-left: 5px !important; } .padding-left-10 { padding-left: 10px !important; } .padding-left-20 { padding-left: 20px !important; } .padding-left-30 { padding-left: 30px !important; } .padding-right-0 { padding-right: 0px !important; } .padding-right-5 { padding-right: 5px !important; } .padding-right-10 { padding-right: 10px !important; } .padding-right-20 { padding-right: 20px !important; } .padding-right-30 { padding-right: 30px !important; } .padding-top-0 { padding-top: 0px !important; } .padding-top-5 { padding-top: 5px !important; } .padding-top-10 { padding-top: 10px !important; } .padding-top-15 { padding-top: 15px !important; } .padding-top-20 { padding-top: 20px !important; } .padding-bottom-0 { padding-bottom: 0px !important; } .padding-bottom-5 { padding-bottom: 5px !important; } .padding-bottom-10 { padding-bottom: 10px !important; } .padding-bottom-20 { padding-bottom: 20px !important; } .margin-10 { margin: 10px !important; } .margin-left-auto { margin-left: auto !important; } .margin-left-0 { margin-left: 0px !important; } .margin-left-5 { margin-left: 5px !important; } .margin-left-10 { margin-left: 10px !important; } .margin-left-12 { margin-left: 12px !important; } .margin-left-20 { margin-left: 20px !important; } .margin-left-30 { margin-left: 30px !important; } .margin-left-40 { margin-left: 40px !important; } .margin-left-100 { margin-left: 100px !important; } .margin-left-300 { margin-left: 300px !important; } .margin-right-minus20 { margin-right: -20px !important; } .margin-right-auto { margin-right: auto !important; } .margin-right-0 { margin-right: 0px !important; } .margin-right-5 { margin-right: 5px !important; } .margin-right-10 { margin-right: 10px !important; } .margin-right-20 { margin-right: 20px !important; } .margin-right-30 { margin-right: 30px !important; } .margin-right-40 { margin-right: 40px !important; } .margin-top-minus20 { margin-top: -20px !important; } .margin-top-minus10 { margin-top: -10px !important; } .margin-top-minus16 { margin-top: -16px !important; } .margin-top-minus5 { margin-top: -5px !important; } .margin-top-minus3 { margin-top: -3px !important; } .margin-top-minus2 { margin-top: -2px !important; } .margin-top-0 { margin-top: 0px !important; } .margin-top-5 { margin-top: 5px !important; } .margin-top-6 { margin-top: 6px !important; } .margin-top-8 { margin-top: 8px !important; } .margin-top-10 { margin-top: 10px !important; } .margin-top-12 { margin-top: 12px !important; } .margin-top-15 { margin-top: 15px !important; } .margin-top-16 { margin-top: 16px !important; } .margin-top-18 { margin-top: 18px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-22 { margin-top: 22px !important; } .margin-top-25 { margin-top: 25px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-top-40 { margin-top: 40px !important; } .margin-bottom-0 { margin-bottom: 0px !important; } .margin-bottom-5 { margin-bottom: 5px !important; } .margin-bottom-10 { margin-bottom: 10px !important; } .margin-bottom-12 { margin-bottom: 12px !important; } .margin-bottom-15 { margin-bottom: 15px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .margin-bottom-30 { margin-bottom: 30px !important; } .margin-bottom-40 { margin-bottom: 40px !important; } .width-5 { width: 5px !important; } .width-10 { width: 10px !important; } .width-15 { width: 15px !important; } .width-20 { width: 20px !important; } .width-25 { width: 20px !important; } .width-30 { width: 30px !important; } .width-35 { width: 35px !important; } .width-40 { width: 40px !important; } .width-45 { width: 45px !important; } .width-50 { width: 50px !important; } .width-60 { width: 60px !important; } .width-75 { width: 75px !important; } .width-80 { width: 80px !important; } .width-85 { width: 85px !important; } .width-100 { width: 100px !important; } .width-120 { width: 120px !important; } .width-130 { width: 130px !important; } .width-145 { width: 145px !important; } .width-150 { width: 150px !important; } .width-170 { width: 170px !important; } .width-180 { width: 180px !important; } .width-190 { width: 190px !important; } .width-195 { width: 195px !important; } .width-200 { width: 200px !important; } .width-210 { width: 210px !important; } .width-220 { width: 220px !important; } .width-250 { width: 250px !important; } .width-300 { width: 300px !important; } .width-320 { width: 320px !important; } .width-350 { width: 350px !important; } .width-400 { width: 400px !important; } .width-500 { width: 500px !important; } .width-540 { width: 540px !important; } .width-600 { width: 600px !important; } .width-640 { width: 640px !important; } .width-700 { width: 700px !important; } .width-fill { width: 100% !important; } .width-fit-content { width: fit-content !important; } .min-width-50 { min-width: 50px !important; } .min-width-60 { min-width: 60px !important; } .min-width-80 { min-width: 80px !important; } .min-width-85 { min-width: 85px !important; } .min-width-100 { min-width: 100px !important; } .min-width-120 { min-width: 120px !important; } .min-width-150 { min-width: 150px !important; } .min-width-180 { min-width: 180px !important; } .min-width-200 { min-width: 200px !important; } .min-width-400 { min-width: 400px !important; } .max-width-50 { max-width: 50px !important; } .max-width-60 { max-width: 60px !important; } .max-width-80 { max-width: 80px !important; } .max-width-85 { max-width: 85px !important; } .max-width-100 { max-width: 100px !important; } .max-width-120 { max-width: 120px !important; } .max-width-150 { max-width: 150px !important; } .max-width-180 { max-width: 180px !important; } .max-width-200 { max-width: 200px !important; } .width-one-tenth { width: 10% !important; } .width-two-tenth { width: 20% !important; } .width-one-quarter { width: 25% !important; } .width-three-tenth { width: 30% !important; } .width-one-third { width: 33.334% !important; } .width-four-tenth { width: 40% !important; } .width-half { width: 50% !important; } .width-six-tenth { width: 60% !important; } .width-two-third { width: 66.667% !important; } .width-seven-tenth { width: 70% !important; } .width-three-quarter { width: 75% !important; } .width-eight-tenth { width: 80% !important; } .width-nine-tenth { width: 90% !important; } .width-eighty-five-percent { width: 85% !important; } .height-5 { height: 5px !important; } .height-10 { height: 10px !important; } .height-15 { height: 15px !important; } .height-20 { height: 20px !important; } .height-25 { height: 20px !important; } .height-30 { height: 30px !important; } .height-35 { height: 35px !important; } .height-40 { height: 40px !important; } .height-45 { height: 45px !important; } .height-50 { height: 50px !important; } .height-55 { height: 55px !important; } .height-60 { height: 60px !important; } .height-85 { height: 85px !important; } .height-100 { height: 100px !important; } .height-120 { height: 120px !important; } .height-125 { height: 125px !important; } .height-150 { height: 150px !important; } .height-190 { height: 190px !important; } .height-195 { height: 195px !important; } .height-200 { height: 200px !important; } .height-210 { height: 210px !important; } .height-220 { height: 220px !important; } .height-250 { height: 250px !important; } .height-300 { height: 300px !important; } .height-307 { height: 307px !important; } .height-320 { height: 320px !important; } .height-400 { height: 400px !important; } .height-435 { height: 435px !important; } .height-540 { height: 540px !important; } .height-fill { height: 100% !important; } .height-one-tenth { height: 10% !important; } .height-two-tenth { height: 20% !important; } .height-one-quarter { height: 25% !important; } .height-three-tenth { height: 30% !important; } .height-one-third { height: 33.334% !important; } .height-four-tenth { height: 40% !important; } .height-half { height: 50% !important; } .height-six-tenth { height: 60% !important; } .height-two-third { height: 66.667% !important; } .height-seven-tenth { height: 70% !important; } .height-three-quarter { height: 75% !important; } .height-eight-tenth { height: 80% !important; } .height-nine-tenth { height: 90% !important; } .cursor-pointer { cursor: pointer; } .cursor-text { cursor: text; } .strikethrough { text-decoration: line-through; } .no-select { user-select: none; } .float-right { float: right; } .float-left { float: left; } .margin-left-auto { margin-left: auto; } .margin-right-auto { margin-right: auto; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-inherit { overflow: inherit !important; } .overflow-initial { overflow: initial !important; } .overflow-overlay { overflow: overlay !important; } .overflow-revert { overflow: revert !important; } .overflow-unset { overflow: unset !important; } .overflow-visible { overflow: visible !important; } .word-wrap-break-word { word-wrap: break-word; word-break: break-word; } .clear-left { clear: left; } .clear-right { clear: right; } .clear-both { clear: both; } .align-with-composer-input { margin-top: calc(12px + 5px + (16px - 9px)); } .align-items-baseline { align-items: baseline; } .align-items-center { align-items: center; } .align-items-start { align-items: start; } .align-items-stretch { align-items: stretch; } .align-text-left { text-align: left; } .align-text-center { text-align: center; } .align-text-start { text-align: start; } .align-text-end { text-align: end; } .pop-color-variables.danger { --pop-color: var(--b-txt-danger); --pop-color-hover: rgba(204, 5, 58, 0.06); } .pop-color-variables.caution { --pop-color: var(--b-txt-caution); --pop-color-hover: rgba(250, 181, 21, 0.06); } .pop-color-variables.success { --pop-color: var(--b-txt-success); --pop-color-hover: rgba(25, 134, 85, 0.06); } .pop-color-variables.brand { --pop-color: var(--b-txt-brand); --pop-color-hover: rgba(2, 5, 211, 0.06); } /* Make clicks pass-through */ #nprogress { pointer-events: none; } #nprogress .bar { background: #29d; position: fixed; z-index: 1000000000000000; top: 0; left: 0; width: 100%; height: 3px; } /* Fancy blur effect */ #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1; -webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } .nprogress-custom-parent { overflow: hidden; position: relative; } .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; } .cc_banner-wrapper .cc_btn.cc_btn_accept_all { max-width: 130px; } /* All typefaces used in Butter, available by class and as mixins. Replaces a few styles in global.scss, but largely represents a new level of component hierarchy */ .h1 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h1 { font-size: 22px; font-weight: 400; line-height: 24px; } .theme-butter .h1 { font-size: 20px; font-weight: 400; line-height: 24px; } .h2 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h2 { font-size: 20px; font-weight: 400; line-height: 24px; } .theme-butter .h2 { font-size: 16px; font-weight: 400; line-height: 24px; } .h3 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h3 { font-size: 16px; font-weight: 400; line-height: 18px; } .theme-butter .h3 { font-size: 16px; font-weight: 300; line-height: 24px; } .h4 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h4 { font-size: 14px; font-weight: 400; line-height: 18px; } .theme-butter .h4 { font-size: 14px; font-weight: 300; line-height: 18px; } .h5 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h5 { font-size: 12px; font-weight: 400; line-height: 18px; } .theme-butter .h5 { font-size: 12px; font-weight: 300; line-height: 18px; } .subhead1 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .subhead1 { font-size: 14px; font-weight: 400; line-height: 14px; } .theme-butter .subhead1 { font-size: 14px; font-weight: 600; line-height: 18px; } .subhead2 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .subhead2 { font-size: 12px; font-weight: 400; line-height: 14px; } .theme-butter .subhead2 { font-size: 12px; font-weight: 600; line-height: 18px; } .body1 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .body1 { font-size: 12px; font-weight: 400; line-height: 12px; } .theme-butter .body1 { font-size: 14px; font-weight: 400; line-height: 24px; } .body2 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .body2 { font-size: 10px; font-weight: 400; line-height: 10px; } .theme-butter .body2 { font-size: 12px; font-weight: 400; line-height: 24px; } .line-height-18 { line-height: 18px !important; } /* All colors for both themes, concieved as a grid of color x opacity */ /* Theme mapper */ /* Globally relevant dimensions/numbers/etc go here NOTE: filename begins with underscore, thus its variables can be used globally */ /* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */ /* Terrible z-indexes responsible for all the evils of the world */ .highlight-dom-changes { animation-duration: 1s; animation-name: highlight-in; animation-timing-function: ease-out; } @keyframes highlight-in { from { background-color: #c80000; } } /* MIXINS */ .display-flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; } /* TAGS */ address { font-style: normal; font-weight: normal; } sub, sup { font-size: 75%; /* sub/sup is relative to the surrounding text */ line-height: 0; /* line-height doesn't interfere with the positioning */ position: relative; /* Makes all browsers position relative to the surrounding text */ vertical-align: baseline; /* if you're using reset.css, you can remove this rule */ } sup { top: -0.5em; /* Move the superscripted text up */ } sub { bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */ } input:focus, textarea:focus { outline: none; } /* GLOBALLY USEFUL CLASSES (formerly tab_common) For the sake of avoiding specific classes and elaborate rules for spacing To live here you must: a) do exactly one thing b) be named something that makes it extremely clear what that one thing is Note: this was originally applied to .data-user-types, .data-editor, .maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete this list when proved not buggy */ .code { font-family: "Courier New", Courier, monospace; font-weight: bold; background-color: antiquewhite; color: maroon; padding: 0px 4px; border-radius: 2px; } .maison-column { display: flex; flex-direction: column; height: 100%; } .flex-row, .maison-row { display: flex; flex-direction: row; } .flex-column { display: flex; flex-direction: column; } .flex-start { justify-content: flex-start !important; } .center { justify-content: center !important; } .flex-end { justify-content: flex-end !important; } .space-between { justify-content: space-between !important; } .flex-1 { flex: 1; } .pos-rel { position: relative; } .suspension-vertical { display: flex; flex-direction: column !important; justify-content: center; } .horizontal-rule { margin-bottom: 5px; margin-top: 5px; width: 100%; } .padding-5 { padding: 5px !important; } .padding-10 { padding: 10px !important; } .padding-12 { padding: 12px !important; } .padding-15 { padding: 15px !important; } .padding-20 { padding: 20px !important; } .padding-left-0 { padding-left: 0px !important; } .padding-left-5 { padding-left: 5px !important; } .padding-left-10 { padding-left: 10px !important; } .padding-left-20 { padding-left: 20px !important; } .padding-left-30 { padding-left: 30px !important; } .padding-right-0 { padding-right: 0px !important; } .padding-right-5 { padding-right: 5px !important; } .padding-right-10 { padding-right: 10px !important; } .padding-right-20 { padding-right: 20px !important; } .padding-right-30 { padding-right: 30px !important; } .padding-top-0 { padding-top: 0px !important; } .padding-top-5 { padding-top: 5px !important; } .padding-top-10 { padding-top: 10px !important; } .padding-top-15 { padding-top: 15px !important; } .padding-top-20 { padding-top: 20px !important; } .padding-bottom-0 { padding-bottom: 0px !important; } .padding-bottom-5 { padding-bottom: 5px !important; } .padding-bottom-10 { padding-bottom: 10px !important; } .padding-bottom-20 { padding-bottom: 20px !important; } .margin-10 { margin: 10px !important; } .margin-left-auto { margin-left: auto !important; } .margin-left-0 { margin-left: 0px !important; } .margin-left-5 { margin-left: 5px !important; } .margin-left-10 { margin-left: 10px !important; } .margin-left-12 { margin-left: 12px !important; } .margin-left-20 { margin-left: 20px !important; } .margin-left-30 { margin-left: 30px !important; } .margin-left-40 { margin-left: 40px !important; } .margin-left-100 { margin-left: 100px !important; } .margin-left-300 { margin-left: 300px !important; } .margin-right-minus20 { margin-right: -20px !important; } .margin-right-auto { margin-right: auto !important; } .margin-right-0 { margin-right: 0px !important; } .margin-right-5 { margin-right: 5px !important; } .margin-right-10 { margin-right: 10px !important; } .margin-right-20 { margin-right: 20px !important; } .margin-right-30 { margin-right: 30px !important; } .margin-right-40 { margin-right: 40px !important; } .margin-top-minus20 { margin-top: -20px !important; } .margin-top-minus10 { margin-top: -10px !important; } .margin-top-minus16 { margin-top: -16px !important; } .margin-top-minus5 { margin-top: -5px !important; } .margin-top-minus3 { margin-top: -3px !important; } .margin-top-minus2 { margin-top: -2px !important; } .margin-top-0 { margin-top: 0px !important; } .margin-top-5 { margin-top: 5px !important; } .margin-top-6 { margin-top: 6px !important; } .margin-top-8 { margin-top: 8px !important; } .margin-top-10 { margin-top: 10px !important; } .margin-top-12 { margin-top: 12px !important; } .margin-top-15 { margin-top: 15px !important; } .margin-top-16 { margin-top: 16px !important; } .margin-top-18 { margin-top: 18px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-22 { margin-top: 22px !important; } .margin-top-25 { margin-top: 25px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-top-40 { margin-top: 40px !important; } .margin-bottom-0 { margin-bottom: 0px !important; } .margin-bottom-5 { margin-bottom: 5px !important; } .margin-bottom-10 { margin-bottom: 10px !important; } .margin-bottom-12 { margin-bottom: 12px !important; } .margin-bottom-15 { margin-bottom: 15px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .margin-bottom-30 { margin-bottom: 30px !important; } .margin-bottom-40 { margin-bottom: 40px !important; } .width-5 { width: 5px !important; } .width-10 { width: 10px !important; } .width-15 { width: 15px !important; } .width-20 { width: 20px !important; } .width-25 { width: 20px !important; } .width-30 { width: 30px !important; } .width-35 { width: 35px !important; } .width-40 { width: 40px !important; } .width-45 { width: 45px !important; } .width-50 { width: 50px !important; } .width-60 { width: 60px !important; } .width-75 { width: 75px !important; } .width-80 { width: 80px !important; } .width-85 { width: 85px !important; } .width-100 { width: 100px !important; } .width-120 { width: 120px !important; } .width-130 { width: 130px !important; } .width-145 { width: 145px !important; } .width-150 { width: 150px !important; } .width-170 { width: 170px !important; } .width-180 { width: 180px !important; } .width-190 { width: 190px !important; } .width-195 { width: 195px !important; } .width-200 { width: 200px !important; } .width-210 { width: 210px !important; } .width-220 { width: 220px !important; } .width-250 { width: 250px !important; } .width-300 { width: 300px !important; } .width-320 { width: 320px !important; } .width-350 { width: 350px !important; } .width-400 { width: 400px !important; } .width-500 { width: 500px !important; } .width-540 { width: 540px !important; } .width-600 { width: 600px !important; } .width-640 { width: 640px !important; } .width-700 { width: 700px !important; } .width-fill { width: 100% !important; } .width-fit-content { width: fit-content !important; } .min-width-50 { min-width: 50px !important; } .min-width-60 { min-width: 60px !important; } .min-width-80 { min-width: 80px !important; } .min-width-85 { min-width: 85px !important; } .min-width-100 { min-width: 100px !important; } .min-width-120 { min-width: 120px !important; } .min-width-150 { min-width: 150px !important; } .min-width-180 { min-width: 180px !important; } .min-width-200 { min-width: 200px !important; } .min-width-400 { min-width: 400px !important; } .max-width-50 { max-width: 50px !important; } .max-width-60 { max-width: 60px !important; } .max-width-80 { max-width: 80px !important; } .max-width-85 { max-width: 85px !important; } .max-width-100 { max-width: 100px !important; } .max-width-120 { max-width: 120px !important; } .max-width-150 { max-width: 150px !important; } .max-width-180 { max-width: 180px !important; } .max-width-200 { max-width: 200px !important; } .width-one-tenth { width: 10% !important; } .width-two-tenth { width: 20% !important; } .width-one-quarter { width: 25% !important; } .width-three-tenth { width: 30% !important; } .width-one-third { width: 33.334% !important; } .width-four-tenth { width: 40% !important; } .width-half { width: 50% !important; } .width-six-tenth { width: 60% !important; } .width-two-third { width: 66.667% !important; } .width-seven-tenth { width: 70% !important; } .width-three-quarter { width: 75% !important; } .width-eight-tenth { width: 80% !important; } .width-nine-tenth { width: 90% !important; } .width-eighty-five-percent { width: 85% !important; } .height-5 { height: 5px !important; } .height-10 { height: 10px !important; } .height-15 { height: 15px !important; } .height-20 { height: 20px !important; } .height-25 { height: 20px !important; } .height-30 { height: 30px !important; } .height-35 { height: 35px !important; } .height-40 { height: 40px !important; } .height-45 { height: 45px !important; } .height-50 { height: 50px !important; } .height-55 { height: 55px !important; } .height-60 { height: 60px !important; } .height-85 { height: 85px !important; } .height-100 { height: 100px !important; } .height-120 { height: 120px !important; } .height-125 { height: 125px !important; } .height-150 { height: 150px !important; } .height-190 { height: 190px !important; } .height-195 { height: 195px !important; } .height-200 { height: 200px !important; } .height-210 { height: 210px !important; } .height-220 { height: 220px !important; } .height-250 { height: 250px !important; } .height-300 { height: 300px !important; } .height-307 { height: 307px !important; } .height-320 { height: 320px !important; } .height-400 { height: 400px !important; } .height-435 { height: 435px !important; } .height-540 { height: 540px !important; } .height-fill { height: 100% !important; } .height-one-tenth { height: 10% !important; } .height-two-tenth { height: 20% !important; } .height-one-quarter { height: 25% !important; } .height-three-tenth { height: 30% !important; } .height-one-third { height: 33.334% !important; } .height-four-tenth { height: 40% !important; } .height-half { height: 50% !important; } .height-six-tenth { height: 60% !important; } .height-two-third { height: 66.667% !important; } .height-seven-tenth { height: 70% !important; } .height-three-quarter { height: 75% !important; } .height-eight-tenth { height: 80% !important; } .height-nine-tenth { height: 90% !important; } .cursor-pointer { cursor: pointer; } .cursor-text { cursor: text; } .strikethrough { text-decoration: line-through; } .no-select { user-select: none; } .float-right { float: right; } .float-left { float: left; } .margin-left-auto { margin-left: auto; } .margin-right-auto { margin-right: auto; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-inherit { overflow: inherit !important; } .overflow-initial { overflow: initial !important; } .overflow-overlay { overflow: overlay !important; } .overflow-revert { overflow: revert !important; } .overflow-unset { overflow: unset !important; } .overflow-visible { overflow: visible !important; } .word-wrap-break-word { word-wrap: break-word; word-break: break-word; } .clear-left { clear: left; } .clear-right { clear: right; } .clear-both { clear: both; } .align-with-composer-input { margin-top: calc(12px + 5px + (16px - 9px)); } .align-items-baseline { align-items: baseline; } .align-items-center { align-items: center; } .align-items-start { align-items: start; } .align-items-stretch { align-items: stretch; } .align-text-left { text-align: left; } .align-text-center { text-align: center; } .align-text-start { text-align: start; } .align-text-end { text-align: end; } .pop-color-variables.danger { --pop-color: var(--b-txt-danger); --pop-color-hover: rgba(204, 5, 58, 0.06); } .pop-color-variables.caution { --pop-color: var(--b-txt-caution); --pop-color-hover: rgba(250, 181, 21, 0.06); } .pop-color-variables.success { --pop-color: var(--b-txt-success); --pop-color-hover: rgba(25, 134, 85, 0.06); } .pop-color-variables.brand { --pop-color: var(--b-txt-brand); --pop-color-hover: rgba(2, 5, 211, 0.06); } /*------------------ RUNMODE VISUAL EFFECTS --------------------*/ :root { --font_default: "Lato"; --color_primary_default: rgba(2, 5, 211, 1); --color_primary_default_rgb: 2, 5, 211; --color_primary_contrast_default: rgba(255, 255, 255, 1); --color_primary_contrast_default_rgb: 255, 255, 255; --color_text_default: rgba(9, 23, 71, 1); --color_text_default_rgb: 9, 23, 71; --color_surface_default: rgba(255, 255, 255, 1); --color_surface_default_rgb: 255, 255, 255; --color_background_default: rgba(255, 255, 255, 0); --color_background_default_rgb: 255, 255, 255; --color_destructive_default: rgba(255, 0, 0, 1); --color_destructive_default_rgb: 255, 0, 0; --color_success_default: rgba(23, 219, 78, 1); --color_success_default_rgb: 23, 219, 78; --color_alert_default: rgba(250, 181, 21, 1); --color_alert_default_rgb: 250, 181, 21; } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } div.bubble-element, a.bubble-element { overflow: hidden; /*Generally speaking Bubble elements hide anything that is out of them, but for containers, we allow this*/ } div.bubble-element.main-page, div.bubble-element.CustomElement, div.bubble-element.FloatingGroup, div.bubble-element.Group, div.bubble-element.Popup, div.bubble-element.group-item, a.bubble-element.main-page, a.bubble-element.CustomElement, a.bubble-element.FloatingGroup, a.bubble-element.Group, a.bubble-element.Popup, a.bubble-element.group-item { overflow: visible; } .bubble-element.Icon { padding: 0; text-align: center; background: none; border: none; cursor: inherit; overflow: hidden; } .bubble-element.Button { padding: 0; border: none; cursor: inherit; background: none; text-align: left; } .bubble-element.Input { border: none; background-color: transparent; padding: 0; } .bubble-element.Page { z-index: 1; } .bubble-element.Link { white-space: pre-wrap; text-decoration: none; } .bubble-element.DateInput input { padding: 0; } .bubble-element.Image { display: flex; flex-direction: row; align-items: stretch; } .bubble-legacy-image { display: block; } img.hidden-image-for-caching { display: none; left: -9000px; top: 9000px; } @media all and (min--moz-device-pixel-ratio: 0) { option { font-family: sans-serif; } } *:focus { outline: 0px dotted transparent; } *:focus:active { outline: 0px dotted transparent !important; } .bubble-element.clickable-element { outline: 0px dotted transparent; touch-action: manipulation; } .bubble-element.clickable-element.show-outline { outline: 1px dotted grey; } .bad-revision { padding: 10px; font-family: Arial, sans-serif; font-size: 14px; background-color: rgba(48, 48, 48, 0.9); font-weight: 600; color: white; position: fixed; text-align: center; top: 0px; width: 100%; box-sizing: border-box; z-index: 20000; line-height: 1.4; cursor: pointer; } .db-limit-reached, .app-limit-reached { padding: 10px; font-family: Arial, sans-serif; font-size: 14px; background-color: rgba(255, 0, 0, 0.8); font-weight: 600; color: white; position: fixed; text-align: center; top: 0px; width: 100%; z-index: 20000; line-height: 1.4; } input:focus, textarea:focus, select:focus { outline: none; } input:disabled, textarea:disabled, input:disabled::placeholder, textarea:disabled::placeholder { -webkit-text-fill-color: currentcolor; opacity: 1; } .FloatingGroup, .CustomElement.floating-group { -webkit-transform: translateZ(0); } input[type=checkbox]:focus { outline: 1px dotted #c4c4c4; } .bubble-element.PoweredByBubble:hover { text-decoration: none; } .bubble-element.Text { overflow-wrap: break-word; } input[type=file]::-webkit-file-upload-button { display: none; } /* STRIPE CHECKOUT FALLBACK ON MOBILE */ .stripe-checkout-greyout { position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; z-index: 9999; font-weight: 400; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; background: rgba(0, 0, 0, 0.6); } .stripe-checkout-btn { overflow: hidden; position: fixed; display: inline-block; visibility: visible !important; background-image: -webkit-linear-gradient(#28a0e5, #015e94); background-image: -moz-linear-gradient(#28a0e5, #015e94); background-image: -ms-linear-gradient(#28a0e5, #015e94); background-image: -o-linear-gradient(#28a0e5, #015e94); background-image: -webkit-linear-gradient(#28a0e5, #015e94); background-image: -moz-linear-gradient(#28a0e5, #015e94); background-image: -ms-linear-gradient(#28a0e5, #015e94); background-image: -o-linear-gradient(#28a0e5, #015e94); background-image: linear-gradient(#28a0e5, #015e94); -webkit-font-smoothing: antialiased; border: 0; padding: 1px; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; cursor: pointer; } .stripe-checkout-btn .stripe-checkout-display { position: relative; padding: 0 12px; line-height: 30px; background: #1275ff; background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4); background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4); background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4); background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4); background-image: -webkit-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4); background-image: -moz-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4); background-image: -ms-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4); background-image: -o-linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4); background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4); font-size: 14px; text-align: center; color: #fff; font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; } /*------------------ RESPONSIVE --------------------*/ .bubble-r-line { clear: both; position: relative; pointer-events: none; /* We have to spell this logic this way to get the right specificity everywhere, because IE11 doesn't have a :not for us to use. */ } .bubble-r-line > * { pointer-events: auto; } .bubble-r-line > .bubble-r-box, .bubble-r-line > .bubble-r-line { pointer-events: none; } .bubble-r-line .bubble-r-box { position: absolute; top: 0px; pointer-events: none; } .bubble-r-line .bubble-r-box > * { pointer-events: auto; } .bubble-r-line .bubble-r-box > .bubble-r-box, .bubble-r-line .bubble-r-box > .bubble-r-line { pointer-events: none; } .bubble-r-line .bubble-r-box.debug { pointer-events: auto; box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 0.6); } .bubble-r-line.debug { pointer-events: auto; box-shadow: 0px 0px 0px 1px rgba(140, 140, 140, 0.7); } .bubble-r-line:after { content: " "; display: block; clear: both; } /*------------------ NEW RESPONSIVE --------------------*/ .bubble-r-container { overflow: hidden; } .bubble-r-container.fixed > .bubble-element { position: absolute; } .bubble-r-container.relative > .bubble-element, .bubble-r-container.flex > .bubble-element { position: relative; } .bubble-r-container.relative { display: grid; grid-template-areas: "stack"; grid-template-rows: 100%; grid-template-columns: 100%; } .bubble-r-container.relative > .bubble-element { grid-area: stack; } .bubble-r-container.flex { display: flex; align-content: stretch; } .bubble-r-container.flex.row { flex-direction: row; flex-wrap: wrap; } .bubble-r-container.flex.column { flex-direction: column; flex-wrap: nowrap; } .bubble-r-container-wrapper { display: flex; flex-direction: row; align-items: stretch; } .bubble-r-container-wrapper > .bubble-r-container { position: relative; z-index: 0; max-width: 100%; flex-grow: 1; height: initial; overflow: inherit; } .bubble-table { display: flex; flex-wrap: nowrap; } .bubble-cross-axis { display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; } .bubble-rg { display: grid; justify-items: stretch; } .bubble-rg > .bubble-element.group-item { position: relative; } .bubble-rg.masonry > .bubble-element.group-item { height: max-content; } .bubble-rg-flex-row { display: flex; flex-direction: row; align-content: flex-start; justify-content: flex-start; flex-wrap: wrap; } .bubble-rg-flex-row > .bubble-element.group-item { position: relative; } .bubble-r-vertical-center { display: flex; flex-direction: column; justify-content: center; } .bubble-element { position: relative; box-sizing: border-box; } html[dir=rtl] .bubble-r-container { direction: ltr; } html[dir=rtl] .bubble-r-container > *:not(.bubble-r-container) { direction: rtl; } .dropdown-chevron { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiICB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgIDxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjQxLDguNThMMTIsMTMuMTdMMTYuNTksOC41OEwxOCwxMEwxMiwxNkw2LDEwTDcuNDEsOC41OFoiIC8+Cjwvc3ZnPgo="); background-repeat: no-repeat, repeat; background-position: right 0em top 50%, 0 0; background-size: 1em auto, 100%; } .bubble-legacy-table { overflow: hidden !important; background: #f9f9f9; color: #888888; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 12px; line-height: 16px; } .bubble-legacy-table > * { display: none; } .bubble-legacy-table > .incompatible-message { display: inline-block; text-align: center; } .bubble-legacy-table:before { font-family: "FontAwesome"; content: ""; } /*# sourceMappingURL=run.css.map */ /* All typefaces used in Butter, available by class and as mixins. Replaces a few styles in global.scss, but largely represents a new level of component hierarchy */ .h1 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h1 { font-size: 22px; font-weight: 400; line-height: 24px; } .theme-butter .h1 { font-size: 20px; font-weight: 400; line-height: 24px; } .h2 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h2 { font-size: 20px; font-weight: 400; line-height: 24px; } .theme-butter .h2 { font-size: 16px; font-weight: 400; line-height: 24px; } .h3 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h3 { font-size: 16px; font-weight: 400; line-height: 18px; } .theme-butter .h3 { font-size: 16px; font-weight: 300; line-height: 24px; } .h4 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h4 { font-size: 14px; font-weight: 400; line-height: 18px; } .theme-butter .h4 { font-size: 14px; font-weight: 300; line-height: 18px; } .h5 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .h5 { font-size: 12px; font-weight: 400; line-height: 18px; } .theme-butter .h5 { font-size: 12px; font-weight: 300; line-height: 18px; } .subhead1 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .subhead1 { font-size: 14px; font-weight: 400; line-height: 14px; } .theme-butter .subhead1 { font-size: 14px; font-weight: 600; line-height: 18px; } .subhead2 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .subhead2 { font-size: 12px; font-weight: 400; line-height: 14px; } .theme-butter .subhead2 { font-size: 12px; font-weight: 600; line-height: 18px; } .body1 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .body1 { font-size: 12px; font-weight: 400; line-height: 12px; } .theme-butter .body1 { font-size: 14px; font-weight: 400; line-height: 24px; } .body2 { font-family: "Open Sans", Helvetica, Arial, sans-serif; } .theme-classic .body2 { font-size: 10px; font-weight: 400; line-height: 10px; } .theme-butter .body2 { font-size: 12px; font-weight: 400; line-height: 24px; } .line-height-18 { line-height: 18px !important; } /* All colors for both themes, concieved as a grid of color x opacity */ /* Theme mapper */ /* Globally relevant dimensions/numbers/etc go here NOTE: filename begins with underscore, thus its variables can be used globally */ /* ONLY YOU CAN STOP Z-INDEX HYPERINFLATION */ /* Terrible z-indexes responsible for all the evils of the world */ .highlight-dom-changes { animation-duration: 1s; animation-name: highlight-in; animation-timing-function: ease-out; } @keyframes highlight-in { from { background-color: #c80000; } } /* MIXINS */ .display-flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; } /* TAGS */ address { font-style: normal; font-weight: normal; } sub, sup { font-size: 75%; /* sub/sup is relative to the surrounding text */ line-height: 0; /* line-height doesn't interfere with the positioning */ position: relative; /* Makes all browsers position relative to the surrounding text */ vertical-align: baseline; /* if you're using reset.css, you can remove this rule */ } sup { top: -0.5em; /* Move the superscripted text up */ } sub { bottom: -0.25em; /* Move the subscripted text down, but only half as far as the superscript */ } input:focus, textarea:focus { outline: none; } /* GLOBALLY USEFUL CLASSES (formerly tab_common) For the sake of avoiding specific classes and elaborate rules for spacing To live here you must: a) do exactly one thing b) be named something that makes it extremely clear what that one thing is Note: this was originally applied to .data-user-types, .data-editor, .maison-flyout-styles, .maison-panel, .database-view, .maison-popup. Delete this list when proved not buggy */ .code { font-family: "Courier New", Courier, monospace; font-weight: bold; background-color: antiquewhite; color: maroon; padding: 0px 4px; border-radius: 2px; } .maison-column { display: flex; flex-direction: column; height: 100%; } .flex-row, .maison-row { display: flex; flex-direction: row; } .flex-column { display: flex; flex-direction: column; } .flex-start { justify-content: flex-start !important; } .center { justify-content: center !important; } .flex-end { justify-content: flex-end !important; } .space-between { justify-content: space-between !important; } .flex-1 { flex: 1; } .pos-rel { position: relative; } .suspension-vertical { display: flex; flex-direction: column !important; justify-content: center; } .horizontal-rule { margin-bottom: 5px; margin-top: 5px; width: 100%; } .padding-5 { padding: 5px !important; } .padding-10 { padding: 10px !important; } .padding-12 { padding: 12px !important; } .padding-15 { padding: 15px !important; } .padding-20 { padding: 20px !important; } .padding-left-0 { padding-left: 0px !important; } .padding-left-5 { padding-left: 5px !important; } .padding-left-10 { padding-left: 10px !important; } .padding-left-20 { padding-left: 20px !important; } .padding-left-30 { padding-left: 30px !important; } .padding-right-0 { padding-right: 0px !important; } .padding-right-5 { padding-right: 5px !important; } .padding-right-10 { padding-right: 10px !important; } .padding-right-20 { padding-right: 20px !important; } .padding-right-30 { padding-right: 30px !important; } .padding-top-0 { padding-top: 0px !important; } .padding-top-5 { padding-top: 5px !important; } .padding-top-10 { padding-top: 10px !important; } .padding-top-15 { padding-top: 15px !important; } .padding-top-20 { padding-top: 20px !important; } .padding-bottom-0 { padding-bottom: 0px !important; } .padding-bottom-5 { padding-bottom: 5px !important; } .padding-bottom-10 { padding-bottom: 10px !important; } .padding-bottom-20 { padding-bottom: 20px !important; } .margin-10 { margin: 10px !important; } .margin-left-auto { margin-left: auto !important; } .margin-left-0 { margin-left: 0px !important; } .margin-left-5 { margin-left: 5px !important; } .margin-left-10 { margin-left: 10px !important; } .margin-left-12 { margin-left: 12px !important; } .margin-left-20 { margin-left: 20px !important; } .margin-left-30 { margin-left: 30px !important; } .margin-left-40 { margin-left: 40px !important; } .margin-left-100 { margin-left: 100px !important; } .margin-left-300 { margin-left: 300px !important; } .margin-right-minus20 { margin-right: -20px !important; } .margin-right-auto { margin-right: auto !important; } .margin-right-0 { margin-right: 0px !important; } .margin-right-5 { margin-right: 5px !important; } .margin-right-10 { margin-right: 10px !important; } .margin-right-20 { margin-right: 20px !important; } .margin-right-30 { margin-right: 30px !important; } .margin-right-40 { margin-right: 40px !important; } .margin-top-minus20 { margin-top: -20px !important; } .margin-top-minus10 { margin-top: -10px !important; } .margin-top-minus16 { margin-top: -16px !important; } .margin-top-minus5 { margin-top: -5px !important; } .margin-top-minus3 { margin-top: -3px !important; } .margin-top-minus2 { margin-top: -2px !important; } .margin-top-0 { margin-top: 0px !important; } .margin-top-5 { margin-top: 5px !important; } .margin-top-6 { margin-top: 6px !important; } .margin-top-8 { margin-top: 8px !important; } .margin-top-10 { margin-top: 10px !important; } .margin-top-12 { margin-top: 12px !important; } .margin-top-15 { margin-top: 15px !important; } .margin-top-16 { margin-top: 16px !important; } .margin-top-18 { margin-top: 18px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-22 { margin-top: 22px !important; } .margin-top-25 { margin-top: 25px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-top-40 { margin-top: 40px !important; } .margin-bottom-0 { margin-bottom: 0px !important; } .margin-bottom-5 { margin-bottom: 5px !important; } .margin-bottom-10 { margin-bottom: 10px !important; } .margin-bottom-12 { margin-bottom: 12px !important; } .margin-bottom-15 { margin-bottom: 15px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .margin-bottom-30 { margin-bottom: 30px !important; } .margin-bottom-40 { margin-bottom: 40px !important; } .width-5 { width: 5px !important; } .width-10 { width: 10px !important; } .width-15 { width: 15px !important; } .width-20 { width: 20px !important; } .width-25 { width: 20px !important; } .width-30 { width: 30px !important; } .width-35 { width: 35px !important; } .width-40 { width: 40px !important; } .width-45 { width: 45px !important; } .width-50 { width: 50px !important; } .width-60 { width: 60px !important; } .width-75 { width: 75px !important; } .width-80 { width: 80px !important; } .width-85 { width: 85px !important; } .width-100 { width: 100px !important; } .width-120 { width: 120px !important; } .width-130 { width: 130px !important; } .width-145 { width: 145px !important; } .width-150 { width: 150px !important; } .width-170 { width: 170px !important; } .width-180 { width: 180px !important; } .width-190 { width: 190px !important; } .width-195 { width: 195px !important; } .width-200 { width: 200px !important; } .width-210 { width: 210px !important; } .width-220 { width: 220px !important; } .width-250 { width: 250px !important; } .width-300 { width: 300px !important; } .width-320 { width: 320px !important; } .width-350 { width: 350px !important; } .width-400 { width: 400px !important; } .width-500 { width: 500px !important; } .width-540 { width: 540px !important; } .width-600 { width: 600px !important; } .width-640 { width: 640px !important; } .width-700 { width: 700px !important; } .width-fill { width: 100% !important; } .width-fit-content { width: fit-content !important; } .min-width-50 { min-width: 50px !important; } .min-width-60 { min-width: 60px !important; } .min-width-80 { min-width: 80px !important; } .min-width-85 { min-width: 85px !important; } .min-width-100 { min-width: 100px !important; } .min-width-120 { min-width: 120px !important; } .min-width-150 { min-width: 150px !important; } .min-width-180 { min-width: 180px !important; } .min-width-200 { min-width: 200px !important; } .min-width-400 { min-width: 400px !important; } .max-width-50 { max-width: 50px !important; } .max-width-60 { max-width: 60px !important; } .max-width-80 { max-width: 80px !important; } .max-width-85 { max-width: 85px !important; } .max-width-100 { max-width: 100px !important; } .max-width-120 { max-width: 120px !important; } .max-width-150 { max-width: 150px !important; } .max-width-180 { max-width: 180px !important; } .max-width-200 { max-width: 200px !important; } .width-one-tenth { width: 10% !important; } .width-two-tenth { width: 20% !important; } .width-one-quarter { width: 25% !important; } .width-three-tenth { width: 30% !important; } .width-one-third { width: 33.334% !important; } .width-four-tenth { width: 40% !important; } .width-half { width: 50% !important; } .width-six-tenth { width: 60% !important; } .width-two-third { width: 66.667% !important; } .width-seven-tenth { width: 70% !important; } .width-three-quarter { width: 75% !important; } .width-eight-tenth { width: 80% !important; } .width-nine-tenth { width: 90% !important; } .width-eighty-five-percent { width: 85% !important; } .height-5 { height: 5px !important; } .height-10 { height: 10px !important; } .height-15 { height: 15px !important; } .height-20 { height: 20px !important; } .height-25 { height: 20px !important; } .height-30 { height: 30px !important; } .height-35 { height: 35px !important; } .height-40 { height: 40px !important; } .height-45 { height: 45px !important; } .height-50 { height: 50px !important; } .height-55 { height: 55px !important; } .height-60 { height: 60px !important; } .height-85 { height: 85px !important; } .height-100 { height: 100px !important; } .height-120 { height: 120px !important; } .height-125 { height: 125px !important; } .height-150 { height: 150px !important; } .height-190 { height: 190px !important; } .height-195 { height: 195px !important; } .height-200 { height: 200px !important; } .height-210 { height: 210px !important; } .height-220 { height: 220px !important; } .height-250 { height: 250px !important; } .height-300 { height: 300px !important; } .height-307 { height: 307px !important; } .height-320 { height: 320px !important; } .height-400 { height: 400px !important; } .height-435 { height: 435px !important; } .height-540 { height: 540px !important; } .height-fill { height: 100% !important; } .height-one-tenth { height: 10% !important; } .height-two-tenth { height: 20% !important; } .height-one-quarter { height: 25% !important; } .height-three-tenth { height: 30% !important; } .height-one-third { height: 33.334% !important; } .height-four-tenth { height: 40% !important; } .height-half { height: 50% !important; } .height-six-tenth { height: 60% !important; } .height-two-third { height: 66.667% !important; } .height-seven-tenth { height: 70% !important; } .height-three-quarter { height: 75% !important; } .height-eight-tenth { height: 80% !important; } .height-nine-tenth { height: 90% !important; } .cursor-pointer { cursor: pointer; } .cursor-text { cursor: text; } .strikethrough { text-decoration: line-through; } .no-select { user-select: none; } .float-right { float: right; } .float-left { float: left; } .margin-left-auto { margin-left: auto; } .margin-right-auto { margin-right: auto; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-inherit { overflow: inherit !important; } .overflow-initial { overflow: initial !important; } .overflow-overlay { overflow: overlay !important; } .overflow-revert { overflow: revert !important; } .overflow-unset { overflow: unset !important; } .overflow-visible { overflow: visible !important; } .word-wrap-break-word { word-wrap: break-word; word-break: break-word; } .clear-left { clear: left; } .clear-right { clear: right; } .clear-both { clear: both; } .align-with-composer-input { margin-top: calc(12px + 5px + (16px - 9px)); } .align-items-baseline { align-items: baseline; } .align-items-center { align-items: center; } .align-items-start { align-items: start; } .align-items-stretch { align-items: stretch; } .align-text-left { text-align: left; } .align-text-center { text-align: center; } .align-text-start { text-align: start; } .align-text-end { text-align: end; } .pop-color-variables.danger { --pop-color: var(--b-txt-danger); --pop-color-hover: rgba(204, 5, 58, 0.06); } .pop-color-variables.caution { --pop-color: var(--b-txt-caution); --pop-color-hover: rgba(250, 181, 21, 0.06); } .pop-color-variables.success { --pop-color: var(--b-txt-success); --pop-color-hover: rgba(25, 134, 85, 0.06); } .pop-color-variables.brand { --pop-color: var(--b-txt-brand); --pop-color-hover: rgba(2, 5, 211, 0.06); } .tt-dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 10000; display: none; float: left; min-width: 160px; max-height: 200px; overflow-y: auto; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .tt-suggestion > p { display: block; padding: 3px 20px; clear: both; cursor: pointer; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .tt-hint { color: #999; border-color: transparent !important; } .tt-suggestion > p:hover, .tt-suggestion > p:focus { color: #ffffff; text-decoration: none; outline: 0; background-color: #428bca; } .tt-suggestion.tt-cursor > p { color: #ffffff; background-color: #428bca; } span.twitter-typeahead { width: 100%; } span.twitter-typeahead pre { position: fixed !important; } .input-group span.twitter-typeahead { display: block !important; } .input-group span.twitter-typeahead .tt-dropdown-menu { top: 32px !important; } .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu { top: 44px !important; } .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu { top: 28px !important; } /*# sourceMappingURL=typeahead.css.map */ @charset "UTF-8"; /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ @font-face { font-family: "FontAwesome"; src: url("/static/fonts/fontawesome-webfont.eot"); src: url("/static/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("/static/fonts/fontawesome-webfont.woff2") format("woff2"), url("/static/fonts/fontawesome-webfont.woff") format("woff"), url("/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("/static/fonts/fontawesome-webfont.svg") format("svg"); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: 0.2em 0.25em 0.15em; border: solid 0.08em #eee; border-radius: 0.1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: 0.3em; } .fa.fa-pull-right { margin-left: 0.3em; } .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: 0.3em; } .fa.pull-right { margin-left: 0.3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } .fa-glass:before { content: ""; } .fa-music:before { content: ""; } .fa-search:before { content: ""; } .fa-envelope-o:before { content: ""; } .fa-heart:before { content: ""; } .fa-star:before { content: ""; } .fa-star-o:before { content: ""; } .fa-user:before { content: ""; } .fa-film:before { content: ""; } .fa-th-large:before { content: ""; } .fa-th:before { content: ""; } .fa-th-list:before { content: ""; } .fa-check:before { content: ""; } .fa-remove:before, .fa-close:before, .fa-times:before { content: ""; } .fa-search-plus:before { content: ""; } .fa-search-minus:before { content: ""; } .fa-power-off:before { content: ""; } .fa-signal:before { content: ""; } .fa-gear:before, .fa-cog:before { content: ""; } .fa-trash-o:before { content: ""; } .fa-home:before { content: ""; } .fa-file-o:before { content: ""; } .fa-clock-o:before { content: ""; } .fa-road:before { content: ""; } .fa-download:before { content: ""; } .fa-arrow-circle-o-down:before { content: ""; } .fa-arrow-circle-o-up:before { content: ""; } .fa-inbox:before { content: ""; } .fa-play-circle-o:before { content: ""; } .fa-rotate-right:before, .fa-repeat:before { content: ""; } .fa-refresh:before { content: ""; } .fa-list-alt:before { content: ""; } .fa-lock:before { content: ""; } .fa-flag:before { content: ""; } .fa-headphones:before { content: ""; } .fa-volume-off:before { content: ""; } .fa-volume-down:before { content: ""; } .fa-volume-up:before { content: ""; } .fa-qrcode:before { content: ""; } .fa-barcode:before { content: ""; } .fa-tag:before { content: ""; } .fa-tags:before { content: ""; } .fa-book:before { content: ""; } .fa-bookmark:before { content: ""; } .fa-print:before { content: ""; } .fa-camera:before { content: ""; } .fa-font:before { content: ""; } .fa-bold:before { content: ""; } .fa-italic:before { content: ""; } .fa-text-height:before { content: ""; } .fa-text-width:before { content: ""; } .fa-align-left:before { content: ""; } .fa-align-center:before { content: ""; } .fa-align-right:before { content: ""; } .fa-align-justify:before { content: ""; } .fa-list:before { content: ""; } .fa-dedent:before, .fa-outdent:before { content: ""; } .fa-indent:before { content: ""; } .fa-video-camera:before { content: ""; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: ""; } .fa-pencil:before { content: ""; } .fa-map-marker:before { content: ""; } .fa-adjust:before { content: ""; } .fa-tint:before { content: ""; } .fa-edit:before, .fa-pencil-square-o:before { content: ""; } .fa-share-square-o:before { content: ""; } .fa-check-square-o:before { content: ""; } .fa-arrows:before { content: ""; } .fa-step-backward:before { content: ""; } .fa-fast-backward:before { content: ""; } .fa-backward:before { content: ""; } .fa-play:before { content: ""; } .fa-pause:before { content: ""; } .fa-stop:before { content: ""; } .fa-forward:before { content: ""; } .fa-fast-forward:before { content: ""; } .fa-step-forward:before { content: ""; } .fa-eject:before { content: ""; } .fa-chevron-left:before { content: ""; } .fa-chevron-right:before { content: ""; } .fa-plus-circle:before { content: ""; } .fa-minus-circle:before { content: ""; } .fa-times-circle:before { content: ""; } .fa-check-circle:before { content: ""; } .fa-question-circle:before { content: ""; } .fa-info-circle:before { content: ""; } .fa-crosshairs:before { content: ""; } .fa-times-circle-o:before { content: ""; } .fa-check-circle-o:before { content: ""; } .fa-ban:before { content: ""; } .fa-arrow-left:before { content: ""; } .fa-arrow-right:before { content: ""; } .fa-arrow-up:before { content: ""; } .fa-arrow-down:before { content: ""; } .fa-mail-forward:before, .fa-share:before { content: ""; } .fa-expand:before { content: ""; } .fa-compress:before { content: ""; } .fa-plus:before { content: ""; } .fa-minus:before { content: ""; } .fa-asterisk:before { content: ""; } .fa-exclamation-circle:before { content: ""; } .fa-gift:before { content: ""; } .fa-leaf:before { content: ""; } .fa-fire:before { content: ""; } .fa-eye:before { content: ""; } .fa-eye-slash:before { content: ""; } .fa-warning:before, .fa-exclamation-triangle:before { content: ""; } .fa-plane:before { content: ""; } .fa-calendar:before { content: ""; } .fa-random:before { content: ""; } .fa-comment:before { content: ""; } .fa-magnet:before { content: ""; } .fa-chevron-up:before { content: ""; } .fa-chevron-down:before { content: ""; } .fa-retweet:before { content: ""; } .fa-shopping-cart:before { content: ""; } .fa-folder:before { content: ""; } .fa-folder-open:before { content: ""; } .fa-arrows-v:before { content: ""; } .fa-arrows-h:before { content: ""; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: ""; } .fa-twitter-square:before { content: ""; } .fa-facebook-square:before { content: ""; } .fa-camera-retro:before { content: ""; } .fa-key:before { content: ""; } .fa-gears:before, .fa-cogs:before { content: ""; } .fa-comments:before { content: ""; } .fa-thumbs-o-up:before { content: ""; } .fa-thumbs-o-down:before { content: ""; } .fa-star-half:before { content: ""; } .fa-heart-o:before { content: ""; } .fa-sign-out:before { content: ""; } .fa-linkedin-square:before { content: ""; } .fa-thumb-tack:before { content: ""; } .fa-external-link:before { content: ""; } .fa-sign-in:before { content: ""; } .fa-trophy:before { content: ""; } .fa-github-square:before { content: ""; } .fa-upload:before { content: ""; } .fa-lemon-o:before { content: ""; } .fa-phone:before { content: ""; } .fa-square-o:before { content: ""; } .fa-bookmark-o:before { content: ""; } .fa-phone-square:before { content: ""; } .fa-twitter:before { content: ""; } .fa-facebook-f:before, .fa-facebook:before { content: ""; } .fa-github:before { content: ""; } .fa-unlock:before { content: ""; } .fa-credit-card:before { content: ""; } .fa-feed:before, .fa-rss:before { content: ""; } .fa-hdd-o:before { content: ""; } .fa-bullhorn:before { content: ""; } .fa-bell:before { content: ""; } .fa-certificate:before { content: ""; } .fa-hand-o-right:before { content: ""; } .fa-hand-o-left:before { content: ""; } .fa-hand-o-up:before { content: ""; } .fa-hand-o-down:before { content: ""; } .fa-arrow-circle-left:before { content: ""; } .fa-arrow-circle-right:before { content: ""; } .fa-arrow-circle-up:before { content: ""; } .fa-arrow-circle-down:before { content: ""; } .fa-globe:before { content: ""; } .fa-wrench:before { content: ""; } .fa-tasks:before { content: ""; } .fa-filter:before { content: ""; } .fa-briefcase:before { content: ""; } .fa-arrows-alt:before { content: ""; } .fa-group:before, .fa-users:before { content: ""; } .fa-chain:before, .fa-link:before { content: ""; } .fa-cloud:before { content: ""; } .fa-flask:before { content: ""; } .fa-cut:before, .fa-scissors:before { content: ""; } .fa-copy:before, .fa-files-o:before { content: ""; } .fa-paperclip:before { content: ""; } .fa-save:before, .fa-floppy-o:before { content: ""; } .fa-square:before { content: ""; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: ""; } .fa-list-ul:before { content: ""; } .fa-list-ol:before { content: ""; } .fa-strikethrough:before { content: ""; } .fa-underline:before { content: ""; } .fa-table:before { content: ""; } .fa-magic:before { content: ""; } .fa-truck:before { content: ""; } .fa-pinterest:before { content: ""; } .fa-pinterest-square:before { content: ""; } .fa-google-plus-square:before { content: ""; } .fa-google-plus:before { content: ""; } .fa-money:before { content: ""; } .fa-caret-down:before { content: ""; } .fa-caret-up:before { content: ""; } .fa-caret-left:before { content: ""; } .fa-caret-right:before { content: ""; } .fa-columns:before { content: ""; } .fa-unsorted:before, .fa-sort:before { content: ""; } .fa-sort-down:before, .fa-sort-desc:before { content: ""; } .fa-sort-up:before, .fa-sort-asc:before { content: ""; } .fa-envelope:before { content: ""; } .fa-linkedin:before { content: ""; } .fa-rotate-left:before, .fa-undo:before { content: ""; } .fa-legal:before, .fa-gavel:before { content: ""; } .fa-dashboard:before, .fa-tachometer:before { content: ""; } .fa-comment-o:before { content: ""; } .fa-comments-o:before { content: ""; } .fa-flash:before, .fa-bolt:before { content: ""; } .fa-sitemap:before { content: ""; } .fa-umbrella:before { content: ""; } .fa-paste:before, .fa-clipboard:before { content: ""; } .fa-lightbulb-o:before { content: ""; } .fa-exchange:before { content: ""; } .fa-cloud-download:before { content: ""; } .fa-cloud-upload:before { content: ""; } .fa-user-md:before { content: ""; } .fa-stethoscope:before { content: ""; } .fa-suitcase:before { content: ""; } .fa-bell-o:before { content: ""; } .fa-coffee:before { content: ""; } .fa-cutlery:before { content: ""; } .fa-file-text-o:before { content: ""; } .fa-building-o:before { content: ""; } .fa-hospital-o:before { content: ""; } .fa-ambulance:before { content: ""; } .fa-medkit:before { content: ""; } .fa-fighter-jet:before { content: ""; } .fa-beer:before { content: ""; } .fa-h-square:before { content: ""; } .fa-plus-square:before { content: ""; } .fa-angle-double-left:before { content: ""; } .fa-angle-double-right:before { content: ""; } .fa-angle-double-up:before { content: ""; } .fa-angle-double-down:before { content: ""; } .fa-angle-left:before { content: ""; } .fa-angle-right:before { content: ""; } .fa-angle-up:before { content: ""; } .fa-angle-down:before { content: ""; } .fa-desktop:before { content: ""; } .fa-laptop:before { content: ""; } .fa-tablet:before { content: ""; } .fa-mobile-phone:before, .fa-mobile:before { content: ""; } .fa-circle-o:before { content: ""; } .fa-quote-left:before { content: ""; } .fa-quote-right:before { content: ""; } .fa-spinner:before { content: ""; } .fa-circle:before { content: ""; } .fa-mail-reply:before, .fa-reply:before { content: ""; } .fa-github-alt:before { content: ""; } .fa-folder-o:before { content: ""; } .fa-folder-open-o:before { content: ""; } .fa-smile-o:before { content: ""; } .fa-frown-o:before { content: ""; } .fa-meh-o:before { content: ""; } .fa-gamepad:before { content: ""; } .fa-keyboard-o:before { content: ""; } .fa-flag-o:before { content: ""; } .fa-flag-checkered:before { content: ""; } .fa-terminal:before { content: ""; } .fa-code:before { content: ""; } .fa-mail-reply-all:before, .fa-reply-all:before { content: ""; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: ""; } .fa-location-arrow:before { content: ""; } .fa-crop:before { content: ""; } .fa-code-fork:before { content: ""; } .fa-unlink:before, .fa-chain-broken:before { content: ""; } .fa-question:before { content: ""; } .fa-info:before { content: ""; } .fa-exclamation:before { content: ""; } .fa-superscript:before { content: ""; } .fa-subscript:before { content: ""; } .fa-eraser:before { content: ""; } .fa-puzzle-piece:before { content: ""; } .fa-microphone:before { content: ""; } .fa-microphone-slash:before { content: ""; } .fa-shield:before { content: ""; } .fa-calendar-o:before { content: ""; } .fa-fire-extinguisher:before { content: ""; } .fa-rocket:before { content: ""; } .fa-maxcdn:before { content: ""; } .fa-chevron-circle-left:before { content: ""; } .fa-chevron-circle-right:before { content: ""; } .fa-chevron-circle-up:before { content: ""; } .fa-chevron-circle-down:before { content: ""; } .fa-html5:before { content: ""; } .fa-css3:before { content: ""; } .fa-anchor:before { content: ""; } .fa-unlock-alt:before { content: ""; } .fa-bullseye:before { content: ""; } .fa-ellipsis-h:before { content: ""; } .fa-ellipsis-v:before { content: ""; } .fa-rss-square:before { content: ""; } .fa-play-circle:before { content: ""; } .fa-ticket:before { content: ""; } .fa-minus-square:before { content: ""; } .fa-minus-square-o:before { content: ""; } .fa-level-up:before { content: ""; } .fa-level-down:before { content: ""; } .fa-check-square:before { content: ""; } .fa-pencil-square:before { content: ""; } .fa-external-link-square:before { content: ""; } .fa-share-square:before { content: ""; } .fa-compass:before { content: ""; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: ""; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: ""; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: ""; } .fa-euro:before, .fa-eur:before { content: ""; } .fa-gbp:before { content: ""; } .fa-dollar:before, .fa-usd:before { content: ""; } .fa-rupee:before, .fa-inr:before { content: ""; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: ""; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: ""; } .fa-won:before, .fa-krw:before { content: ""; } .fa-bitcoin:before, .fa-btc:before { content: ""; } .fa-file:before { content: ""; } .fa-file-text:before { content: ""; } .fa-sort-alpha-asc:before { content: ""; } .fa-sort-alpha-desc:before { content: ""; } .fa-sort-amount-asc:before { content: ""; } .fa-sort-amount-desc:before { content: ""; } .fa-sort-numeric-asc:before { content: ""; } .fa-sort-numeric-desc:before { content: ""; } .fa-thumbs-up:before { content: ""; } .fa-thumbs-down:before { content: ""; } .fa-youtube-square:before { content: ""; } .fa-youtube:before { content: ""; } .fa-xing:before { content: ""; } .fa-xing-square:before { content: ""; } .fa-youtube-play:before { content: ""; } .fa-dropbox:before { content: ""; } .fa-stack-overflow:before { content: ""; } .fa-instagram:before { content: ""; } .fa-flickr:before { content: ""; } .fa-adn:before { content: ""; } .fa-bitbucket:before { content: ""; } .fa-bitbucket-square:before { content: ""; } .fa-tumblr:before { content: ""; } .fa-tumblr-square:before { content: ""; } .fa-long-arrow-down:before { content: ""; } .fa-long-arrow-up:before { content: ""; } .fa-long-arrow-left:before { content: ""; } .fa-long-arrow-right:before { content: ""; } .fa-apple:before { content: ""; } .fa-windows:before { content: ""; } .fa-android:before { content: ""; } .fa-linux:before { content: ""; } .fa-dribbble:before { content: ""; } .fa-skype:before { content: ""; } .fa-foursquare:before { content: ""; } .fa-trello:before { content: ""; } .fa-female:before { content: ""; } .fa-male:before { content: ""; } .fa-gittip:before, .fa-gratipay:before { content: ""; } .fa-sun-o:before { content: ""; } .fa-moon-o:before { content: ""; } .fa-archive:before { content: ""; } .fa-bug:before { content: ""; } .fa-vk:before { content: ""; } .fa-weibo:before { content: ""; } .fa-renren:before { content: ""; } .fa-pagelines:before { content: ""; } .fa-stack-exchange:before { content: ""; } .fa-arrow-circle-o-right:before { content: ""; } .fa-arrow-circle-o-left:before { content: ""; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: ""; } .fa-dot-circle-o:before { content: ""; } .fa-wheelchair:before { content: ""; } .fa-vimeo-square:before { content: ""; } .fa-turkish-lira:before, .fa-try:before { content: ""; } .fa-plus-square-o:before { content: ""; } .fa-space-shuttle:before { content: ""; } .fa-slack:before { content: ""; } .fa-envelope-square:before { content: ""; } .fa-wordpress:before { content: ""; } .fa-openid:before { content: ""; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: ""; } .fa-mortar-board:before, .fa-graduation-cap:before { content: ""; } .fa-yahoo:before { content: ""; } .fa-google:before { content: ""; } .fa-reddit:before { content: ""; } .fa-reddit-square:before { content: ""; } .fa-stumbleupon-circle:before { content: ""; } .fa-stumbleupon:before { content: ""; } .fa-delicious:before { content: ""; } .fa-digg:before { content: ""; } .fa-pied-piper-pp:before { content: ""; } .fa-pied-piper-alt:before { content: ""; } .fa-drupal:before { content: ""; } .fa-joomla:before { content: ""; } .fa-language:before { content: ""; } .fa-fax:before { content: ""; } .fa-building:before { content: ""; } .fa-child:before { content: ""; } .fa-paw:before { content: ""; } .fa-spoon:before { content: ""; } .fa-cube:before { content: ""; } .fa-cubes:before { content: ""; } .fa-behance:before { content: ""; } .fa-behance-square:before { content: ""; } .fa-steam:before { content: ""; } .fa-steam-square:before { content: ""; } .fa-recycle:before { content: ""; } .fa-automobile:before, .fa-car:before { content: ""; } .fa-cab:before, .fa-taxi:before { content: ""; } .fa-tree:before { content: ""; } .fa-spotify:before { content: ""; } .fa-deviantart:before { content: ""; } .fa-soundcloud:before { content: ""; } .fa-database:before { content: ""; } .fa-file-pdf-o:before { content: ""; } .fa-file-word-o:before { content: ""; } .fa-file-excel-o:before { content: ""; } .fa-file-powerpoint-o:before { content: ""; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: ""; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: ""; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: ""; } .fa-file-movie-o:before, .fa-file-video-o:before { content: ""; } .fa-file-code-o:before { content: ""; } .fa-vine:before { content: ""; } .fa-codepen:before { content: ""; } .fa-jsfiddle:before { content: ""; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: ""; } .fa-circle-o-notch:before { content: ""; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: ""; } .fa-ge:before, .fa-empire:before { content: ""; } .fa-git-square:before { content: ""; } .fa-git:before { content: ""; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: ""; } .fa-tencent-weibo:before { content: ""; } .fa-qq:before { content: ""; } .fa-wechat:before, .fa-weixin:before { content: ""; } .fa-send:before, .fa-paper-plane:before { content: ""; } .fa-send-o:before, .fa-paper-plane-o:before { content: ""; } .fa-history:before { content: ""; } .fa-circle-thin:before { content: ""; } .fa-header:before { content: ""; } .fa-paragraph:before { content: ""; } .fa-sliders:before { content: ""; } .fa-share-alt:before { content: ""; } .fa-share-alt-square:before { content: ""; } .fa-bomb:before { content: ""; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: ""; } .fa-tty:before { content: ""; } .fa-binoculars:before { content: ""; } .fa-plug:before { content: ""; } .fa-slideshare:before { content: ""; } .fa-twitch:before { content: ""; } .fa-yelp:before { content: ""; } .fa-newspaper-o:before { content: ""; } .fa-wifi:before { content: ""; } .fa-calculator:before { content: ""; } .fa-paypal:before { content: ""; } .fa-google-wallet:before { content: ""; } .fa-cc-visa:before { content: ""; } .fa-cc-mastercard:before { content: ""; } .fa-cc-discover:before { content: ""; } .fa-cc-amex:before { content: ""; } .fa-cc-paypal:before { content: ""; } .fa-cc-stripe:before { content: ""; } .fa-bell-slash:before { content: ""; } .fa-bell-slash-o:before { content: ""; } .fa-trash:before { content: ""; } .fa-copyright:before { content: ""; } .fa-at:before { content: ""; } .fa-eyedropper:before { content: ""; } .fa-paint-brush:before { content: ""; } .fa-birthday-cake:before { content: ""; } .fa-area-chart:before { content: ""; } .fa-pie-chart:before { content: ""; } .fa-line-chart:before { content: ""; } .fa-lastfm:before { content: ""; } .fa-lastfm-square:before { content: ""; } .fa-toggle-off:before { content: ""; } .fa-toggle-on:before { content: ""; } .fa-bicycle:before { content: ""; } .fa-bus:before { content: ""; } .fa-ioxhost:before { content: ""; } .fa-angellist:before { content: ""; } .fa-cc:before { content: ""; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: ""; } .fa-meanpath:before { content: ""; } .fa-buysellads:before { content: ""; } .fa-connectdevelop:before { content: ""; } .fa-dashcube:before { content: ""; } .fa-forumbee:before { content: ""; } .fa-leanpub:before { content: ""; } .fa-sellsy:before { content: ""; } .fa-shirtsinbulk:before { content: ""; } .fa-simplybuilt:before { content: ""; } .fa-skyatlas:before { content: ""; } .fa-cart-plus:before { content: ""; } .fa-cart-arrow-down:before { content: ""; } .fa-diamond:before { content: ""; } .fa-ship:before { content: ""; } .fa-user-secret:before { content: ""; } .fa-motorcycle:before { content: ""; } .fa-street-view:before { content: ""; } .fa-heartbeat:before { content: ""; } .fa-venus:before { content: ""; } .fa-mars:before { content: ""; } .fa-mercury:before { content: ""; } .fa-intersex:before, .fa-transgender:before { content: ""; } .fa-transgender-alt:before { content: ""; } .fa-venus-double:before { content: ""; } .fa-mars-double:before { content: ""; } .fa-venus-mars:before { content: ""; } .fa-mars-stroke:before { content: ""; } .fa-mars-stroke-v:before { content: ""; } .fa-mars-stroke-h:before { content: ""; } .fa-neuter:before { content: ""; } .fa-genderless:before { content: ""; } .fa-facebook-official:before { content: ""; } .fa-pinterest-p:before { content: ""; } .fa-whatsapp:before { content: ""; } .fa-server:before { content: ""; } .fa-user-plus:before { content: ""; } .fa-user-times:before { content: ""; } .fa-hotel:before, .fa-bed:before { content: ""; } .fa-viacoin:before { content: ""; } .fa-train:before { content: ""; } .fa-subway:before { content: ""; } .fa-medium:before { content: ""; } .fa-yc:before, .fa-y-combinator:before { content: ""; } .fa-optin-monster:before { content: ""; } .fa-opencart:before { content: ""; } .fa-expeditedssl:before { content: ""; } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: ""; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: ""; } .fa-battery-2:before, .fa-battery-half:before { content: ""; } .fa-battery-1:before, .fa-battery-quarter:before { content: ""; } .fa-battery-0:before, .fa-battery-empty:before { content: ""; } .fa-mouse-pointer:before { content: ""; } .fa-i-cursor:before { content: ""; } .fa-object-group:before { content: ""; } .fa-object-ungroup:before { content: ""; } .fa-sticky-note:before { content: ""; } .fa-sticky-note-o:before { content: ""; } .fa-cc-jcb:before { content: ""; } .fa-cc-diners-club:before { content: ""; } .fa-clone:before { content: ""; } .fa-balance-scale:before { content: ""; } .fa-hourglass-o:before { content: ""; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: ""; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: ""; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: ""; } .fa-hourglass:before { content: ""; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: ""; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: ""; } .fa-hand-scissors-o:before { content: ""; } .fa-hand-lizard-o:before { content: ""; } .fa-hand-spock-o:before { content: ""; } .fa-hand-pointer-o:before { content: ""; } .fa-hand-peace-o:before { content: ""; } .fa-trademark:before { content: ""; } .fa-registered:before { content: ""; } .fa-creative-commons:before { content: ""; } .fa-gg:before { content: ""; } .fa-gg-circle:before { content: ""; } .fa-tripadvisor:before { content: ""; } .fa-odnoklassniki:before { content: ""; } .fa-odnoklassniki-square:before { content: ""; } .fa-get-pocket:before { content: ""; } .fa-wikipedia-w:before { content: ""; } .fa-safari:before { content: ""; } .fa-chrome:before { content: ""; } .fa-firefox:before { content: ""; } .fa-opera:before { content: ""; } .fa-internet-explorer:before { content: ""; } .fa-tv:before, .fa-television:before { content: ""; } .fa-contao:before { content: ""; } .fa-500px:before { content: ""; } .fa-amazon:before { content: ""; } .fa-calendar-plus-o:before { content: ""; } .fa-calendar-minus-o:before { content: ""; } .fa-calendar-times-o:before { content: ""; } .fa-calendar-check-o:before { content: ""; } .fa-industry:before { content: ""; } .fa-map-pin:before { content: ""; } .fa-map-signs:before { content: ""; } .fa-map-o:before { content: ""; } .fa-map:before { content: ""; } .fa-commenting:before { content: ""; } .fa-commenting-o:before { content: ""; } .fa-houzz:before { content: ""; } .fa-vimeo:before { content: ""; } .fa-black-tie:before { content: ""; } .fa-fonticons:before { content: ""; } .fa-reddit-alien:before { content: ""; } .fa-edge:before { content: ""; } .fa-credit-card-alt:before { content: ""; } .fa-codiepie:before { content: ""; } .fa-modx:before { content: ""; } .fa-fort-awesome:before { content: ""; } .fa-usb:before { content: ""; } .fa-product-hunt:before { content: ""; } .fa-mixcloud:before { content: ""; } .fa-scribd:before { content: ""; } .fa-pause-circle:before { content: ""; } .fa-pause-circle-o:before { content: ""; } .fa-stop-circle:before { content: ""; } .fa-stop-circle-o:before { content: ""; } .fa-shopping-bag:before { content: ""; } .fa-shopping-basket:before { content: ""; } .fa-hashtag:before { content: ""; } .fa-bluetooth:before { content: ""; } .fa-bluetooth-b:before { content: ""; } .fa-percent:before { content: ""; } .fa-gitlab:before { content: ""; } .fa-wpbeginner:before { content: ""; } .fa-wpforms:before { content: ""; } .fa-envira:before { content: ""; } .fa-universal-access:before { content: ""; } .fa-wheelchair-alt:before { content: ""; } .fa-question-circle-o:before { content: ""; } .fa-blind:before { content: ""; } .fa-audio-description:before { content: ""; } .fa-volume-control-phone:before { content: ""; } .fa-braille:before { content: ""; } .fa-assistive-listening-systems:before { content: ""; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: ""; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: ""; } .fa-glide:before { content: ""; } .fa-glide-g:before { content: ""; } .fa-signing:before, .fa-sign-language:before { content: ""; } .fa-low-vision:before { content: ""; } .fa-viadeo:before { content: ""; } .fa-viadeo-square:before { content: ""; } .fa-snapchat:before { content: ""; } .fa-snapchat-ghost:before { content: ""; } .fa-snapchat-square:before { content: ""; } .fa-pied-piper:before { content: ""; } .fa-first-order:before { content: ""; } .fa-yoast:before { content: ""; } .fa-themeisle:before { content: ""; } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: ""; } .fa-fa:before, .fa-font-awesome:before { content: ""; } .fa-handshake-o:before { content: ""; } .fa-envelope-open:before { content: ""; } .fa-envelope-open-o:before { content: ""; } .fa-linode:before { content: ""; } .fa-address-book:before { content: ""; } .fa-address-book-o:before { content: ""; } .fa-vcard:before, .fa-address-card:before { content: ""; } .fa-vcard-o:before, .fa-address-card-o:before { content: ""; } .fa-user-circle:before { content: ""; } .fa-user-circle-o:before { content: ""; } .fa-user-o:before { content: ""; } .fa-id-badge:before { content: ""; } .fa-drivers-license:before, .fa-id-card:before { content: ""; } .fa-drivers-license-o:before, .fa-id-card-o:before { content: ""; } .fa-quora:before { content: ""; } .fa-free-code-camp:before { content: ""; } .fa-telegram:before { content: ""; } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: ""; } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: ""; } .fa-thermometer-2:before, .fa-thermometer-half:before { content: ""; } .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: ""; } .fa-thermometer-0:before, .fa-thermometer-empty:before { content: ""; } .fa-shower:before { content: ""; } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: ""; } .fa-podcast:before { content: ""; } .fa-window-maximize:before { content: ""; } .fa-window-minimize:before { content: ""; } .fa-window-restore:before { content: ""; } .fa-times-rectangle:before, .fa-window-close:before { content: ""; } .fa-times-rectangle-o:before, .fa-window-close-o:before { content: ""; } .fa-bandcamp:before { content: ""; } .fa-grav:before { content: ""; } .fa-etsy:before { content: ""; } .fa-imdb:before { content: ""; } .fa-ravelry:before { content: ""; } .fa-eercast:before { content: ""; } .fa-microchip:before { content: ""; } .fa-snowflake-o:before { content: ""; } .fa-superpowers:before { content: ""; } .fa-wpexplorer:before { content: ""; } .fa-meetup:before { content: ""; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /*# sourceMappingURL=font-awesome.min.css.map */ @charset "UTF-8"; /*! Ionicons, v2.0.1 Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ https://twitter.com/benjsperry https://twitter.com/ionicframework MIT License: https://github.com/driftyco/ionicons Android-style icons originally built by Google’s Material Design Icons: https://github.com/google/material-design-icons used under CC BY http://creativecommons.org/licenses/by/4.0/ Modified icons to fit ionicon’s grid from original. */ @font-face { font-family: "Ionicons"; font-display: "block"; src: url("https://df00be5efdcaabbfab3ae0350e4e3275.cdn.bubble.io/f1499272454677x357274544658139300/ionicons.eot"); src: url("https://df00be5efdcaabbfab3ae0350e4e3275.cdn.bubble.io/f1499272886250x158303603297099460/ionicons.eot") format("embedded-opentype"), url("https://df00be5efdcaabbfab3ae0350e4e3275.cdn.bubble.io/f1499272922381x868922997266054100/ionicons.ttf") format("truetype"), url("https://df00be5efdcaabbfab3ae0350e4e3275.cdn.bubble.io/f1499272961822x801320437341928400/ionicons.woff") format("woff"), url("https://df00be5efdcaabbfab3ae0350e4e3275.cdn.bubble.io/f1499273020752x438600089401006700/ionicons.svg") format("svg"); font-weight: normal; font-style: normal; } .ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ion-alert:before { content: ""; } .ion-alert-circled:before { content: ""; } .ion-android-add:before { content: ""; } .ion-android-add-circle:before { content: ""; } .ion-android-alarm-clock:before { content: ""; } .ion-android-alert:before { content: ""; } .ion-android-apps:before { content: ""; } .ion-android-archive:before { content: ""; } .ion-android-arrow-back:before { content: ""; } .ion-android-arrow-down:before { content: ""; } .ion-android-arrow-dropdown:before { content: ""; } .ion-android-arrow-dropdown-circle:before { content: ""; } .ion-android-arrow-dropleft:before { content: ""; } .ion-android-arrow-dropleft-circle:before { content: ""; } .ion-android-arrow-dropright:before { content: ""; } .ion-android-arrow-dropright-circle:before { content: ""; } .ion-android-arrow-dropup:before { content: ""; } .ion-android-arrow-dropup-circle:before { content: ""; } .ion-android-arrow-forward:before { content: ""; } .ion-android-arrow-up:before { content: ""; } .ion-android-attach:before { content: ""; } .ion-android-bar:before { content: ""; } .ion-android-bicycle:before { content: ""; } .ion-android-boat:before { content: ""; } .ion-android-bookmark:before { content: ""; } .ion-android-bulb:before { content: ""; } .ion-android-bus:before { content: ""; } .ion-android-calendar:before { content: ""; } .ion-android-call:before { content: ""; } .ion-android-camera:before { content: ""; } .ion-android-cancel:before { content: ""; } .ion-android-car:before { content: ""; } .ion-android-cart:before { content: ""; } .ion-android-chat:before { content: ""; } .ion-android-checkbox:before { content: ""; } .ion-android-checkbox-blank:before { content: ""; } .ion-android-checkbox-outline:before { content: ""; } .ion-android-checkbox-outline-blank:before { content: ""; } .ion-android-checkmark-circle:before { content: ""; } .ion-android-clipboard:before { content: ""; } .ion-android-close:before { content: ""; } .ion-android-cloud:before { content: ""; } .ion-android-cloud-circle:before { content: ""; } .ion-android-cloud-done:before { content: ""; } .ion-android-cloud-outline:before { content: ""; } .ion-android-color-palette:before { content: ""; } .ion-android-compass:before { content: ""; } .ion-android-contact:before { content: ""; } .ion-android-contacts:before { content: ""; } .ion-android-contract:before { content: ""; } .ion-android-create:before { content: ""; } .ion-android-delete:before { content: ""; } .ion-android-desktop:before { content: ""; } .ion-android-document:before { content: ""; } .ion-android-done:before { content: ""; } .ion-android-done-all:before { content: ""; } .ion-android-download:before { content: ""; } .ion-android-drafts:before { content: ""; } .ion-android-exit:before { content: ""; } .ion-android-expand:before { content: ""; } .ion-android-favorite:before { content: ""; } .ion-android-favorite-outline:before { content: ""; } .ion-android-film:before { content: ""; } .ion-android-folder:before { content: ""; } .ion-android-folder-open:before { content: ""; } .ion-android-funnel:before { content: ""; } .ion-android-globe:before { content: ""; } .ion-android-hand:before { content: ""; } .ion-android-hangout:before { content: ""; } .ion-android-happy:before { content: ""; } .ion-android-home:before { content: ""; } .ion-android-image:before { content: ""; } .ion-android-laptop:before { content: ""; } .ion-android-list:before { content: ""; } .ion-android-locate:before { content: ""; } .ion-android-lock:before { content: ""; } .ion-android-mail:before { content: ""; } .ion-android-map:before { content: ""; } .ion-android-menu:before { content: ""; } .ion-android-microphone:before { content: ""; } .ion-android-microphone-off:before { content: ""; } .ion-android-more-horizontal:before { content: ""; } .ion-android-more-vertical:before { content: ""; } .ion-android-navigate:before { content: ""; } .ion-android-notifications:before { content: ""; } .ion-android-notifications-none:before { content: ""; } .ion-android-notifications-off:before { content: ""; } .ion-android-open:before { content: ""; } .ion-android-options:before { content: ""; } .ion-android-people:before { content: ""; } .ion-android-person:before { content: ""; } .ion-android-person-add:before { content: ""; } .ion-android-phone-landscape:before { content: ""; } .ion-android-phone-portrait:before { content: ""; } .ion-android-pin:before { content: ""; } .ion-android-plane:before { content: ""; } .ion-android-playstore:before { content: ""; } .ion-android-print:before { content: ""; } .ion-android-radio-button-off:before { content: ""; } .ion-android-radio-button-on:before { content: ""; } .ion-android-refresh:before { content: ""; } .ion-android-remove:before { content: ""; } .ion-android-remove-circle:before { content: ""; } .ion-android-restaurant:before { content: ""; } .ion-android-sad:before { content: ""; } .ion-android-search:before { content: ""; } .ion-android-send:before { content: ""; } .ion-android-settings:before { content: ""; } .ion-android-share:before { content: ""; } .ion-android-share-alt:before { content: ""; } .ion-android-star:before { content: ""; } .ion-android-star-half:before { content: ""; } .ion-android-star-outline:before { content: ""; } .ion-android-stopwatch:before { content: ""; } .ion-android-subway:before { content: ""; } .ion-android-sunny:before { content: ""; } .ion-android-sync:before { content: ""; } .ion-android-textsms:before { content: ""; } .ion-android-time:before { content: ""; } .ion-android-train:before { content: ""; } .ion-android-unlock:before { content: ""; } .ion-android-upload:before { content: ""; } .ion-android-volume-down:before { content: ""; } .ion-android-volume-mute:before { content: ""; } .ion-android-volume-off:before { content: ""; } .ion-android-volume-up:before { content: ""; } .ion-android-walk:before { content: ""; } .ion-android-warning:before { content: ""; } .ion-android-watch:before { content: ""; } .ion-android-wifi:before { content: ""; } .ion-aperture:before { content: ""; } .ion-archive:before { content: ""; } .ion-arrow-down-a:before { content: ""; } .ion-arrow-down-b:before { content: ""; } .ion-arrow-down-c:before { content: ""; } .ion-arrow-expand:before { content: ""; } .ion-arrow-graph-down-left:before { content: ""; } .ion-arrow-graph-down-right:before { content: ""; } .ion-arrow-graph-up-left:before { content: ""; } .ion-arrow-graph-up-right:before { content: ""; } .ion-arrow-left-a:before { content: ""; } .ion-arrow-left-b:before { content: ""; } .ion-arrow-left-c:before { content: ""; } .ion-arrow-move:before { content: ""; } .ion-arrow-resize:before { content: ""; } .ion-arrow-return-left:before { content: ""; } .ion-arrow-return-right:before { content: ""; } .ion-arrow-right-a:before { content: ""; } .ion-arrow-right-b:before { content: ""; } .ion-arrow-right-c:before { content: ""; } .ion-arrow-shrink:before { content: ""; } .ion-arrow-swap:before { content: ""; } .ion-arrow-up-a:before { content: ""; } .ion-arrow-up-b:before { content: ""; } .ion-arrow-up-c:before { content: ""; } .ion-asterisk:before { content: ""; } .ion-at:before { content: ""; } .ion-backspace:before { content: ""; } .ion-backspace-outline:before { content: ""; } .ion-bag:before { content: ""; } .ion-battery-charging:before { content: ""; } .ion-battery-empty:before { content: ""; } .ion-battery-full:before { content: ""; } .ion-battery-half:before { content: ""; } .ion-battery-low:before { content: ""; } .ion-beaker:before { content: ""; } .ion-beer:before { content: ""; } .ion-bluetooth:before { content: ""; } .ion-bonfire:before { content: ""; } .ion-bookmark:before { content: ""; } .ion-bowtie:before { content: ""; } .ion-briefcase:before { content: ""; } .ion-bug:before { content: ""; } .ion-calculator:before { content: ""; } .ion-calendar:before { content: ""; } .ion-camera:before { content: ""; } .ion-card:before { content: ""; } .ion-cash:before { content: ""; } .ion-chatbox:before { content: ""; } .ion-chatbox-working:before { content: ""; } .ion-chatboxes:before { content: ""; } .ion-chatbubble:before { content: ""; } .ion-chatbubble-working:before { content: ""; } .ion-chatbubbles:before { content: ""; } .ion-checkmark:before { content: ""; } .ion-checkmark-circled:before { content: ""; } .ion-checkmark-round:before { content: ""; } .ion-chevron-down:before { content: ""; } .ion-chevron-left:before { content: ""; } .ion-chevron-right:before { content: ""; } .ion-chevron-up:before { content: ""; } .ion-clipboard:before { content: ""; } .ion-clock:before { content: ""; } .ion-close:before { content: ""; } .ion-close-circled:before { content: ""; } .ion-close-round:before { content: ""; } .ion-closed-captioning:before { content: ""; } .ion-cloud:before { content: ""; } .ion-code:before { content: ""; } .ion-code-download:before { content: ""; } .ion-code-working:before { content: ""; } .ion-coffee:before { content: ""; } .ion-compass:before { content: ""; } .ion-compose:before { content: ""; } .ion-connection-bars:before { content: ""; } .ion-contrast:before { content: ""; } .ion-crop:before { content: ""; } .ion-cube:before { content: ""; } .ion-disc:before { content: ""; } .ion-document:before { content: ""; } .ion-document-text:before { content: ""; } .ion-drag:before { content: ""; } .ion-earth:before { content: ""; } .ion-easel:before { content: ""; } .ion-edit:before { content: ""; } .ion-egg:before { content: ""; } .ion-eject:before { content: ""; } .ion-email:before { content: ""; } .ion-email-unread:before { content: ""; } .ion-erlenmeyer-flask:before { content: ""; } .ion-erlenmeyer-flask-bubbles:before { content: ""; } .ion-eye:before { content: ""; } .ion-eye-disabled:before { content: ""; } .ion-female:before { content: ""; } .ion-filing:before { content: ""; } .ion-film-marker:before { content: ""; } .ion-fireball:before { content: ""; } .ion-flag:before { content: ""; } .ion-flame:before { content: ""; } .ion-flash:before { content: ""; } .ion-flash-off:before { content: ""; } .ion-folder:before { content: ""; } .ion-fork:before { content: ""; } .ion-fork-repo:before { content: ""; } .ion-forward:before { content: ""; } .ion-funnel:before { content: ""; } .ion-gear-a:before { content: ""; } .ion-gear-b:before { content: ""; } .ion-grid:before { content: ""; } .ion-hammer:before { content: ""; } .ion-happy:before { content: ""; } .ion-happy-outline:before { content: ""; } .ion-headphone:before { content: ""; } .ion-heart:before { content: ""; } .ion-heart-broken:before { content: ""; } .ion-help:before { content: ""; } .ion-help-buoy:before { content: ""; } .ion-help-circled:before { content: ""; } .ion-home:before { content: ""; } .ion-icecream:before { content: ""; } .ion-image:before { content: ""; } .ion-images:before { content: ""; } .ion-information:before { content: ""; } .ion-information-circled:before { content: ""; } .ion-ionic:before { content: ""; } .ion-ios-alarm:before { content: ""; } .ion-ios-alarm-outline:before { content: ""; } .ion-ios-albums:before { content: ""; } .ion-ios-albums-outline:before { content: ""; } .ion-ios-americanfootball:before { content: ""; } .ion-ios-americanfootball-outline:before { content: ""; } .ion-ios-analytics:before { content: ""; } .ion-ios-analytics-outline:before { content: ""; } .ion-ios-arrow-back:before { content: ""; } .ion-ios-arrow-down:before { content: ""; } .ion-ios-arrow-forward:before { content: ""; } .ion-ios-arrow-left:before { content: ""; } .ion-ios-arrow-right:before { content: ""; } .ion-ios-arrow-thin-down:before { content: ""; } .ion-ios-arrow-thin-left:before { content: ""; } .ion-ios-arrow-thin-right:before { content: ""; } .ion-ios-arrow-thin-up:before { content: ""; } .ion-ios-arrow-up:before { content: ""; } .ion-ios-at:before { content: ""; } .ion-ios-at-outline:before { content: ""; } .ion-ios-barcode:before { content: ""; } .ion-ios-barcode-outline:before { content: ""; } .ion-ios-baseball:before { content: ""; } .ion-ios-baseball-outline:before { content: ""; } .ion-ios-basketball:before { content: ""; } .ion-ios-basketball-outline:before { content: ""; } .ion-ios-bell:before { content: ""; } .ion-ios-bell-outline:before { content: ""; } .ion-ios-body:before { content: ""; } .ion-ios-body-outline:before { content: ""; } .ion-ios-bolt:before { content: ""; } .ion-ios-bolt-outline:before { content: ""; } .ion-ios-book:before { content: ""; } .ion-ios-book-outline:before { content: ""; } .ion-ios-bookmarks:before { content: ""; } .ion-ios-bookmarks-outline:before { content: ""; } .ion-ios-box:before { content: ""; } .ion-ios-box-outline:before { content: ""; } .ion-ios-briefcase:before { content: ""; } .ion-ios-briefcase-outline:before { content: ""; } .ion-ios-browsers:before { content: ""; } .ion-ios-browsers-outline:before { content: ""; } .ion-ios-calculator:before { content: ""; } .ion-ios-calculator-outline:before { content: ""; } .ion-ios-calendar:before { content: ""; } .ion-ios-calendar-outline:before { content: ""; } .ion-ios-camera:before { content: ""; } .ion-ios-camera-outline:before { content: ""; } .ion-ios-cart:before { content: ""; } .ion-ios-cart-outline:before { content: ""; } .ion-ios-chatboxes:before { content: ""; } .ion-ios-chatboxes-outline:before { content: ""; } .ion-ios-chatbubble:before { content: ""; } .ion-ios-chatbubble-outline:before { content: ""; } .ion-ios-checkmark:before { content: ""; } .ion-ios-checkmark-empty:before { content: ""; } .ion-ios-checkmark-outline:before { content: ""; } .ion-ios-circle-filled:before { content: ""; } .ion-ios-circle-outline:before { content: ""; } .ion-ios-clock:before { content: ""; } .ion-ios-clock-outline:before { content: ""; } .ion-ios-close:before { content: ""; } .ion-ios-close-empty:before { content: ""; } .ion-ios-close-outline:before { content: ""; } .ion-ios-cloud:before { content: ""; } .ion-ios-cloud-download:before { content: ""; } .ion-ios-cloud-download-outline:before { content: ""; } .ion-ios-cloud-outline:before { content: ""; } .ion-ios-cloud-upload:before { content: ""; } .ion-ios-cloud-upload-outline:before { content: ""; } .ion-ios-cloudy:before { content: ""; } .ion-ios-cloudy-night:before { content: ""; } .ion-ios-cloudy-night-outline:before { content: ""; } .ion-ios-cloudy-outline:before { content: ""; } .ion-ios-cog:before { content: ""; } .ion-ios-cog-outline:before { content: ""; } .ion-ios-color-filter:before { content: ""; } .ion-ios-color-filter-outline:before { content: ""; } .ion-ios-color-wand:before { content: ""; } .ion-ios-color-wand-outline:before { content: ""; } .ion-ios-compose:before { content: ""; } .ion-ios-compose-outline:before { content: ""; } .ion-ios-contact:before { content: ""; } .ion-ios-contact-outline:before { content: ""; } .ion-ios-copy:before { content: ""; } .ion-ios-copy-outline:before { content: ""; } .ion-ios-crop:before { content: ""; } .ion-ios-crop-strong:before { content: ""; } .ion-ios-download:before { content: ""; } .ion-ios-download-outline:before { content: ""; } .ion-ios-drag:before { content: ""; } .ion-ios-email:before { content: ""; } .ion-ios-email-outline:before { content: ""; } .ion-ios-eye:before { content: ""; } .ion-ios-eye-outline:before { content: ""; } .ion-ios-fastforward:before { content: ""; } .ion-ios-fastforward-outline:before { content: ""; } .ion-ios-filing:before { content: ""; } .ion-ios-filing-outline:before { content: ""; } .ion-ios-film:before { content: ""; } .ion-ios-film-outline:before { content: ""; } .ion-ios-flag:before { content: ""; } .ion-ios-flag-outline:before { content: ""; } .ion-ios-flame:before { content: ""; } .ion-ios-flame-outline:before { content: ""; } .ion-ios-flask:before { content: ""; } .ion-ios-flask-outline:before { content: ""; } .ion-ios-flower:before { content: ""; } .ion-ios-flower-outline:before { content: ""; } .ion-ios-folder:before { content: ""; } .ion-ios-folder-outline:before { content: ""; } .ion-ios-football:before { content: ""; } .ion-ios-football-outline:before { content: ""; } .ion-ios-game-controller-a:before { content: ""; } .ion-ios-game-controller-a-outline:before { content: ""; } .ion-ios-game-controller-b:before { content: ""; } .ion-ios-game-controller-b-outline:before { content: ""; } .ion-ios-gear:before { content: ""; } .ion-ios-gear-outline:before { content: ""; } .ion-ios-glasses:before { content: ""; } .ion-ios-glasses-outline:before { content: ""; } .ion-ios-grid-view:before { content: ""; } .ion-ios-grid-view-outline:before { content: ""; } .ion-ios-heart:before { content: ""; } .ion-ios-heart-outline:before { content: ""; } .ion-ios-help:before { content: ""; } .ion-ios-help-empty:before { content: ""; } .ion-ios-help-outline:before { content: ""; } .ion-ios-home:before { content: ""; } .ion-ios-home-outline:before { content: ""; } .ion-ios-infinite:before { content: ""; } .ion-ios-infinite-outline:before { content: ""; } .ion-ios-information:before { content: ""; } .ion-ios-information-empty:before { content: ""; } .ion-ios-information-outline:before { content: ""; } .ion-ios-ionic-outline:before { content: ""; } .ion-ios-keypad:before { content: ""; } .ion-ios-keypad-outline:before { content: ""; } .ion-ios-lightbulb:before { content: ""; } .ion-ios-lightbulb-outline:before { content: ""; } .ion-ios-list:before { content: ""; } .ion-ios-list-outline:before { content: ""; } .ion-ios-location:before { content: ""; } .ion-ios-location-outline:before { content: ""; } .ion-ios-locked:before { content: ""; } .ion-ios-locked-outline:before { content: ""; } .ion-ios-loop:before { content: ""; } .ion-ios-loop-strong:before { content: ""; } .ion-ios-medical:before { content: ""; } .ion-ios-medical-outline:before { content: ""; } .ion-ios-medkit:before { content: ""; } .ion-ios-medkit-outline:before { content: ""; } .ion-ios-mic:before { content: ""; } .ion-ios-mic-off:before { content: ""; } .ion-ios-mic-outline:before { content: ""; } .ion-ios-minus:before { content: ""; } .ion-ios-minus-empty:before { content: ""; } .ion-ios-minus-outline:before { content: ""; } .ion-ios-monitor:before { content: ""; } .ion-ios-monitor-outline:before { content: ""; } .ion-ios-moon:before { content: ""; } .ion-ios-moon-outline:before { content: ""; } .ion-ios-more:before { content: ""; } .ion-ios-more-outline:before { content: ""; } .ion-ios-musical-note:before { content: ""; } .ion-ios-musical-notes:before { content: ""; } .ion-ios-navigate:before { content: ""; } .ion-ios-navigate-outline:before { content: ""; } .ion-ios-nutrition:before { content: ""; } .ion-ios-nutrition-outline:before { content: ""; } .ion-ios-paper:before { content: ""; } .ion-ios-paper-outline:before { content: ""; } .ion-ios-paperplane:before { content: ""; } .ion-ios-paperplane-outline:before { content: ""; } .ion-ios-partlysunny:before { content: ""; } .ion-ios-partlysunny-outline:before { content: ""; } .ion-ios-pause:before { content: ""; } .ion-ios-pause-outline:before { content: ""; } .ion-ios-paw:before { content: ""; } .ion-ios-paw-outline:before { content: ""; } .ion-ios-people:before { content: ""; } .ion-ios-people-outline:before { content: ""; } .ion-ios-person:before { content: ""; } .ion-ios-person-outline:before { content: ""; } .ion-ios-personadd:before { content: ""; } .ion-ios-personadd-outline:before { content: ""; } .ion-ios-photos:before { content: ""; } .ion-ios-photos-outline:before { content: ""; } .ion-ios-pie:before { content: ""; } .ion-ios-pie-outline:before { content: ""; } .ion-ios-pint:before { content: ""; } .ion-ios-pint-outline:before { content: ""; } .ion-ios-play:before { content: ""; } .ion-ios-play-outline:before { content: ""; } .ion-ios-plus:before { content: ""; } .ion-ios-plus-empty:before { content: ""; } .ion-ios-plus-outline:before { content: ""; } .ion-ios-pricetag:before { content: ""; } .ion-ios-pricetag-outline:before { content: ""; } .ion-ios-pricetags:before { content: ""; } .ion-ios-pricetags-outline:before { content: ""; } .ion-ios-printer:before { content: ""; } .ion-ios-printer-outline:before { content: ""; } .ion-ios-pulse:before { content: ""; } .ion-ios-pulse-strong:before { content: ""; } .ion-ios-rainy:before { content: ""; } .ion-ios-rainy-outline:before { content: ""; } .ion-ios-recording:before { content: ""; } .ion-ios-recording-outline:before { content: ""; } .ion-ios-redo:before { content: ""; } .ion-ios-redo-outline:before { content: ""; } .ion-ios-refresh:before { content: ""; } .ion-ios-refresh-empty:before { content: ""; } .ion-ios-refresh-outline:before { content: ""; } .ion-ios-reload:before { content: ""; } .ion-ios-reverse-camera:before { content: ""; } .ion-ios-reverse-camera-outline:before { content: ""; } .ion-ios-rewind:before { content: ""; } .ion-ios-rewind-outline:before { content: ""; } .ion-ios-rose:before { content: ""; } .ion-ios-rose-outline:before { content: ""; } .ion-ios-search:before { content: ""; } .ion-ios-search-strong:before { content: ""; } .ion-ios-settings:before { content: ""; } .ion-ios-settings-strong:before { content: ""; } .ion-ios-shuffle:before { content: ""; } .ion-ios-shuffle-strong:before { content: ""; } .ion-ios-skipbackward:before { content: ""; } .ion-ios-skipbackward-outline:before { content: ""; } .ion-ios-skipforward:before { content: ""; } .ion-ios-skipforward-outline:before { content: ""; } .ion-ios-snowy:before { content: ""; } .ion-ios-speedometer:before { content: ""; } .ion-ios-speedometer-outline:before { content: ""; } .ion-ios-star:before { content: ""; } .ion-ios-star-half:before { content: ""; } .ion-ios-star-outline:before { content: ""; } .ion-ios-stopwatch:before { content: ""; } .ion-ios-stopwatch-outline:before { content: ""; } .ion-ios-sunny:before { content: ""; } .ion-ios-sunny-outline:before { content: ""; } .ion-ios-telephone:before { content: ""; } .ion-ios-telephone-outline:before { content: ""; } .ion-ios-tennisball:before { content: ""; } .ion-ios-tennisball-outline:before { content: ""; } .ion-ios-thunderstorm:before { content: ""; } .ion-ios-thunderstorm-outline:before { content: ""; } .ion-ios-time:before { content: ""; } .ion-ios-time-outline:before { content: ""; } .ion-ios-timer:before { content: ""; } .ion-ios-timer-outline:before { content: ""; } .ion-ios-toggle:before { content: ""; } .ion-ios-toggle-outline:before { content: ""; } .ion-ios-trash:before { content: ""; } .ion-ios-trash-outline:before { content: ""; } .ion-ios-undo:before { content: ""; } .ion-ios-undo-outline:before { content: ""; } .ion-ios-unlocked:before { content: ""; } .ion-ios-unlocked-outline:before { content: ""; } .ion-ios-upload:before { content: ""; } .ion-ios-upload-outline:before { content: ""; } .ion-ios-videocam:before { content: ""; } .ion-ios-videocam-outline:before { content: ""; } .ion-ios-volume-high:before { content: ""; } .ion-ios-volume-low:before { content: ""; } .ion-ios-wineglass:before { content: ""; } .ion-ios-wineglass-outline:before { content: ""; } .ion-ios-world:before { content: ""; } .ion-ios-world-outline:before { content: ""; } .ion-ipad:before { content: ""; } .ion-iphone:before { content: ""; } .ion-ipod:before { content: ""; } .ion-jet:before { content: ""; } .ion-key:before { content: ""; } .ion-knife:before { content: ""; } .ion-laptop:before { content: ""; } .ion-leaf:before { content: ""; } .ion-levels:before { content: ""; } .ion-lightbulb:before { content: ""; } .ion-link:before { content: ""; } .ion-load-a:before { content: ""; } .ion-load-b:before { content: ""; } .ion-load-c:before { content: ""; } .ion-load-d:before { content: ""; } .ion-location:before { content: ""; } .ion-lock-combination:before { content: ""; } .ion-locked:before { content: ""; } .ion-log-in:before { content: ""; } .ion-log-out:before { content: ""; } .ion-loop:before { content: ""; } .ion-magnet:before { content: ""; } .ion-male:before { content: ""; } .ion-man:before { content: ""; } .ion-map:before { content: ""; } .ion-medkit:before { content: ""; } .ion-merge:before { content: ""; } .ion-mic-a:before { content: ""; } .ion-mic-b:before { content: ""; } .ion-mic-c:before { content: ""; } .ion-minus:before { content: ""; } .ion-minus-circled:before { content: ""; } .ion-minus-round:before { content: ""; } .ion-model-s:before { content: ""; } .ion-monitor:before { content: ""; } .ion-more:before { content: ""; } .ion-mouse:before { content: ""; } .ion-music-note:before { content: ""; } .ion-navicon:before { content: ""; } .ion-navicon-round:before { content: ""; } .ion-navigate:before { content: ""; } .ion-network:before { content: ""; } .ion-no-smoking:before { content: ""; } .ion-nuclear:before { content: ""; } .ion-outlet:before { content: ""; } .ion-paintbrush:before { content: ""; } .ion-paintbucket:before { content: ""; } .ion-paper-airplane:before { content: ""; } .ion-paperclip:before { content: ""; } .ion-pause:before { content: ""; } .ion-person:before { content: ""; } .ion-person-add:before { content: ""; } .ion-person-stalker:before { content: ""; } .ion-pie-graph:before { content: ""; } .ion-pin:before { content: ""; } .ion-pinpoint:before { content: ""; } .ion-pizza:before { content: ""; } .ion-plane:before { content: ""; } .ion-planet:before { content: ""; } .ion-play:before { content: ""; } .ion-playstation:before { content: ""; } .ion-plus:before { content: ""; } .ion-plus-circled:before { content: ""; } .ion-plus-round:before { content: ""; } .ion-podium:before { content: ""; } .ion-pound:before { content: ""; } .ion-power:before { content: ""; } .ion-pricetag:before { content: ""; } .ion-pricetags:before { content: ""; } .ion-printer:before { content: ""; } .ion-pull-request:before { content: ""; } .ion-qr-scanner:before { content: ""; } .ion-quote:before { content: ""; } .ion-radio-waves:before { content: ""; } .ion-record:before { content: ""; } .ion-refresh:before { content: ""; } .ion-reply:before { content: ""; } .ion-reply-all:before { content: ""; } .ion-ribbon-a:before { content: ""; } .ion-ribbon-b:before { content: ""; } .ion-sad:before { content: ""; } .ion-sad-outline:before { content: ""; } .ion-scissors:before { content: ""; } .ion-search:before { content: ""; } .ion-settings:before { content: ""; } .ion-share:before { content: ""; } .ion-shuffle:before { content: ""; } .ion-skip-backward:before { content: ""; } .ion-skip-forward:before { content: ""; } .ion-social-android:before { content: ""; } .ion-social-android-outline:before { content: ""; } .ion-social-angular:before { content: ""; } .ion-social-angular-outline:before { content: ""; } .ion-social-apple:before { content: ""; } .ion-social-apple-outline:before { content: ""; } .ion-social-bitcoin:before { content: ""; } .ion-social-bitcoin-outline:before { content: ""; } .ion-social-buffer:before { content: ""; } .ion-social-buffer-outline:before { content: ""; } .ion-social-chrome:before { content: ""; } .ion-social-chrome-outline:before { content: ""; } .ion-social-codepen:before { content: ""; } .ion-social-codepen-outline:before { content: ""; } .ion-social-css3:before { content: ""; } .ion-social-css3-outline:before { content: ""; } .ion-social-designernews:before { content: ""; } .ion-social-designernews-outline:before { content: ""; } .ion-social-dribbble:before { content: ""; } .ion-social-dribbble-outline:before { content: ""; } .ion-social-dropbox:before { content: ""; } .ion-social-dropbox-outline:before { content: ""; } .ion-social-euro:before { content: ""; } .ion-social-euro-outline:before { content: ""; } .ion-social-facebook:before { content: ""; } .ion-social-facebook-outline:before { content: ""; } .ion-social-foursquare:before { content: ""; } .ion-social-foursquare-outline:before { content: ""; } .ion-social-freebsd-devil:before { content: ""; } .ion-social-github:before { content: ""; } .ion-social-github-outline:before { content: ""; } .ion-social-google:before { content: ""; } .ion-social-google-outline:before { content: ""; } .ion-social-googleplus:before { content: ""; } .ion-social-googleplus-outline:before { content: ""; } .ion-social-hackernews:before { content: ""; } .ion-social-hackernews-outline:before { content: ""; } .ion-social-html5:before { content: ""; } .ion-social-html5-outline:before { content: ""; } .ion-social-instagram:before { content: ""; } .ion-social-instagram-outline:before { content: ""; } .ion-social-javascript:before { content: ""; } .ion-social-javascript-outline:before { content: ""; } .ion-social-linkedin:before { content: ""; } .ion-social-linkedin-outline:before { content: ""; } .ion-social-markdown:before { content: ""; } .ion-social-nodejs:before { content: ""; } .ion-social-octocat:before { content: ""; } .ion-social-pinterest:before { content: ""; } .ion-social-pinterest-outline:before { content: ""; } .ion-social-python:before { content: ""; } .ion-social-reddit:before { content: ""; } .ion-social-reddit-outline:before { content: ""; } .ion-social-rss:before { content: ""; } .ion-social-rss-outline:before { content: ""; } .ion-social-sass:before { content: ""; } .ion-social-skype:before { content: ""; } .ion-social-skype-outline:before { content: ""; } .ion-social-snapchat:before { content: ""; } .ion-social-snapchat-outline:before { content: ""; } .ion-social-tumblr:before { content: ""; } .ion-social-tumblr-outline:before { content: ""; } .ion-social-tux:before { content: ""; } .ion-social-twitch:before { content: ""; } .ion-social-twitch-outline:before { content: ""; } .ion-social-twitter:before { content: ""; } .ion-social-twitter-outline:before { content: ""; } .ion-social-usd:before { content: ""; } .ion-social-usd-outline:before { content: ""; } .ion-social-vimeo:before { content: ""; } .ion-social-vimeo-outline:before { content: ""; } .ion-social-whatsapp:before { content: ""; } .ion-social-whatsapp-outline:before { content: ""; } .ion-social-windows:before { content: ""; } .ion-social-windows-outline:before { content: ""; } .ion-social-wordpress:before { content: ""; } .ion-social-wordpress-outline:before { content: ""; } .ion-social-yahoo:before { content: ""; } .ion-social-yahoo-outline:before { content: ""; } .ion-social-yen:before { content: ""; } .ion-social-yen-outline:before { content: ""; } .ion-social-youtube:before { content: ""; } .ion-social-youtube-outline:before { content: ""; } .ion-soup-can:before { content: ""; } .ion-soup-can-outline:before { content: ""; } .ion-speakerphone:before { content: ""; } .ion-speedometer:before { content: ""; } .ion-spoon:before { content: ""; } .ion-star:before { content: ""; } .ion-stats-bars:before { content: ""; } .ion-steam:before { content: ""; } .ion-stop:before { content: ""; } .ion-thermometer:before { content: ""; } .ion-thumbsdown:before { content: ""; } .ion-thumbsup:before { content: ""; } .ion-toggle:before { content: ""; } .ion-toggle-filled:before { content: ""; } .ion-transgender:before { content: ""; } .ion-trash-a:before { content: ""; } .ion-trash-b:before { content: ""; } .ion-trophy:before { content: ""; } .ion-tshirt:before { content: ""; } .ion-tshirt-outline:before { content: ""; } .ion-umbrella:before { content: ""; } .ion-university:before { content: ""; } .ion-unlocked:before { content: ""; } .ion-upload:before { content: ""; } .ion-usb:before { content: ""; } .ion-videocamera:before { content: ""; } .ion-volume-high:before { content: ""; } .ion-volume-low:before { content: ""; } .ion-volume-medium:before { content: ""; } .ion-volume-mute:before { content: ""; } .ion-wand:before { content: ""; } .ion-waterdrop:before { content: ""; } .ion-wifi:before { content: ""; } .ion-wineglass:before { content: ""; } .ion-woman:before { content: ""; } .ion-wrench:before { content: ""; } .ion-xbox:before { content: ""; } /*# sourceMappingURL=ionicons.min.css.map */