UNPKG

fullstacklogger

Version:

Logger module for full stack registration

2,602 lines (2,142 loc) 134 kB
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary { margin: 0; padding: 0; border: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; background: transparent; } article, aside, figure, footer, header, nav, section, details, summary { display: block; } html { box-sizing: border-box; } *, *:before, *:after { /*box-sizing: inherit;*/ } img, object, embed { max-width: 100%; } html { overflow-y: scroll; } ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; } table { border-collapse: collapse; border-spacing: 0; } th { font-weight: bold; vertical-align: bottom; } td { font-weight: normal; vertical-align: top; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } input, select { vertical-align: middle; } pre { white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; } input[type="radio"] { vertical-align: text-bottom; } input[type="checkbox"] { vertical-align: bottom; } select, input, textarea { font: 99% sans-serif; } table { font-size: inherit; font: 100%; } small { font-size: 85%; } strong { font-weight: bold; } td, td img { vertical-align: top; } sub, sup { font-size: 75%; line-height: 0; position: relative; } sup { top: -0.5em; } sub { bottom: -0.25em; } pre, code, kbd, samp { font-family: monospace, sans-serif; } label, input[type=button], input[type=submit], input[type=file], button { cursor: pointer; } button, input, select, textarea { margin: 0; } button, input[type=button] { width: auto; overflow: visible; } @-webkit-keyframes spin-around { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes spin-around { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } html { background-color: #f5f7fa; font-size: 14px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; min-width: 300px; overflow-x: hidden; overflow-y: scroll; text-rendering: optimizeLegibility; } article, aside, figure, footer, header, hgroup, section { display: block; } body, button, input, select, textarea { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; } code, pre { -moz-osx-font-smoothing: auto; -webkit-font-smoothing: auto; font-family: "Source Code Pro", "Monaco", "Inconsolata", monospace; line-height: 1.25; } body { color: #69707a; font-size: 1rem; font-weight: 400; line-height: 1.428571428571429; } a { color: #1fc8db; cursor: pointer; text-decoration: none; -webkit-transition: none 86ms ease-out; transition: none 86ms ease-out; } a:hover { color: #222324; } code { background-color: #f5f7fa; color: #ed6c63; font-size: 12px; font-weight: normal; padding: 1px 2px 2px; } hr { border-top-color: #d3d6db; margin: 40px 0; } img { max-width: 100%; } input[type="checkbox"], input[type="radio"] { vertical-align: baseline; } small { font-size: 11px; } span { font-style: inherit; font-weight: inherit; } strong { color: #222324; font-weight: 700; } pre { background-color: #f5f7fa; color: #69707a; white-space: pre; word-wrap: normal; } pre code { background-color: #f5f7fa; color: #69707a; display: block; overflow-x: auto; padding: 16px 20px; } table { width: 100%; } table td, table th { text-align: left; vertical-align: top; } table th { color: #222324; } .block:not(:last-child), .box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .title:not(:last-child), .subtitle:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) { margin-bottom: 20px; } .container { position: relative; } @media screen and (min-width: 980px) { .container { margin: 0 auto; max-width: 960px; } .container.is-fluid { margin: 0 20px; max-width: none; } } @media screen and (min-width: 1180px) { .container { max-width: 1200px; } } .fa { font-size: 21px; text-align: center; vertical-align: top; } .is-block { display: block; } @media screen and (max-width: 768px) { .is-block-mobile { display: block !important; } } @media screen and (min-width: 769px) { .is-block-tablet { display: block !important; } } @media screen and (min-width: 769px) and (max-width: 979px) { .is-block-tablet-only { display: block !important; } } @media screen and (max-width: 979px) { .is-block-touch { display: block !important; } } @media screen and (min-width: 980px) { .is-block-desktop { display: block !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-block-desktop-only { display: block !important; } } @media screen and (min-width: 1180px) { .is-block-widescreen { display: block !important; } } .is-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } @media screen and (max-width: 768px) { .is-flex-mobile { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 769px) { .is-flex-tablet { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 769px) and (max-width: 979px) { .is-flex-tablet-only { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } } @media screen and (max-width: 979px) { .is-flex-touch { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 980px) { .is-flex-desktop { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-flex-desktop-only { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } } @media screen and (min-width: 1180px) { .is-flex-widescreen { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } } .is-inline { display: inline; } @media screen and (max-width: 768px) { .is-inline-mobile { display: inline !important; } } @media screen and (min-width: 769px) { .is-inline-tablet { display: inline !important; } } @media screen and (min-width: 769px) and (max-width: 979px) { .is-inline-tablet-only { display: inline !important; } } @media screen and (max-width: 979px) { .is-inline-touch { display: inline !important; } } @media screen and (min-width: 980px) { .is-inline-desktop { display: inline !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-inline-desktop-only { display: inline !important; } } @media screen and (min-width: 1180px) { .is-inline-widescreen { display: inline !important; } } .is-inline-block { display: inline-block; } @media screen and (max-width: 768px) { .is-inline-block-mobile { display: inline-block !important; } } @media screen and (min-width: 769px) { .is-inline-block-tablet { display: inline-block !important; } } @media screen and (min-width: 769px) and (max-width: 979px) { .is-inline-block-tablet-only { display: inline-block !important; } } @media screen and (max-width: 979px) { .is-inline-block-touch { display: inline-block !important; } } @media screen and (min-width: 980px) { .is-inline-block-desktop { display: inline-block !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-inline-block-desktop-only { display: inline-block !important; } } @media screen and (min-width: 1180px) { .is-inline-block-widescreen { display: inline-block !important; } } .is-inline-flex { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; } @media screen and (max-width: 768px) { .is-inline-flex-mobile { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 769px) { .is-inline-flex-tablet { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 769px) and (max-width: 979px) { .is-inline-flex-tablet-only { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (max-width: 979px) { .is-inline-flex-touch { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 980px) { .is-inline-flex-desktop { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-inline-flex-desktop-only { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } } @media screen and (min-width: 1180px) { .is-inline-flex-widescreen { display: -webkit-inline-box !important; display: -webkit-inline-flex !important; display: -ms-inline-flexbox !important; display: inline-flex !important; } } .is-clearfix:after { clear: both; content: " "; display: table; } .is-pulled-left { float: left; } .is-pulled-right { float: right; } .is-clipped { overflow: hidden !important; } .is-overlay { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .has-text-centered { text-align: center; } .has-text-left { text-align: left; } .has-text-right { text-align: right; } .is-hidden { display: none !important; } @media screen and (max-width: 768px) { .is-hidden-mobile { display: none !important; } } @media screen and (min-width: 769px) { .is-hidden-tablet { display: none !important; } } @media screen and (min-width: 769px) and (max-width: 979px) { .is-hidden-tablet-only { display: none !important; } } @media screen and (max-width: 979px) { .is-hidden-touch { display: none !important; } } @media screen and (min-width: 980px) { .is-hidden-desktop { display: none !important; } } @media screen and (min-width: 980px) and (max-width: 1179px) { .is-hidden-desktop-only { display: none !important; } } @media screen and (min-width: 1180px) { .is-hidden-widescreen { display: none !important; } } .is-disabled { pointer-events: none; } .is-marginless { margin: 0 !important; } .box { background-color: #fff; border-radius: 5px; box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px rgba(17, 17, 17, 0.1); display: block; padding: 20px; } a.box:hover, a.box:focus { box-shadow: 0 2px 3px rgba(17, 17, 17, 0.1), 0 0 0 1px #1fc8db; } a.box:active { box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2), 0 0 0 1px #1fc8db; } .button { -moz-appearance: none; -webkit-appearance: none; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: white; border: 1px solid #d3d6db; border-radius: 3px; color: #222324; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; position: relative; vertical-align: top; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding-left: 10px; padding-right: 10px; text-align: center; white-space: nowrap; } .button:hover { border-color: #aeb1b5; } .button:active, .button:focus, .button.is-active { border-color: #1fc8db; outline: none; } .button[disabled], .button.is-disabled { background-color: #f5f7fa; border-color: #d3d6db; cursor: not-allowed; pointer-events: none; } .button[disabled]::-moz-placeholder, .button.is-disabled::-moz-placeholder { color: rgba(34, 35, 36, 0.3); } .button[disabled]::-webkit-input-placeholder, .button.is-disabled::-webkit-input-placeholder { color: rgba(34, 35, 36, 0.3); } .button[disabled]:-moz-placeholder, .button.is-disabled:-moz-placeholder { color: rgba(34, 35, 36, 0.3); } .button[disabled]:-ms-input-placeholder, .button.is-disabled:-ms-input-placeholder { color: rgba(34, 35, 36, 0.3); } .button strong { color: inherit; } .button small { display: block; font-size: 11px; line-height: 1; margin-top: 5px; } .button .icon:first-child, .button .tag:first-child { margin-left: -2px; margin-right: 4px; } .button .icon:last-child, .button .tag:last-child { margin-left: 4px; margin-right: -2px; } .button:hover, .button:focus, .button.is-active { color: #222324; } .button:active { box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2); } .button.is-white { background-color: #fff; border-color: transparent; color: #111; } .button.is-white:hover, .button.is-white:focus, .button.is-white.is-active { background-color: #e6e6e6; border-color: transparent; color: #111; } .button.is-white:active { border-color: transparent; } .button.is-white.is-inverted { background-color: #111; color: #fff; } .button.is-white.is-inverted:hover { background-color: #040404; } .button.is-white.is-loading:after { border-color: transparent transparent #111 #111 !important; } .button.is-white.is-outlined { background-color: transparent; border-color: #fff; color: #fff; } .button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus { background-color: #fff; border-color: #fff; color: #111; } .button.is-black { background-color: #111; border-color: transparent; color: #fff; } .button.is-black:hover, .button.is-black:focus, .button.is-black.is-active { background-color: black; border-color: transparent; color: #fff; } .button.is-black:active { border-color: transparent; } .button.is-black.is-inverted { background-color: #fff; color: #111; } .button.is-black.is-inverted:hover { background-color: #f2f2f2; } .button.is-black.is-loading:after { border-color: transparent transparent #fff #fff !important; } .button.is-black.is-outlined { background-color: transparent; border-color: #111; color: #111; } .button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus { background-color: #111; border-color: #111; color: #fff; } .button.is-light { background-color: #f5f7fa; border-color: transparent; color: #69707a; } .button.is-light:hover, .button.is-light:focus, .button.is-light.is-active { background-color: #d3dce9; border-color: transparent; color: #69707a; } .button.is-light:active { border-color: transparent; } .button.is-light.is-inverted { background-color: #69707a; color: #f5f7fa; } .button.is-light.is-inverted:hover { background-color: #5d636c; } .button.is-light.is-loading:after { border-color: transparent transparent #69707a #69707a !important; } .button.is-light.is-outlined { background-color: transparent; border-color: #f5f7fa; color: #f5f7fa; } .button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus { background-color: #f5f7fa; border-color: #f5f7fa; color: #69707a; } .button.is-dark { background-color: #69707a; border-color: transparent; color: #f5f7fa; } .button.is-dark:hover, .button.is-dark:focus, .button.is-dark.is-active { background-color: #51575f; border-color: transparent; color: #f5f7fa; } .button.is-dark:active { border-color: transparent; } .button.is-dark.is-inverted { background-color: #f5f7fa; color: #69707a; } .button.is-dark.is-inverted:hover { background-color: #e4e9f2; } .button.is-dark.is-loading:after { border-color: transparent transparent #f5f7fa #f5f7fa !important; } .button.is-dark.is-outlined { background-color: transparent; border-color: #69707a; color: #69707a; } .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus { background-color: #69707a; border-color: #69707a; color: #f5f7fa; } .button.is-primary { background-color: #1fc8db; border-color: transparent; color: white; } .button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active { background-color: #199fae; border-color: transparent; color: white; } .button.is-primary:active { border-color: transparent; } .button.is-primary.is-inverted { background-color: white; color: #1fc8db; } .button.is-primary.is-inverted:hover { background-color: #f2f2f2; } .button.is-primary.is-loading:after { border-color: transparent transparent white white !important; } .button.is-primary.is-outlined { background-color: transparent; border-color: #1fc8db; color: #1fc8db; } .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus { background-color: #1fc8db; border-color: #1fc8db; color: white; } .button.is-info { background-color: #42afe3; border-color: transparent; color: white; } .button.is-info:hover, .button.is-info:focus, .button.is-info.is-active { background-color: #1f99d3; border-color: transparent; color: white; } .button.is-info:active { border-color: transparent; } .button.is-info.is-inverted { background-color: white; color: #42afe3; } .button.is-info.is-inverted:hover { background-color: #f2f2f2; } .button.is-info.is-loading:after { border-color: transparent transparent white white !important; } .button.is-info.is-outlined { background-color: transparent; border-color: #42afe3; color: #42afe3; } .button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus { background-color: #42afe3; border-color: #42afe3; color: white; } .button.is-success { background-color: #97cd76; border-color: transparent; color: white; } .button.is-success:hover, .button.is-success:focus, .button.is-success.is-active { background-color: #7bbf51; border-color: transparent; color: white; } .button.is-success:active { border-color: transparent; } .button.is-success.is-inverted { background-color: white; color: #97cd76; } .button.is-success.is-inverted:hover { background-color: #f2f2f2; } .button.is-success.is-loading:after { border-color: transparent transparent white white !important; } .button.is-success.is-outlined { background-color: transparent; border-color: #97cd76; color: #97cd76; } .button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus { background-color: #97cd76; border-color: #97cd76; color: white; } .button.is-warning { background-color: #fce473; border-color: transparent; color: rgba(17, 17, 17, 0.5); } .button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active { background-color: #fbda41; border-color: transparent; color: rgba(17, 17, 17, 0.5); } .button.is-warning:active { border-color: transparent; } .button.is-warning.is-inverted { background-color: rgba(17, 17, 17, 0.5); color: #fce473; } .button.is-warning.is-inverted:hover { background-color: rgba(4, 4, 4, 0.5); } .button.is-warning.is-loading:after { border-color: transparent transparent rgba(17, 17, 17, 0.5) rgba(17, 17, 17, 0.5) !important; } .button.is-warning.is-outlined { background-color: transparent; border-color: #fce473; color: #fce473; } .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus { background-color: #fce473; border-color: #fce473; color: rgba(17, 17, 17, 0.5); } .button.is-danger { background-color: #ed6c63; border-color: transparent; color: white; } .button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active { background-color: #e84135; border-color: transparent; color: white; } .button.is-danger:active { border-color: transparent; } .button.is-danger.is-inverted { background-color: white; color: #ed6c63; } .button.is-danger.is-inverted:hover { background-color: #f2f2f2; } .button.is-danger.is-loading:after { border-color: transparent transparent white white !important; } .button.is-danger.is-outlined { background-color: transparent; border-color: #ed6c63; color: #ed6c63; } .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus { background-color: #ed6c63; border-color: #ed6c63; color: white; } .button.is-link { background-color: transparent; border-color: transparent; color: #69707a; text-decoration: underline; } .button.is-link:hover, .button.is-link:focus { background-color: #d3d6db; color: #222324; } .button.is-small { border-radius: 2px; font-size: 11px; height: 24px; line-height: 16px; padding-left: 6px; padding-right: 6px; } .button.is-medium { font-size: 18px; height: 40px; padding-left: 14px; padding-right: 14px; } .button.is-large { font-size: 22px; height: 48px; padding-left: 20px; padding-right: 20px; } .button[disabled], .button.is-disabled { opacity: 0.5; } .button.is-fullwidth { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; } .button.is-loading { color: transparent !important; pointer-events: none; } .button.is-loading:after { left: 50%; margin-left: -8px; margin-top: -8px; position: absolute; top: 50%; position: absolute !important; } .content a:not(.button) { border-bottom: 1px solid #d3d6db; } .content a:not(.button):visited { color: #847bb9; } .content a:not(.button):hover { border-bottom-color: #1fc8db; } .content li + li { margin-top: 0.25em; } .content blockquote:not(:last-child), .content p:not(:last-child), .content ol:not(:last-child), .content ul:not(:last-child) { margin-bottom: 1em; } .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { color: #222324; font-weight: 300; line-height: 1.125; margin-bottom: 20px; } .content h1:not(:first-child), .content h2:not(:first-child), .content h3:not(:first-child) { margin-top: 40px; } .content blockquote { background-color: #f5f7fa; border-left: 5px solid #d3d6db; padding: 1.5em; } .content h1 { font-size: 2em; } .content h2 { font-size: 1.75em; } .content h3 { font-size: 1.5em; } .content h4 { font-size: 1.25em; } .content h5 { font-size: 1.125em; } .content h6 { font-size: 1em; } .content ol { list-style: decimal outside; margin-left: 2em; margin-right: 2em; margin-top: 1em; } .content ul { list-style: disc outside; margin-left: 2em; margin-right: 2em; margin-top: 1em; } .content ul ul { list-style-type: circle; margin-top: 0.5em; } .content ul ul ul { list-style-type: square; } .content.is-medium { font-size: 18px; } .content.is-medium code { font-size: 14px; } .content.is-large { font-size: 24px; } .content.is-large code { font-size: 18px; } .input, .textarea { -moz-appearance: none; -webkit-appearance: none; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: white; border: 1px solid #d3d6db; border-radius: 3px; color: #222324; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; position: relative; vertical-align: top; box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1); max-width: 100%; width: 100%; } .input:hover, .textarea:hover { border-color: #aeb1b5; } .input:active, .textarea:active, .input:focus, .textarea:focus, .input.is-active, .is-active.textarea { border-color: #1fc8db; outline: none; } .input[disabled], [disabled].textarea, .input.is-disabled, .is-disabled.textarea { background-color: #f5f7fa; border-color: #d3d6db; cursor: not-allowed; pointer-events: none; } .input[disabled]::-moz-placeholder, [disabled].textarea::-moz-placeholder, .input.is-disabled::-moz-placeholder, .is-disabled.textarea::-moz-placeholder { color: rgba(34, 35, 36, 0.3); } .input[disabled]::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder, .is-disabled.textarea::-webkit-input-placeholder { color: rgba(34, 35, 36, 0.3); } .input[disabled]:-moz-placeholder, [disabled].textarea:-moz-placeholder, .input.is-disabled:-moz-placeholder, .is-disabled.textarea:-moz-placeholder { color: rgba(34, 35, 36, 0.3); } .input[disabled]:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder, .is-disabled.textarea:-ms-input-placeholder { color: rgba(34, 35, 36, 0.3); } .input.is-white, .is-white.textarea { border-color: #fff; } .input.is-black, .is-black.textarea { border-color: #111; } .input.is-light, .is-light.textarea { border-color: #f5f7fa; } .input.is-dark, .is-dark.textarea { border-color: #69707a; } .input.is-primary, .is-primary.textarea { border-color: #1fc8db; } .input.is-info, .is-info.textarea { border-color: #42afe3; } .input.is-success, .is-success.textarea { border-color: #97cd76; } .input.is-warning, .is-warning.textarea { border-color: #fce473; } .input.is-danger, .is-danger.textarea { border-color: #ed6c63; } .input[type="search"], [type="search"].textarea { border-radius: 290486px; } .input.is-small, .is-small.textarea { border-radius: 2px; font-size: 11px; height: 24px; line-height: 16px; padding-left: 6px; padding-right: 6px; } .input.is-medium, .is-medium.textarea { font-size: 18px; height: 40px; line-height: 32px; padding-left: 10px; padding-right: 10px; } .input.is-large, .is-large.textarea { font-size: 24px; height: 48px; line-height: 40px; padding-left: 12px; padding-right: 12px; } .input.is-fullwidth, .is-fullwidth.textarea { display: block; width: 100%; } .input.is-inline, .is-inline.textarea { display: inline; width: auto; } .textarea { display: block; line-height: 1.2; max-height: 600px; max-width: 100%; min-height: 120px; min-width: 100%; padding: 10px; resize: vertical; } .checkbox, .radio { cursor: pointer; display: inline-block; line-height: 16px; position: relative; vertical-align: top; } .checkbox input, .radio input { cursor: pointer; } .checkbox:hover, .radio:hover { color: #222324; } .is-disabled.checkbox, .is-disabled.radio { color: #aeb1b5; pointer-events: none; } .is-disabled.checkbox input, .is-disabled.radio input { pointer-events: none; } .radio + .radio { margin-left: 10px; } .select { display: inline-block; height: 32px; position: relative; vertical-align: top; } .select select { -moz-appearance: none; -webkit-appearance: none; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: white; border: 1px solid #d3d6db; border-radius: 3px; color: #222324; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; font-size: 14px; height: 32px; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; line-height: 24px; padding-left: 8px; padding-right: 8px; position: relative; vertical-align: top; cursor: pointer; display: block; outline: none; padding-right: 36px; } .select select:hover { border-color: #aeb1b5; } .select select:active, .select select:focus, .select select.is-active { border-color: #1fc8db; outline: none; } .select select[disabled], .select select.is-disabled { background-color: #f5f7fa; border-color: #d3d6db; cursor: not-allowed; pointer-events: none; } .select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder { color: rgba(34, 35, 36, 0.3); } .select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder { color: rgba(34, 35, 36, 0.3); } .select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder { color: rgba(34, 35, 36, 0.3); } .select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder { color: rgba(34, 35, 36, 0.3); } .select select.is-white { border-color: #fff; } .select select.is-black { border-color: #111; } .select select.is-light { border-color: #f5f7fa; } .select select.is-dark { border-color: #69707a; } .select select.is-primary { border-color: #1fc8db; } .select select.is-info { border-color: #42afe3; } .select select.is-success { border-color: #97cd76; } .select select.is-warning { border-color: #fce473; } .select select.is-danger { border-color: #ed6c63; } .select select:hover { border-color: #aeb1b5; } .select select::ms-expand { display: none; } .select.is-fullwidth { width: 100%; } .select.is-fullwidth select { width: 100%; } .select:after { border: 1px solid #1fc8db; border-right: 0; border-top: 0; content: " "; display: block; height: 7px; pointer-events: none; position: absolute; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); width: 7px; margin-top: -6px; right: 16px; top: 50%; } .select:hover:after { border-color: #222324; } .select.is-small { height: 24px; } .select.is-small select { border-radius: 2px; font-size: 11px; height: 24px; line-height: 16px; padding-left: 6px; padding-right: 6px; padding-right: 28px; } .select.is-medium { height: 40px; } .select.is-medium select { font-size: 18px; height: 40px; line-height: 32px; padding-left: 10px; padding-right: 10px; padding-right: 44px; } .select.is-large { height: 48px; } .select.is-large select { font-size: 24px; height: 48px; line-height: 40px; padding-left: 12px; padding-right: 12px; padding-right: 52px; } .label { color: #222324; display: block; font-weight: bold; } .label:not(:last-child) { margin-bottom: 5px; } .help { display: block; font-size: 11px; margin-top: 5px; } .help.is-white { color: #fff; } .help.is-black { color: #111; } .help.is-light { color: #f5f7fa; } .help.is-dark { color: #69707a; } .help.is-primary { color: #1fc8db; } .help.is-info { color: #42afe3; } .help.is-success { color: #97cd76; } .help.is-warning { color: #fce473; } .help.is-danger { color: #ed6c63; } @media screen and (max-width: 768px) { .control-label { margin-bottom: 5px; } } @media screen and (min-width: 769px) { .control-label { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; margin-right: 20px; padding-top: 7px; text-align: right; } } .control { position: relative; text-align: left; } .control:not(:last-child) { margin-bottom: 10px; } .control.has-addons { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } .control.has-addons .button, .control.has-addons .input, .control.has-addons .textarea, .control.has-addons .select { border-radius: 0; margin-right: -1px; width: auto; } .control.has-addons .button:hover, .control.has-addons .input:hover, .control.has-addons .textarea:hover, .control.has-addons .select:hover { z-index: 2; } .control.has-addons .button:active, .control.has-addons .button:focus, .control.has-addons .input:active, .control.has-addons .textarea:active, .control.has-addons .input:focus, .control.has-addons .textarea:focus, .control.has-addons .select:active, .control.has-addons .select:focus { z-index: 3; } .control.has-addons .button:first-child, .control.has-addons .input:first-child, .control.has-addons .textarea:first-child, .control.has-addons .select:first-child { border-radius: 3px 0 0 3px; } .control.has-addons .button:first-child select, .control.has-addons .input:first-child select, .control.has-addons .textarea:first-child select, .control.has-addons .select:first-child select { border-radius: 3px 0 0 3px; } .control.has-addons .button:last-child, .control.has-addons .input:last-child, .control.has-addons .textarea:last-child, .control.has-addons .select:last-child { border-radius: 0 3px 3px 0; } .control.has-addons .button:last-child select, .control.has-addons .input:last-child select, .control.has-addons .textarea:last-child select, .control.has-addons .select:last-child select { border-radius: 0 3px 3px 0; } .control.has-addons .button.is-expanded, .control.has-addons .input.is-expanded, .control.has-addons .is-expanded.textarea, .control.has-addons .select.is-expanded { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .control.has-addons.has-addons-centered { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .control.has-addons.has-addons-right { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } .control.has-addons.has-addons-fullwidth .button, .control.has-addons.has-addons-fullwidth .input, .control.has-addons.has-addons-fullwidth .textarea, .control.has-addons.has-addons-fullwidth .select { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .control.has-icon > .fa { display: inline-block; font-size: 14px; height: 24px; line-height: 24px; text-align: center; vertical-align: top; width: 24px; color: #aeb1b5; pointer-events: none; position: absolute; top: 4px; z-index: 4; } .control.has-icon .input:focus + .fa, .control.has-icon .textarea:focus + .fa { color: #222324; } .control.has-icon .input.is-small + .fa, .control.has-icon .is-small.textarea + .fa { font-size: 10.5px; top: 0; } .control.has-icon .input.is-medium + .fa, .control.has-icon .is-medium.textarea + .fa { font-size: 21px; top: 8px; } .control.has-icon .input.is-large + .fa, .control.has-icon .is-large.textarea + .fa { font-size: 21px; top: 12px; } .control.has-icon:not(.has-icon-right) > .fa { left: 4px; } .control.has-icon:not(.has-icon-right) .input, .control.has-icon:not(.has-icon-right) .textarea { padding-left: 32px; } .control.has-icon:not(.has-icon-right) .input.is-small, .control.has-icon:not(.has-icon-right) .is-small.textarea { padding-left: 24px; } .control.has-icon:not(.has-icon-right) .input.is-small + .fa, .control.has-icon:not(.has-icon-right) .is-small.textarea + .fa { left: 0; } .control.has-icon:not(.has-icon-right) .input.is-medium, .control.has-icon:not(.has-icon-right) .is-medium.textarea { padding-left: 40px; } .control.has-icon:not(.has-icon-right) .input.is-medium + .fa, .control.has-icon:not(.has-icon-right) .is-medium.textarea + .fa { left: 8px; } .control.has-icon:not(.has-icon-right) .input.is-large, .control.has-icon:not(.has-icon-right) .is-large.textarea { padding-left: 48px; } .control.has-icon:not(.has-icon-right) .input.is-large + .fa, .control.has-icon:not(.has-icon-right) .is-large.textarea + .fa { left: 12px; } .control.has-icon.has-icon-right > .fa { right: 4px; } .control.has-icon.has-icon-right .input, .control.has-icon.has-icon-right .textarea { padding-right: 32px; } .control.has-icon.has-icon-right .input.is-small, .control.has-icon.has-icon-right .is-small.textarea { padding-right: 24px; } .control.has-icon.has-icon-right .input.is-small + .fa, .control.has-icon.has-icon-right .is-small.textarea + .fa { right: 0; } .control.has-icon.has-icon-right .input.is-medium, .control.has-icon.has-icon-right .is-medium.textarea { padding-right: 40px; } .control.has-icon.has-icon-right .input.is-medium + .fa, .control.has-icon.has-icon-right .is-medium.textarea + .fa { right: 8px; } .control.has-icon.has-icon-right .input.is-large, .control.has-icon.has-icon-right .is-large.textarea { padding-right: 48px; } .control.has-icon.has-icon-right .input.is-large + .fa, .control.has-icon.has-icon-right .is-large.textarea + .fa { right: 12px; } .control.is-grouped { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } .control.is-grouped > .control:not(:last-child) { margin-bottom: 0; margin-right: 10px; } .control.is-grouped > .control.is-expanded { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } .control.is-grouped.is-grouped-centered { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .control.is-grouped.is-grouped-right { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } @media screen and (min-width: 769px) { .control.is-horizontal { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .control.is-horizontal > .control { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 5; -webkit-flex-grow: 5; -ms-flex-positive: 5; flex-grow: 5; } } .control.is-loading:after { position: absolute !important; right: 8px; top: 8px; } .image { display: block; position: relative; } .image img { display: block; height: auto; width: 100%; } .image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img { bottom: 0; left: 0; position: absolute; right: 0; top: 0; height: 100%; width: 100%; } .image.is-square, .image.is-1by1 { padding-top: 100%; } .image.is-4by3 { padding-top: 75%; } .image.is-3by2 { padding-top: 66.6666%; } .image.is-16by9 { padding-top: 56.25%; } .image.is-2by1 { padding-top: 50%; } .image.is-16x16 { height: 16px; width: 16px; } .image.is-24x24 { height: 24px; width: 24px; } .image.is-32x32 { height: 32px; width: 32px; } .image.is-48x48 { height: 48px; width: 48px; } .image.is-64x64 { height: 64px; width: 64px; } .image.is-96x96 { height: 96px; width: 96px; } .image.is-128x128 { height: 128px; width: 128px; } .notification { background-color: #f5f7fa; border-radius: 3px; padding: 16px 20px; position: relative; } .notification:after { clear: both; content: " "; display: table; } .notification .delete, .notification .modal-close { border-radius: 0 3px; float: right; margin: -16px -20px 0 20px; } .notification .subtitle, .notification .title { color: inherit; } .notification.is-white { background-color: #fff; color: #111; } .notification.is-black { background-color: #111; color: #fff; } .notification.is-light { background-color: #f5f7fa; color: #69707a; } .notification.is-dark { background-color: #69707a; color: #f5f7fa; } .notification.is-primary { background-color: #1fc8db; color: white; } .notification.is-info { background-color: #42afe3; color: white; } .notification.is-success { background-color: #97cd76; color: white; } .notification.is-warning { background-color: #fce473; color: rgba(17, 17, 17, 0.5); } .notification.is-danger { background-color: #ed6c63; color: white; } .progress { -moz-appearance: none; -webkit-appearance: none; border: none; border-radius: 290486px; display: block; height: 12px; overflow: hidden; padding: 0; width: 100%; } .progress::-webkit-progress-bar { background-color: #d3d6db; } .progress::-webkit-progress-value { background-color: #69707a; } .progress::-moz-progress-bar { background-color: #69707a; } .progress.is-white::-webkit-progress-value { background-color: #fff; } .progress.is-white::-moz-progress-bar { background-color: #fff; } .progress.is-black::-webkit-progress-value { background-color: #111; } .progress.is-black::-moz-progress-bar { background-color: #111; } .progress.is-light::-webkit-progress-value { background-color: #f5f7fa; } .progress.is-light::-moz-progress-bar { background-color: #f5f7fa; } .progress.is-dark::-webkit-progress-value { background-color: #69707a; } .progress.is-dark::-moz-progress-bar { background-color: #69707a; } .progress.is-primary::-webkit-progress-value { background-color: #1fc8db; } .progress.is-primary::-moz-progress-bar { background-color: #1fc8db; } .progress.is-info::-webkit-progress-value { background-color: #42afe3; } .progress.is-info::-moz-progress-bar { background-color: #42afe3; } .progress.is-success::-webkit-progress-value { background-color: #97cd76; } .progress.is-success::-moz-progress-bar { background-color: #97cd76; } .progress.is-warning::-webkit-progress-value { background-color: #fce473; } .progress.is-warning::-moz-progress-bar { background-color: #fce473; } .progress.is-danger::-webkit-progress-value { background-color: #ed6c63; } .progress.is-danger::-moz-progress-bar { background-color: #ed6c63; } .progress.is-small { height: 8px; } .progress.is-medium { height: 16px; } .progress.is-large { height: 20px; } .table { background-color: #fff; color: #222324; margin-bottom: 20px; width: 100%; } .table td, .table th { border: 1px solid #d3d6db; border-width: 0 0 1px; padding: 8px 10px; vertical-align: top; } .table td.is-icon, .table th.is-icon { padding: 5px; text-align: center; white-space: nowrap; width: 1%; } .table td.is-icon .fa, .table th.is-icon .fa { display: inline-block; font-size: 21px; height: 24px; line-height: 24px; text-align: center; vertical-align: top; width: 24px; } .table td.is-icon.is-link, .table th.is-icon.is-link { padding: 0; } .table td.is-icon.is-link > a, .table th.is-icon.is-link > a { padding: 5px; } .table td.is-link, .table th.is-link { padding: 0; } .table td.is-link > a, .table th.is-link > a { display: block; padding: 8px 10px; } .table td.is-link > a:hover, .table th.is-link > a:hover { background-color: #1fc8db; color: white; } .table td.is-narrow, .table th.is-narrow { white-space: nowrap; width: 1%; } .table th { color: #222324; text-align: left; } .table tr:hover { background-color: #f5f7fa; color: #222324; } .table thead td, .table thead th { border-width: 0 0 2px; color: #aeb1b5; } .table tbody tr:last-child td, .table tbody tr:last-child th { border-bottom-width: 0; } .table tfoot td, .table tfoot th { border-width: 2px 0 0; color: #aeb1b5; } .table.is-bordered td, .table.is-bordered th { border-width: 1px; } .table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th { border-bottom-width: 1px; } .table.is-narrow td, .table.is-narrow th { padding: 5px 10px; } .table.is-narrow td.is-icon, .table.is-narrow th.is-icon { padding: 2px; } .table.is-narrow td.is-icon.is-link, .table.is-narrow th.is-icon.is-link { padding: 0; } .table.is-narrow td.is-icon.is-link > a, .table.is-narrow th.is-icon.is-link > a { padding: 2px; } .table.is-narrow td.is-link, .table.is-narrow th.is-link { padding: 0; } .table.is-narrow td.is-link > a, .table.is-narrow th.is-link > a { padding: 5px 10px; } .table.is-striped tbody tr:hover { background-color: #eef2f7; } .table.is-striped tbody tr:nth-child(2n) { background-color: #f5f7fa; } .table.is-striped tbody tr:nth-child(2n):hover { background-color: #eef2f7; } .title, .subtitle { font-weight: 300; word-break: break-word; } .title em, .title span, .subtitle em, .subtitle span { font-weight: 300; } .title a:hover, .subtitle a:hover { border-bottom: 1px solid; } .title strong, .subtitle strong { font-weight: 500; } .title .tag, .subtitle .tag { vertical-align: bottom; } .title { color: #222324; font-size: 28px; line-height: 1; } .title code { display: inline-block; font-size: 28px; } .title strong { color: inherit; } .title + .highlight { margin-top: -10px; } .title + .subtitle { margin-top: -10px; } .title.is-1 { font-size: 48px; } .title.is-1 code { font-size: 40px; } .title.is-2 { font-size: 40px; } .title.is-2 code { font-size: 28px; } .title.is-3 { font-size: 28px; } .title.is-3 code { font-size: 24px; } .title.is-4 { font-size: 24px; } .title.is-4 code { font-size: 18px; } .title.is-5 { font-size: 18px; } .title.is-5 code { font-size: 14px; } .title.is-6 { font-size: 14px; } .title.is-6 code { font-size: 14px; } .title.is-normal { font-weight: 400; } .title.is-normal strong { font-weight: 700; } @media screen and (min-width: 769px) { .title + .subtitle { margin-top: -15px; } } .subtitle { color: #69707a; font-size: 18px; line-height: 1.125; } .subtitle code { border-radius: 3px; display: inline-block; font-size: 14px; padding: 2px 3px; vertical-align: top; } .subtitle strong { color: #222324; } .subtitle + .title { margin-top: -20px; } .subtitle.is-1