@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .bca-icon--dashboard::before, .bca-nav__sub[data-content-type="dashboard"] .bca-nav__sub-title > a::before, .bca-icon--contents::before, .bca-nav__sub[data-content-type="contents"] .bca-nav__sub-title > a::before, .bca-icon--system::before, .bca-nav__sub[data-content-type="system"] .bca-nav__sub-title > a::before, .bca-nav__system-title button::before, .bca-nav__system-list-item[data-system-type] .bca-nav__system-item-list-title > a::before, .bca-icon--siteconfigs::before, .bca-nav__system-list-item[data-system-type="siteconfigs"] .bca-nav__system-list-item-title > a::before, .bca-icon--users::before, .bca-nav__system-list-item[data-system-type="users"] .bca-nav__system-list-item-title > a::before, .bca-icon--sites::before, .bca-nav__system-list-item[data-system-type="sites"] .bca-nav__system-list-item-title > a::before, .bca-icon--theme::before, .bca-nav__system-list-item[data-system-type="theme"] .bca-nav__system-list-item-title > a::before, .bca-icon--plugin::before, .bca-nav__system-list-item[data-system-type="plugin"] .bca-nav__system-list-item-title > a::before, .bca-icon--tools::before, .bca-nav__system-list-item[data-system-type="tools"] .bca-nav__system-list-item-title > a::before, .bca-icon--publish::before, .bca-btn-icon[data-bca-btn-type=publish]::before, .bca-btn-icon-text[data-bca-btn-type=publish]::before, .bca-btn[data-bca-btn-type=publish]::before, .bca-icon--unpublish::before, .bca-btn-icon[data-bca-btn-type=unpublish]::before, .bca-btn-icon-text[data-bca-btn-type=unpublish]::before, .bca-btn[data-bca-btn-type=unpublish]::before, .bca-icon--preview::before, .bca-btn-icon[data-bca-btn-type=preview]::before, .bca-btn-icon-text[data-bca-btn-type=preview]::before, .context-menu-icon-edit::before, .bca-icon--edit::before, .bca-btn-icon[data-bca-btn-type=edit]::before, .bca-btn-icon-text[data-bca-btn-type=edit]::before, .bca-btn[data-bca-btn-type=edit]::before, .bca-icon--copy::before, .bca-btn-icon[data-bca-btn-type=copy]::before, .bca-btn-icon-text[data-bca-btn-type=copy]::before, .bca-btn[data-bca-btn-type=copy]::before, .context-menu-icon-delete::before, .bca-icon--delete::before, .bca-btn-icon[data-bca-btn-type=delete]::before, .bca-btn-icon-text[data-bca-btn-type=delete]::before, .bca-btn[data-bca-btn-type=delete]::before, .bca-icon--rename::before, .bca-icon--link::before, .bca-icon--alias::before, .bca-icon--th-list::before, .bca-btn-icon[data-bca-btn-type=th-list]::before, .bca-btn-icon-text[data-bca-btn-type=th-list]::before, .bca-icon--back-to-list::before, .bca-btn-icon[data-bca-btn-type=back-to-list]::before, .bca-btn-icon-text[data-bca-btn-type=back-to-list]::before, .bca-btn[data-bca-btn-type=back-to-list]::before, .bca-icon--favorite::before, .bca-nav-favorite-title-button::before, .bca-btn-icon[data-bca-btn-type=favorite]::before, .bca-btn-icon-text[data-bca-btn-type=favorite]::before, .bca-btn[data-bca-btn-type=favorite]::before, .bca-icon--menuitem::before, .bca-btn-icon[data-bca-btn-type=menuitem]::before, .bca-btn-icon-text[data-bca-btn-type=menuitem]::before, .bca-btn[data-bca-btn-type=menuitem]::before, .bca-icon--add::before, .bca-nav-favorite-functions-add::before, .bca-btn-icon[data-bca-btn-type=add]::before, .bca-btn-icon-text[data-bca-btn-type=add]::before, .bca-btn[data-bca-btn-type=add]::before, .bca-icon--help::before, .bca-nav-favorite-functions-help::before, .bca-btn-icon[data-bca-btn-type=help]::before, .bca-btn-icon-text[data-bca-btn-type=help]::before, .bca-btn[data-bca-btn-type=help]::before, .bca-icon--permission::before, .bca-btn-icon[data-bca-btn-type=permission]::before, .bca-btn-icon-text[data-bca-btn-type=permission]::before, .bca-btn[data-bca-btn-type=permission]::before, .bca-icon--apply::before, .bca-btn-icon[data-bca-btn-type=apply]::before, .bca-icon--home::before, .bca-btn-icon[data-bca-btn-type=home]::before, .bca-btn-icon-text[data-bca-btn-type=home]::before, .bca-btn[data-bca-btn-type=home]::before, .bca-icon--switch::before, .bca-btn-icon[data-bca-btn-type=switch]::before, .bca-icon--open::before, .bca-btn-icon[data-bca-btn-type=open]::before, .bca-btn-icon-text[data-bca-btn-type=open]::before, .bca-icon--textcopy::before, .bca-btn-icon[data-bca-btn-type=textcopy]::before, .bca-btn-icon-text[data-bca-btn-type=textcopy]::before, .bca-btn[data-bca-btn-type=textcopy]::before, .bca-icon--download::before, .bca-btn-icon[data-bca-btn-type=download]::before, .bca-btn-icon-text[data-bca-btn-type=download]::before, .bca-btn[data-bca-btn-type=download]::before, .bca-icon--draggable::before, .bca-btn-icon[data-bca-btn-type=draggable]::before, .bca-btn-icon-text[data-bca-btn-type=draggable]::before, .bca-btn[data-bca-btn-type=draggable]::before, .bca-icon--folder::before, .bca-btn-icon[data-bca-btn-type=folder]::before, .jstree-proton .jstree-container-ul .jstree-open > .jstree-anchor .bca-icon--folder::before, .bca-icon--file::before, .bca-btn-icon[data-bca-btn-type=file]::before, .bca-icon--up-directory::before, .bca-btn-icon[data-bca-btn-type=up-directory]::before, .bca-icon--arrow-right::before, .bca-btn-icon[data-bca-btn-type=arrow-right]::before, .bca-icon--arrow-left::before, .bca-btn-icon[data-bca-btn-type=arrow-left]::before, .bca-icon--arrow-up::before, .bca-btn-icon[data-bca-btn-type=arrow-up]::before, .bca-icon--arrow-down::before, .bca-btn-icon[data-bca-btn-type=arrow-down]::before, .bca-icon--file-list::before, .bca-btn-icon[data-bca-btn-type=file-list]::before, .bca-icon--update::before, .bca-btn-icon[data-bca-btn-type=update]::before, .bca-icon--setting::before, .bca-btn-icon[data-bca-btn-type=setting]::before, .bca-icon--search::before, .bca-btn[data-bca-btn-type=search]::before, .bca-icon--clear::before, .bca-btn[data-bca-btn-type=clear]::before, .bca-icon--datetimepicker-date::before, .bca-datetimepicker__date-label::before, .bca-icon--datetimepicker-time::before, .bca-datetimepicker__time-label::before, .bca-icon--list-default::before, .bca-list__item::before, .bca-icon--list-circle::before, .bca-list[data-bca-list-type=circle] .bca-list__item::before, .bca-icon--error::before, .ui-dialog label.error::before, .error-message::before, .bca-icon--alert::before, #MessageBox .alert-message::before,
#authMessage::before,
#AlertMessage::before,
#BcMessageBox .alert-message::before, .bca-icon--notification::before, #MessageBox .message::before,
#MessageBox .notice-message::before,
#BcMessageBox .notice-message::before,
#UpdateMessage::before, .bca-icon--facebook::before, .bca-footer__sns__link--facebook::before, .bca-icon--twitter::before, .bca-footer__sns__link--twitter::before, .bca-icon--next::before, .bca-icon--back::before, .bca-icon--asc::before, .bca-icon--desc::before, .bca-icon--chevron-down::before, .bca-icon--list::before, .bca-icon--plus-square::before, .bca-icon--question-circle::before, .bca-icon--minus-square::before, .bca-icon--bookmark::before, .bca-icon--globe::before, .jstree-proton .jstree-container-ul .jstree-node .function::before, .bca-icon--mail::before,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fa-pull-left.bca-icon--dashboard::before, .bca-nav__sub[data-content-type="dashboard"] .bca-nav__sub-title > a.fa-pull-left::before, .fa-pull-left.bca-icon--contents::before, .bca-nav__sub[data-content-type="contents"] .bca-nav__sub-title > a.fa-pull-left::before, .fa-pull-left.bca-icon--system::before, .bca-nav__sub[data-content-type="system"] .bca-nav__sub-title > a.fa-pull-left::before, .bca-nav__system-title button.fa-pull-left::before, .bca-nav__system-list-item[data-system-type] .bca-nav__system-item-list-title > a.fa-pull-left::before, .fa-pull-left.bca-icon--siteconfigs::before, .bca-nav__system-list-item[data-system-type="siteconfigs"] .bca-nav__system-list-item-title > a.fa-pull-left::before, .fa-pull-left.bca-icon--users::before, .bca-nav__system-list-item[data-system-type="users"] .bca-nav__system-list-item-title > a.fa-pull-left::before, .fa-pull-left.bca-icon--sites::before, .bca-nav__system-list-item[data-system-type="sites"] .bca-nav__system-list-item-title > a.fa-pull-left::before, .fa-pull-left.bca-icon--theme::before, .bca-nav__system-list-item[data-system-type="theme"] .bca-nav__system-list-item-title > a.fa-pull-left::before, .fa-pull-left.bca-icon--plugin::before, .bca-nav__system-list-item[data-system-type="plugin"] .bca-nav__system-list-item-title > a.fa-pull-left::before, .fa-pull-left.bca-icon--tools::before, .bca-nav__system-list-item[data-system-type="tools"] .bca-nav__system-list-item-title > a.fa-pull-left::before, .fa-pull-left.bca-icon--publish::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=publish]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=publish]::before, .fa-pull-left.bca-btn[data-bca-btn-type=publish]::before, .fa-pull-left.bca-icon--unpublish::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=unpublish]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=unpublish]::before, .fa-pull-left.bca-btn[data-bca-btn-type=unpublish]::before, .fa-pull-left.bca-icon--preview::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=preview]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=preview]::before, .fa-pull-left.context-menu-icon-edit::before, .fa-pull-left.bca-icon--edit::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=edit]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=edit]::before, .fa-pull-left.bca-btn[data-bca-btn-type=edit]::before, .fa-pull-left.bca-icon--copy::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=copy]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=copy]::before, .fa-pull-left.bca-btn[data-bca-btn-type=copy]::before, .fa-pull-left.context-menu-icon-delete::before, .fa-pull-left.bca-icon--delete::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=delete]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=delete]::before, .fa-pull-left.bca-btn[data-bca-btn-type=delete]::before, .fa-pull-left.bca-icon--rename::before, .fa-pull-left.bca-icon--link::before, .fa-pull-left.bca-icon--alias::before, .fa-pull-left.bca-icon--th-list::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=th-list]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=th-list]::before, .fa-pull-left.bca-icon--back-to-list::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=back-to-list]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=back-to-list]::before, .fa-pull-left.bca-btn[data-bca-btn-type=back-to-list]::before, .fa-pull-left.bca-icon--favorite::before, .fa-pull-left.bca-nav-favorite-title-button::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=favorite]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=favorite]::before, .fa-pull-left.bca-btn[data-bca-btn-type=favorite]::before, .fa-pull-left.bca-icon--menuitem::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=menuitem]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=menuitem]::before, .fa-pull-left.bca-btn[data-bca-btn-type=menuitem]::before, .fa-pull-left.bca-icon--add::before, .fa-pull-left.bca-nav-favorite-functions-add::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=add]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=add]::before, .fa-pull-left.bca-btn[data-bca-btn-type=add]::before, .fa-pull-left.bca-icon--help::before, .fa-pull-left.bca-nav-favorite-functions-help::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=help]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=help]::before, .fa-pull-left.bca-btn[data-bca-btn-type=help]::before, .fa-pull-left.bca-icon--permission::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=permission]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=permission]::before, .fa-pull-left.bca-btn[data-bca-btn-type=permission]::before, .fa-pull-left.bca-icon--apply::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=apply]::before, .fa-pull-left.bca-icon--home::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=home]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=home]::before, .fa-pull-left.bca-btn[data-bca-btn-type=home]::before, .fa-pull-left.bca-icon--switch::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=switch]::before, .fa-pull-left.bca-icon--open::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=open]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=open]::before, .fa-pull-left.bca-icon--textcopy::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=textcopy]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=textcopy]::before, .fa-pull-left.bca-btn[data-bca-btn-type=textcopy]::before, .fa-pull-left.bca-icon--download::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=download]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=download]::before, .fa-pull-left.bca-btn[data-bca-btn-type=download]::before, .fa-pull-left.bca-icon--draggable::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=draggable]::before, .fa-pull-left.bca-btn-icon-text[data-bca-btn-type=draggable]::before, .fa-pull-left.bca-btn[data-bca-btn-type=draggable]::before, .fa-pull-left.bca-icon--folder::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=folder]::before, .jstree-proton .jstree-container-ul .jstree-open > .jstree-anchor .fa-pull-left.bca-icon--folder::before, .fa-pull-left.bca-icon--file::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=file]::before, .fa-pull-left.bca-icon--up-directory::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=up-directory]::before, .fa-pull-left.bca-icon--arrow-right::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=arrow-right]::before, .fa-pull-left.bca-icon--arrow-left::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=arrow-left]::before, .fa-pull-left.bca-icon--arrow-up::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=arrow-up]::before, .fa-pull-left.bca-icon--arrow-down::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=arrow-down]::before, .fa-pull-left.bca-icon--file-list::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=file-list]::before, .fa-pull-left.bca-icon--update::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=update]::before, .fa-pull-left.bca-icon--setting::before, .fa-pull-left.bca-btn-icon[data-bca-btn-type=setting]::before, .fa-pull-left.bca-icon--search::before, .fa-pull-left.bca-btn[data-bca-btn-type=search]::before, .fa-pull-left.bca-icon--clear::before, .fa-pull-left.bca-btn[data-bca-btn-type=clear]::before, .fa-pull-left.bca-icon--datetimepicker-date::before, .fa-pull-left.bca-datetimepicker__date-label::before, .fa-pull-left.bca-icon--datetimepicker-time::before, .fa-pull-left.bca-datetimepicker__time-label::before, .fa-pull-left.bca-icon--list-default::before, .fa-pull-left.bca-list__item::before, .fa-pull-left.bca-icon--list-circle::before, .bca-list[data-bca-list-type=circle] .fa-pull-left.bca-list__item::before, .fa-pull-left.bca-icon--error::before, .ui-dialog label.fa-pull-left.error::before, .fa-pull-left.error-message::before, .fa-pull-left.bca-icon--alert::before, #MessageBox .fa-pull-left.alert-message::before,
.fa-pull-left#authMessage::before,
.fa-pull-left#AlertMessage::before,
#BcMessageBox .fa-pull-left.alert-message::before, .fa-pull-left.bca-icon--notification::before, #MessageBox .fa-pull-left.message::before,
#MessageBox .fa-pull-left.notice-message::before,
#BcMessageBox .fa-pull-left.notice-message::before,
.fa-pull-left#UpdateMessage::before, .fa-pull-left.bca-icon--facebook::before, .fa-pull-left.bca-footer__sns__link--facebook::before, .fa-pull-left.bca-icon--twitter::before, .fa-pull-left.bca-footer__sns__link--twitter::before, .fa-pull-left.bca-icon--next::before, .fa-pull-left.bca-icon--back::before, .fa-pull-left.bca-icon--asc::before, .fa-pull-left.bca-icon--desc::before, .fa-pull-left.bca-icon--chevron-down::before, .fa-pull-left.bca-icon--list::before, .fa-pull-left.bca-icon--plus-square::before, .fa-pull-left.bca-icon--question-circle::before, .fa-pull-left.bca-icon--minus-square::before, .fa-pull-left.bca-icon--bookmark::before, .fa-pull-left.bca-icon--globe::before, .jstree-proton .jstree-container-ul .jstree-node .fa-pull-left.function::before, .fa-pull-left.bca-icon--mail::before,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fa-pull-right.bca-icon--dashboard::before, .bca-nav__sub[data-content-type="dashboard"] .bca-nav__sub-title > a.fa-pull-right::before, .fa-pull-right.bca-icon--contents::before, .bca-nav__sub[data-content-type="contents"] .bca-nav__sub-title > a.fa-pull-right::before, .fa-pull-right.bca-icon--system::before, .bca-nav__sub[data-content-type="system"] .bca-nav__sub-title > a.fa-pull-right::before, .bca-nav__system-title button.fa-pull-right::before, .bca-nav__system-list-item[data-system-type] .bca-nav__system-item-list-title > a.fa-pull-right::before, .fa-pull-right.bca-icon--siteconfigs::before, .bca-nav__system-list-item[data-system-type="siteconfigs"] .bca-nav__system-list-item-title > a.fa-pull-right::before, .fa-pull-right.bca-icon--users::before, .bca-nav__system-list-item[data-system-type="users"] .bca-nav__system-list-item-title > a.fa-pull-right::before, .fa-pull-right.bca-icon--sites::before, .bca-nav__system-list-item[data-system-type="sites"] .bca-nav__system-list-item-title > a.fa-pull-right::before, .fa-pull-right.bca-icon--theme::before, .bca-nav__system-list-item[data-system-type="theme"] .bca-nav__system-list-item-title > a.fa-pull-right::before, .fa-pull-right.bca-icon--plugin::before, .bca-nav__system-list-item[data-system-type="plugin"] .bca-nav__system-list-item-title > a.fa-pull-right::before, .fa-pull-right.bca-icon--tools::before, .bca-nav__system-list-item[data-system-type="tools"] .bca-nav__system-list-item-title > a.fa-pull-right::before, .fa-pull-right.bca-icon--publish::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=publish]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=publish]::before, .fa-pull-right.bca-btn[data-bca-btn-type=publish]::before, .fa-pull-right.bca-icon--unpublish::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=unpublish]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=unpublish]::before, .fa-pull-right.bca-btn[data-bca-btn-type=unpublish]::before, .fa-pull-right.bca-icon--preview::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=preview]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=preview]::before, .fa-pull-right.context-menu-icon-edit::before, .fa-pull-right.bca-icon--edit::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=edit]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=edit]::before, .fa-pull-right.bca-btn[data-bca-btn-type=edit]::before, .fa-pull-right.bca-icon--copy::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=copy]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=copy]::before, .fa-pull-right.bca-btn[data-bca-btn-type=copy]::before, .fa-pull-right.context-menu-icon-delete::before, .fa-pull-right.bca-icon--delete::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=delete]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=delete]::before, .fa-pull-right.bca-btn[data-bca-btn-type=delete]::before, .fa-pull-right.bca-icon--rename::before, .fa-pull-right.bca-icon--link::before, .fa-pull-right.bca-icon--alias::before, .fa-pull-right.bca-icon--th-list::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=th-list]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=th-list]::before, .fa-pull-right.bca-icon--back-to-list::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=back-to-list]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=back-to-list]::before, .fa-pull-right.bca-btn[data-bca-btn-type=back-to-list]::before, .fa-pull-right.bca-icon--favorite::before, .fa-pull-right.bca-nav-favorite-title-button::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=favorite]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=favorite]::before, .fa-pull-right.bca-btn[data-bca-btn-type=favorite]::before, .fa-pull-right.bca-icon--menuitem::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=menuitem]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=menuitem]::before, .fa-pull-right.bca-btn[data-bca-btn-type=menuitem]::before, .fa-pull-right.bca-icon--add::before, .fa-pull-right.bca-nav-favorite-functions-add::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=add]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=add]::before, .fa-pull-right.bca-btn[data-bca-btn-type=add]::before, .fa-pull-right.bca-icon--help::before, .fa-pull-right.bca-nav-favorite-functions-help::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=help]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=help]::before, .fa-pull-right.bca-btn[data-bca-btn-type=help]::before, .fa-pull-right.bca-icon--permission::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=permission]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=permission]::before, .fa-pull-right.bca-btn[data-bca-btn-type=permission]::before, .fa-pull-right.bca-icon--apply::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=apply]::before, .fa-pull-right.bca-icon--home::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=home]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=home]::before, .fa-pull-right.bca-btn[data-bca-btn-type=home]::before, .fa-pull-right.bca-icon--switch::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=switch]::before, .fa-pull-right.bca-icon--open::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=open]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=open]::before, .fa-pull-right.bca-icon--textcopy::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=textcopy]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=textcopy]::before, .fa-pull-right.bca-btn[data-bca-btn-type=textcopy]::before, .fa-pull-right.bca-icon--download::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=download]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=download]::before, .fa-pull-right.bca-btn[data-bca-btn-type=download]::before, .fa-pull-right.bca-icon--draggable::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=draggable]::before, .fa-pull-right.bca-btn-icon-text[data-bca-btn-type=draggable]::before, .fa-pull-right.bca-btn[data-bca-btn-type=draggable]::before, .fa-pull-right.bca-icon--folder::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=folder]::before, .jstree-proton .jstree-container-ul .jstree-open > .jstree-anchor .fa-pull-right.bca-icon--folder::before, .fa-pull-right.bca-icon--file::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=file]::before, .fa-pull-right.bca-icon--up-directory::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=up-directory]::before, .fa-pull-right.bca-icon--arrow-right::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=arrow-right]::before, .fa-pull-right.bca-icon--arrow-left::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=arrow-left]::before, .fa-pull-right.bca-icon--arrow-up::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=arrow-up]::before, .fa-pull-right.bca-icon--arrow-down::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=arrow-down]::before, .fa-pull-right.bca-icon--file-list::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=file-list]::before, .fa-pull-right.bca-icon--update::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=update]::before, .fa-pull-right.bca-icon--setting::before, .fa-pull-right.bca-btn-icon[data-bca-btn-type=setting]::before, .fa-pull-right.bca-icon--search::before, .fa-pull-right.bca-btn[data-bca-btn-type=search]::before, .fa-pull-right.bca-icon--clear::before, .fa-pull-right.bca-btn[data-bca-btn-type=clear]::before, .fa-pull-right.bca-icon--datetimepicker-date::before, .fa-pull-right.bca-datetimepicker__date-label::before, .fa-pull-right.bca-icon--datetimepicker-time::before, .fa-pull-right.bca-datetimepicker__time-label::before, .fa-pull-right.bca-icon--list-default::before, .fa-pull-right.bca-list__item::before, .fa-pull-right.bca-icon--list-circle::before, .bca-list[data-bca-list-type=circle] .fa-pull-right.bca-list__item::before, .fa-pull-right.bca-icon--error::before, .ui-dialog label.fa-pull-right.error::before, .fa-pull-right.error-message::before, .fa-pull-right.bca-icon--alert::before, #MessageBox .fa-pull-right.alert-message::before,
.fa-pull-right#authMessage::before,
.fa-pull-right#AlertMessage::before,
#BcMessageBox .fa-pull-right.alert-message::before, .fa-pull-right.bca-icon--notification::before, #MessageBox .fa-pull-right.message::before,
#MessageBox .fa-pull-right.notice-message::before,
#BcMessageBox .fa-pull-right.notice-message::before,
.fa-pull-right#UpdateMessage::before, .fa-pull-right.bca-icon--facebook::before, .fa-pull-right.bca-footer__sns__link--facebook::before, .fa-pull-right.bca-icon--twitter::before, .fa-pull-right.bca-footer__sns__link--twitter::before, .fa-pull-right.bca-icon--next::before, .fa-pull-right.bca-icon--back::before, .fa-pull-right.bca-icon--asc::before, .fa-pull-right.bca-icon--desc::before, .fa-pull-right.bca-icon--chevron-down::before, .fa-pull-right.bca-icon--list::before, .fa-pull-right.bca-icon--plus-square::before, .fa-pull-right.bca-icon--question-circle::before, .fa-pull-right.bca-icon--minus-square::before, .fa-pull-right.bca-icon--bookmark::before, .fa-pull-right.bca-icon--globe::before, .jstree-proton .jstree-container-ul .jstree-node .fa-pull-right.function::before, .fa-pull-right.bca-icon--mail::before,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .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(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../../fonts/admin/fa-solid-900.eot");
  src: url("../../fonts/admin/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/admin/fa-solid-900.woff2") format("woff2"), url("../../fonts/admin/fa-solid-900.woff") format("woff"), url("../../fonts/admin/fa-solid-900.ttf") format("truetype"), url("../../fonts/admin/fa-solid-900.svg#fontawesome") format("svg"); }

.fa, .bca-icon--dashboard::before, .bca-nav__sub[data-content-type="dashboard"] .bca-nav__sub-title > a::before, .bca-icon--contents::before, .bca-nav__sub[data-content-type="contents"] .bca-nav__sub-title > a::before, .bca-icon--system::before, .bca-nav__sub[data-content-type="system"] .bca-nav__sub-title > a::before, .bca-nav__system-title button::before, .bca-nav__system-list-item[data-system-type] .bca-nav__system-item-list-title > a::before, .bca-icon--siteconfigs::before, .bca-nav__system-list-item[data-system-type="siteconfigs"] .bca-nav__system-list-item-title > a::before, .bca-icon--users::before, .bca-nav__system-list-item[data-system-type="users"] .bca-nav__system-list-item-title > a::before, .bca-icon--sites::before, .bca-nav__system-list-item[data-system-type="sites"] .bca-nav__system-list-item-title > a::before, .bca-icon--theme::before, .bca-nav__system-list-item[data-system-type="theme"] .bca-nav__system-list-item-title > a::before, .bca-icon--plugin::before, .bca-nav__system-list-item[data-system-type="plugin"] .bca-nav__system-list-item-title > a::before, .bca-icon--tools::before, .bca-nav__system-list-item[data-system-type="tools"] .bca-nav__system-list-item-title > a::before, .bca-icon--publish::before, .bca-btn-icon[data-bca-btn-type=publish]::before, .bca-btn-icon-text[data-bca-btn-type=publish]::before, .bca-btn[data-bca-btn-type=publish]::before, .bca-icon--unpublish::before, .bca-btn-icon[data-bca-btn-type=unpublish]::before, .bca-btn-icon-text[data-bca-btn-type=unpublish]::before, .bca-btn[data-bca-btn-type=unpublish]::before, .bca-icon--preview::before, .bca-btn-icon[data-bca-btn-type=preview]::before, .bca-btn-icon-text[data-bca-btn-type=preview]::before, .context-menu-icon-edit::before, .bca-icon--edit::before, .bca-btn-icon[data-bca-btn-type=edit]::before, .bca-btn-icon-text[data-bca-btn-type=edit]::before, .bca-btn[data-bca-btn-type=edit]::before, .bca-icon--copy::before, .bca-btn-icon[data-bca-btn-type=copy]::before, .bca-btn-icon-text[data-bca-btn-type=copy]::before, .bca-btn[data-bca-btn-type=copy]::before, .context-menu-icon-delete::before, .bca-icon--delete::before, .bca-btn-icon[data-bca-btn-type=delete]::before, .bca-btn-icon-text[data-bca-btn-type=delete]::before, .bca-btn[data-bca-btn-type=delete]::before, .bca-icon--rename::before, .bca-icon--link::before, .bca-icon--alias::before, .bca-icon--th-list::before, .bca-btn-icon[data-bca-btn-type=th-list]::before, .bca-btn-icon-text[data-bca-btn-type=th-list]::before, .bca-icon--back-to-list::before, .bca-btn-icon[data-bca-btn-type=back-to-list]::before, .bca-btn-icon-text[data-bca-btn-type=back-to-list]::before, .bca-btn[data-bca-btn-type=back-to-list]::before, .bca-icon--favorite::before, .bca-nav-favorite-title-button::before, .bca-btn-icon[data-bca-btn-type=favorite]::before, .bca-btn-icon-text[data-bca-btn-type=favorite]::before, .bca-btn[data-bca-btn-type=favorite]::before, .bca-icon--menuitem::before, .bca-btn-icon[data-bca-btn-type=menuitem]::before, .bca-btn-icon-text[data-bca-btn-type=menuitem]::before, .bca-btn[data-bca-btn-type=menuitem]::before, .bca-icon--add::before, .bca-nav-favorite-functions-add::before, .bca-btn-icon[data-bca-btn-type=add]::before, .bca-btn-icon-text[data-bca-btn-type=add]::before, .bca-btn[data-bca-btn-type=add]::before, .bca-icon--help::before, .bca-nav-favorite-functions-help::before, .bca-btn-icon[data-bca-btn-type=help]::before, .bca-btn-icon-text[data-bca-btn-type=help]::before, .bca-btn[data-bca-btn-type=help]::before, .bca-icon--permission::before, .bca-btn-icon[data-bca-btn-type=permission]::before, .bca-btn-icon-text[data-bca-btn-type=permission]::before, .bca-btn[data-bca-btn-type=permission]::before, .bca-icon--apply::before, .bca-btn-icon[data-bca-btn-type=apply]::before, .bca-icon--home::before, .bca-btn-icon[data-bca-btn-type=home]::before, .bca-btn-icon-text[data-bca-btn-type=home]::before, .bca-btn[data-bca-btn-type=home]::before, .bca-icon--switch::before, .bca-btn-icon[data-bca-btn-type=switch]::before, .bca-icon--open::before, .bca-btn-icon[data-bca-btn-type=open]::before, .bca-btn-icon-text[data-bca-btn-type=open]::before, .bca-icon--textcopy::before, .bca-btn-icon[data-bca-btn-type=textcopy]::before, .bca-btn-icon-text[data-bca-btn-type=textcopy]::before, .bca-btn[data-bca-btn-type=textcopy]::before, .bca-icon--download::before, .bca-btn-icon[data-bca-btn-type=download]::before, .bca-btn-icon-text[data-bca-btn-type=download]::before, .bca-btn[data-bca-btn-type=download]::before, .bca-icon--draggable::before, .bca-btn-icon[data-bca-btn-type=draggable]::before, .bca-btn-icon-text[data-bca-btn-type=draggable]::before, .bca-btn[data-bca-btn-type=draggable]::before, .bca-icon--folder::before, .bca-btn-icon[data-bca-btn-type=folder]::before, .jstree-proton .jstree-container-ul .jstree-open > .jstree-anchor .bca-icon--folder::before, .bca-icon--file::before, .bca-btn-icon[data-bca-btn-type=file]::before, .bca-icon--up-directory::before, .bca-btn-icon[data-bca-btn-type=up-directory]::before, .bca-icon--arrow-right::before, .bca-btn-icon[data-bca-btn-type=arrow-right]::before, .bca-icon--arrow-left::before, .bca-btn-icon[data-bca-btn-type=arrow-left]::before, .bca-icon--arrow-up::before, .bca-btn-icon[data-bca-btn-type=arrow-up]::before, .bca-icon--arrow-down::before, .bca-btn-icon[data-bca-btn-type=arrow-down]::before, .bca-icon--file-list::before, .bca-btn-icon[data-bca-btn-type=file-list]::before, .bca-icon--update::before, .bca-btn-icon[data-bca-btn-type=update]::before, .bca-icon--setting::before, .bca-btn-icon[data-bca-btn-type=setting]::before, .bca-icon--search::before, .bca-btn[data-bca-btn-type=search]::before, .bca-icon--clear::before, .bca-btn[data-bca-btn-type=clear]::before, .bca-icon--datetimepicker-date::before, .bca-datetimepicker__date-label::before, .bca-icon--datetimepicker-time::before, .bca-datetimepicker__time-label::before, .bca-icon--list-default::before, .bca-list__item::before, .bca-icon--list-circle::before, .bca-list[data-bca-list-type=circle] .bca-list__item::before, .bca-icon--error::before, .ui-dialog label.error::before, .error-message::before, .bca-icon--alert::before, #MessageBox .alert-message::before,
#authMessage::before,
#AlertMessage::before,
#BcMessageBox .alert-message::before, .bca-icon--notification::before, #MessageBox .message::before,
#MessageBox .notice-message::before,
#BcMessageBox .notice-message::before,
#UpdateMessage::before, .bca-icon--facebook::before, .bca-footer__sns__link--facebook::before, .bca-icon--twitter::before, .bca-footer__sns__link--twitter::before, .bca-icon--next::before, .bca-icon--back::before, .bca-icon--asc::before, .bca-icon--desc::before, .bca-icon--chevron-down::before, .bca-icon--list::before, .bca-icon--plus-square::before, .bca-icon--question-circle::before, .bca-icon--minus-square::before, .bca-icon--bookmark::before, .bca-icon--globe::before, .jstree-proton .jstree-container-ul .jstree-node .function::before, .bca-icon--mail::before,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../../fonts/admin/fa-brands-400.eot");
  src: url("../../fonts/admin/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/admin/fa-brands-400.woff2") format("woff2"), url("../../fonts/admin/fa-brands-400.woff") format("woff"), url("../../fonts/admin/fa-brands-400.ttf") format("truetype"), url("../../fonts/admin/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../../fonts/admin/fa-regular-400.eot");
  src: url("../../fonts/admin/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/admin/fa-regular-400.woff2") format("woff2"), url("../../fonts/admin/fa-regular-400.woff") format("woff"), url("../../fonts/admin/fa-regular-400.ttf") format("truetype"), url("../../fonts/admin/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/**
 *
 * 左ナビ
 *
 */
/**
 *
 * 左ナビ（設定）
 *
 */
/**
 *
 * ボタンアイコン
 *
 */
/**
 *
 * フォーム関連
 *
 */
/**
 *
 * リスト関連
 *
 */
/**
 *
 * エラー / アラート表示
 *
 */
/**
 *
 * SNS
 *
 */
.bca-nav__sub-title-label:before, .bca-nav__system-list-item-title-label:before, .jstree-proton .jstree-container-ul .jstree-icon:before, .jstree-proton-contextmenu li > a i:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 Free';
  font-size: 95%;
  font-style: normal;
  font-stretch: normal; }
  .bca-icon--dashboard::before, .bca-nav__sub[data-content-type="dashboard"] .bca-nav__sub-title > a::before {
    content: "\f015"; }
  .bca-icon--contents::before, .bca-nav__sub[data-content-type="contents"] .bca-nav__sub-title > a::before {
    content: "\f0e8"; }
  .bca-icon--system::before, .bca-nav__sub[data-content-type="system"] .bca-nav__sub-title > a::before, .bca-nav__system-title button::before, .bca-nav__system-list-item[data-system-type] .bca-nav__system-item-list-title > a::before {
    content: "\f013"; }
  .bca-icon--siteconfigs::before, .bca-nav__system-list-item[data-system-type="siteconfigs"] .bca-nav__system-list-item-title > a::before {
    content: "\f0c9"; }
  .bca-icon--users::before, .bca-nav__system-list-item[data-system-type="users"] .bca-nav__system-list-item-title > a::before {
    content: "\f007"; }
  .bca-icon--sites::before, .bca-nav__system-list-item[data-system-type="sites"] .bca-nav__system-list-item-title > a::before {
    content: "\f2c2"; }
  .bca-icon--theme::before, .bca-nav__system-list-item[data-system-type="theme"] .bca-nav__system-list-item-title > a::before {
    content: "\f1fc"; }
  .bca-icon--plugin::before, .bca-nav__system-list-item[data-system-type="plugin"] .bca-nav__system-list-item-title > a::before {
    content: "\f1e6"; }
  .bca-icon--tools::before, .bca-nav__system-list-item[data-system-type="tools"] .bca-nav__system-list-item-title > a::before {
    content: "\f0ad"; }
  .bca-icon--publish::before, .bca-btn-icon[data-bca-btn-type=publish]::before, .bca-btn-icon-text[data-bca-btn-type=publish]::before, .bca-btn[data-bca-btn-type=publish]::before {
    content: "\f144"; }
  .bca-icon--unpublish::before, .bca-btn-icon[data-bca-btn-type=unpublish]::before, .bca-btn-icon-text[data-bca-btn-type=unpublish]::before, .bca-btn[data-bca-btn-type=unpublish]::before {
    content: "\f28b"; }
  .bca-icon--preview::before, .bca-btn-icon[data-bca-btn-type=preview]::before, .bca-btn-icon-text[data-bca-btn-type=preview]::before {
    content: "\f06e"; }
  .context-menu-icon-edit::before, .bca-icon--edit::before, .bca-btn-icon[data-bca-btn-type=edit]::before, .bca-btn-icon-text[data-bca-btn-type=edit]::before, .bca-btn[data-bca-btn-type=edit]::before {
    content: "\f303"; }
  .bca-icon--copy::before, .bca-btn-icon[data-bca-btn-type=copy]::before, .bca-btn-icon-text[data-bca-btn-type=copy]::before, .bca-btn[data-bca-btn-type=copy]::before {
    content: "\f0c5"; }
  .context-menu-icon-delete::before, .bca-icon--delete::before, .bca-btn-icon[data-bca-btn-type=delete]::before, .bca-btn-icon-text[data-bca-btn-type=delete]::before, .bca-btn[data-bca-btn-type=delete]::before {
    content: "\f2ed"; }
  .bca-icon--rename::before {
    content: "\f246"; }
  .bca-icon--link::before {
    content: "\f0c1"; }
  .bca-icon--alias::before {
    content: "\f360"; }
  .bca-icon--th-list::before, .bca-btn-icon[data-bca-btn-type=th-list]::before, .bca-btn-icon-text[data-bca-btn-type=th-list]::before {
    content: "\f00b"; }
  .bca-icon--back-to-list::before, .bca-btn-icon[data-bca-btn-type=back-to-list]::before, .bca-btn-icon-text[data-bca-btn-type=back-to-list]::before, .bca-btn[data-bca-btn-type=back-to-list]::before {
    content: "\f053"; }
  .bca-icon--favorite::before, .bca-nav-favorite-title-button::before, .bca-btn-icon[data-bca-btn-type=favorite]::before, .bca-btn-icon-text[data-bca-btn-type=favorite]::before, .bca-btn[data-bca-btn-type=favorite]::before {
    content: "\f004"; }
  .bca-icon--menuitem::before, .bca-btn-icon[data-bca-btn-type=menuitem]::before, .bca-btn-icon-text[data-bca-btn-type=menuitem]::before, .bca-btn[data-bca-btn-type=menuitem]::before {
    content: "\f105"; }
  .bca-icon--add::before, .bca-nav-favorite-functions-add::before, .bca-btn-icon[data-bca-btn-type=add]::before, .bca-btn-icon-text[data-bca-btn-type=add]::before, .bca-btn[data-bca-btn-type=add]::before {
    content: "\f055"; }
  .bca-icon--help::before, .bca-nav-favorite-functions-help::before, .bca-btn-icon[data-bca-btn-type=help]::before, .bca-btn-icon-text[data-bca-btn-type=help]::before, .bca-btn[data-bca-btn-type=help]::before {
    content: "\f059"; }
  .bca-icon--permission::before, .bca-btn-icon[data-bca-btn-type=permission]::before, .bca-btn-icon-text[data-bca-btn-type=permission]::before, .bca-btn[data-bca-btn-type=permission]::before {
    content: "\f023"; }
  .bca-icon--apply::before, .bca-btn-icon[data-bca-btn-type=apply]::before {
    content: "\f14a"; }
  .bca-icon--home::before, .bca-btn-icon[data-bca-btn-type=home]::before, .bca-btn-icon-text[data-bca-btn-type=home]::before, .bca-btn[data-bca-btn-type=home]::before {
    content: "\f015"; }
  .bca-icon--switch::before, .bca-btn-icon[data-bca-btn-type=switch]::before {
    content: "\f2f6"; }
  .bca-icon--open::before, .bca-btn-icon[data-bca-btn-type=open]::before, .bca-btn-icon-text[data-bca-btn-type=open]::before {
    content: "\f07c"; }
  .bca-icon--textcopy::before, .bca-btn-icon[data-bca-btn-type=textcopy]::before, .bca-btn-icon-text[data-bca-btn-type=textcopy]::before, .bca-btn[data-bca-btn-type=textcopy]::before {
    content: "\f0ea"; }
  .bca-icon--download::before, .bca-btn-icon[data-bca-btn-type=download]::before, .bca-btn-icon-text[data-bca-btn-type=download]::before, .bca-btn[data-bca-btn-type=download]::before {
    content: "\f019"; }
  .bca-icon--draggable::before, .bca-btn-icon[data-bca-btn-type=draggable]::before, .bca-btn-icon-text[data-bca-btn-type=draggable]::before, .bca-btn[data-bca-btn-type=draggable]::before {
    content: "\f338"; }
  .bca-icon--folder::before, .bca-btn-icon[data-bca-btn-type=folder]::before {
    content: "\f07b"; }
  .jstree-proton .jstree-container-ul .jstree-open > .jstree-anchor .bca-icon--folder::before {
    content: "\f07c"; }
  .bca-icon--file::before, .bca-btn-icon[data-bca-btn-type=file]::before {
    content: "\f15b"; }
  .bca-icon--up-directory::before, .bca-btn-icon[data-bca-btn-type=up-directory]::before {
    content: "\f062"; }
  .bca-icon--arrow-right::before, .bca-btn-icon[data-bca-btn-type=arrow-right]::before {
    content: "\f061"; }
  .bca-icon--arrow-left::before, .bca-btn-icon[data-bca-btn-type=arrow-left]::before {
    content: "\f060"; }
  .bca-icon--arrow-up::before, .bca-btn-icon[data-bca-btn-type=arrow-up]::before {
    content: "\f062"; }
  .bca-icon--arrow-down::before, .bca-btn-icon[data-bca-btn-type=arrow-down]::before {
    content: "\f063"; }
  .bca-icon--file-list::before, .bca-btn-icon[data-bca-btn-type=file-list]::before {
    content: "\f15c"; }
  .bca-icon--file::before, .bca-btn-icon[data-bca-btn-type=file]::before {
    content: "\f15b"; }
  .bca-icon--update::before, .bca-btn-icon[data-bca-btn-type=update]::before {
    content: "\f021"; }
  .bca-icon--setting::before, .bca-btn-icon[data-bca-btn-type=setting]::before {
    content: "\f013"; }
  .bca-icon--search::before, .bca-btn[data-bca-btn-type=search]::before {
    content: "\f002"; }
  .bca-icon--clear::before, .bca-btn[data-bca-btn-type=clear]::before {
    content: "\f021"; }
  .bca-icon--datetimepicker-date::before, .bca-datetimepicker__date-label::before {
    content: "\f133"; }
  .bca-icon--datetimepicker-time::before, .bca-datetimepicker__time-label::before {
    content: "\f017"; }
  .bca-icon--list-default::before, .bca-list__item::before {
    content: "\f105"; }
  .bca-icon--list-circle::before, .bca-list[data-bca-list-type=circle] .bca-list__item::before {
    content: "\f111"; }
  .bca-icon--error::before, .ui-dialog label.error::before, .error-message::before {
    content: "\f071"; }
  .bca-icon--alert::before, #MessageBox .alert-message::before,
  #authMessage::before,
  #AlertMessage::before,
  #BcMessageBox .alert-message::before {
    content: "\f071"; }
  .bca-icon--notification::before, #MessageBox .message::before,
  #MessageBox .notice-message::before,
  #BcMessageBox .notice-message::before,
  #UpdateMessage::before {
    content: "\f05a"; }
  .bca-icon--facebook::before, .bca-footer__sns__link--facebook::before {
    content: "\f39e"; }
  .bca-icon--twitter::before, .bca-footer__sns__link--twitter::before {
    content: "\f099"; }
  .bca-icon--next::before {
    content: "\f105"; }
  .bca-icon--back::before {
    content: "\f104"; }
  .bca-icon--asc::before {
    content: "\f0d8"; }
  .bca-icon--desc::before {
    content: "\f0d7"; }
  .bca-icon--chevron-down::before {
    content: "\f078"; }
  .bca-icon--list::before {
    content: "\f0ca"; }
  .bca-icon--plus-square::before {
    content: "\f0fe"; }
  .bca-icon--question-circle::before {
    content: "\f059"; }
  .bca-icon--minus-square::before {
    content: "\f146"; }
  .bca-icon--bookmark::before {
    content: "\f02e"; }
  .bca-icon--globe::before {
    content: "\f57d"; }
  .jstree-proton .jstree-container-ul .jstree-node .function::before {
    content: "\f141"; }
  .bca-icon--mail::before {
    content: "\f0e0"; }

.bca-icon--users::before, .bca-nav__system-list-item[data-system-type="users"] .bca-nav__system-list-item-title > a::before, .bca-icon--sites::before, .bca-nav__system-list-item[data-system-type="sites"] .bca-nav__system-list-item-title > a::before, .bca-icon--publish::before, .bca-btn-icon[data-bca-btn-type=publish]::before, .bca-btn-icon-text[data-bca-btn-type=publish]::before, .bca-btn[data-bca-btn-type=publish]::before, .bca-icon--unpublish::before, .bca-btn-icon[data-bca-btn-type=unpublish]::before, .bca-btn-icon-text[data-bca-btn-type=unpublish]::before, .bca-btn[data-bca-btn-type=unpublish]::before, .bca-icon--preview::before, .bca-btn-icon[data-bca-btn-type=preview]::before, .bca-btn-icon-text[data-bca-btn-type=preview]::before, .bca-icon--copy::before, .bca-btn-icon[data-bca-btn-type=copy]::before, .bca-btn-icon-text[data-bca-btn-type=copy]::before, .bca-btn[data-bca-btn-type=copy]::before, .context-menu-icon-delete::before, .bca-icon--delete::before, .bca-btn-icon[data-bca-btn-type=delete]::before, .bca-btn-icon-text[data-bca-btn-type=delete]::before, .bca-btn[data-bca-btn-type=delete]::before, .bca-icon--apply::before, .bca-btn-icon[data-bca-btn-type=apply]::before, .bca-icon--file::before, .bca-btn-icon[data-bca-btn-type=file]::before, .bca-icon--datetimepicker-date::before, .bca-datetimepicker__date-label::before, .bca-icon--datetimepicker-time::before, .bca-datetimepicker__time-label::before {
  font-weight: 400; }

.bca-icon--facebook::before, .bca-footer__sns__link--facebook::before, .bca-icon--twitter::before, .bca-footer__sns__link--twitter::before {
  font-family: 'Font Awesome 5 Brands'; }

/* display
----------------------------------------------- */
/*.display-none {
	display:none;
}*/
/* text
----------------------------------------------- */
/*
.weight-normal {
	font-weight: normal!important;
}
.weight-bold {
	font-weight:bold!important;
}
.size-small {
	font-size:small!important;
}
.size-smaller {
	font-size: x-small!important;
}
.size-medium {
	font-size:medium!important;
}
.size-large {
	font-size:large!important;
}
.size-larger {
	font-size: x-large!important;
}*/
.align-left {
  text-align: left !important; }

.align-right {
  text-align: right !important; }

.align-center {
  text-align: center !important; }

.bc-align-left {
  text-align: left !important; }

.bc-align-right {
  text-align: right !important; }

.bc-align-center {
  text-align: center !important; }

/* float
----------------------------------------------- */
/*.float-left {
	float:left;
}
.float-right {
	float:right;
}
.img-right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.img-left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}*/
/* clear
----------------------------------------------- */
/*.clear {
	clear:both;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}*/
/* 縦方向中央揃え
----------------------------------------------- */
/*.vertical-middle{
		position: relative!important;
}
.vertical-middle .inner{
		position: absolute!important;
		top: 50%!important;
		margin-top: -1em!important;
}*/
/*
.required {
	color:#C30;
	font-size:16px;
}
*/
.photo {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #DDD; }

.outside-link {
  background: url(../../img/admin/blt_outside_link.png) no-repeat left -1px;
  padding-left: 18px; }

/*.full-width {
	width:100%;
}*/
a {
  color: #6fa83d;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

:root {
  font-size: 10px;
  font-family: Arial, Geneva, sans-serif, "メイリオ", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
  color: #424f44;
  background: #FFF; }

body {
  min-width: 960px;
  height: 100%;
  line-height: 1.15; }

body * {
  box-sizing: border-box; }

[hidden] {
  display: none; }

/* ==================================================================== */
/* 旧CSSからの不明クラス取扱所
/* ==================================================================== */
.upload-file input[type=file] {
  margin-bottom: 5px; }

.upload-file a {
  padding: 5px;
  background-color: #F1F1F1;
  display: inline-block; }

.edit-link {
  margin-bottom: 10px;
  text-align: right;
  font-size: 12px; }

.edit-link a {
  border: 1px solid #1C98D4;
  color: #1C98D4;
  padding: 5px 10px;
  text-decoration: none; }

.edit-link a:hover {
  color: #1C98D4;
  text-decoration: underline; }

.error-message {
  color: #C30;
  padding-left: 24px;
  font-weight: bold;
  font-size: small; }

.form-error {
  border: 1px solid #f20014 !important; }

.error {
  color: #C30; }

.error em {
  color: #06C;
  font-style: normal;
  font-weight: bold; }

/* form-table
----------------------------------------------- */
.list-table .error-message {
  border-radius: 10px; }

.annotation-text {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px; }

.annotation-text small {
  border-radius: 10px;
  background-color: #C30;
  color: #C30;
  padding: 2px 5px;
  white-space: nowrap;
  border: 1px solid #C30;
  background: #FFF; }

/* edit form
----------------------------------------------- */
.editor-area {
  text-align: center; }

/* waiting-box
----------------------------------------------- */
.waiting-box {
  background-color: #FFF;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6; }

.waiting-box div {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 10px;
  padding-bottom: 100px;
  font-family: Verdana, Geneva, sans-serif; }

.waiting-box img {
  margin-bottom: 10px; }

/* em-box
----------------------------------------------- */
/* tree empty
----------------------------------------------- */
.tree-empty {
  border: 1px solid #DDD;
  padding: 15px;
  color: #535A62;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 24px; }

.no-data {
  padding: 10px 10px 10px 10px;
  text-align: center; }

.size-counter {
  font-size: 20px;
  font-weight: bold;
  color: #CCC;
  padding: 0 5px;
  vertical-align: bottom; }

.size-counter small {
  font-size: 10px;
  color: #CCC; }

/* phpinfo
----------------------------------------------- */
.phpinfo {
  border: 1px solid #DDD; }

/* ui
----------------------------------------------- */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0px; }

/* Credit
----------------------------------------------- */
#Credit {
  background-color: #000;
  position: absolute;
  top: 0;
  min-height: 945px;
  height: 100%;
  width: 100%;
  z-index: 90;
  opacity: 0.85;
  filter: alpha(opacity=85);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=85)";
  /* IE 8 */
  -khtml-opacity: .85;
  /* Safari 1.x */
  -moz-opacity: 0.85;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  display: none; }

#CreditInner {
  position: relative;
  overflow: hidden;
  height: 100%; }

#CreditScroller {
  padding: 40px;
  position: relative;
  margin: 0 auto;
  display: none; }

#CreditScroller h1 {
  font-size: 40px;
  margin-bottom: 80px;
  font-weight: bold; }

#CreditScroller h2 {
  font-size: 30px;
  font-weight: bold;
  xmargin-top: 20px;
  margin-bottom: 40px; }

#CreditScroller ul {
  margin-bottom: 20px;
  font-size: 16px;
  list-style: none; }

#CreditScroller ul li {
  line-height: 30px; }

#CreditScroller ul li a {
  color: #FFF; }

#CreditScroller .section {
  margin-bottom: 80px; }

#CreditScrollerInner {
  width: 600px;
  margin: 0 auto; }

/* WidgetSetting
----------------------------------------------- */
#WidgetSetting {
  margin-top: 20px; }

#WidgetSetting .ui-widget-content {
  cursor: move;
  margin: 10px auto 5px;
  border: 0;
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #EDEDED;
  padding: 0; }

#WidgetSetting .ui-widget-content .head {
  cursor: move;
  margin: 10px auto 5px;
  font-weight: normal;
  color: #535A62;
  font-size: 1.4rem;
  border: 1px solid #eeeeea;
  background: #f8f8f8; }

#WidgetSetting .ui-widget-content .head:hover {
  background: #f4f4f4;
  background: -o-linear-gradient(top, #f4f4f4, #dfdfdf 100%); }

#WidgetSetting .ui-widget-content .head:active {
  background: #cdcdcd;
  background: -o-linear-gradient(top, #cdcdcd, #eee 100%); }

#WidgetSetting .ui-draggable-dragging {
  /*width:100%;*/ }

#WidgetSetting .ui-widget-content .head {
  padding: 8px 15px;
  margin: 0;
  font-weight: bold; }

#WidgetSetting .setting .head {
  color: #999; }

#WidgetSetting .setting .del {
  float: right;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #DFDFDF;
  padding: 8px 10px; }

#WidgetSetting .ui-widget-content .action {
  padding: 8px 10px;
  float: right;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #DFDFDF; }

#WidgetSetting .ui-widget-content .content {
  padding: 3px 10px 10px 10px;
  clear: both;
  display: none; }

#WidgetSetting .ui-widget-content .content p {
  margin: 0 !important; }

#WidgetSetting #Source .ui-widget-content {
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  margin-bottom: 0; }

#WidgetSetting #Source .description {
  /*margin:0 12px 20px;*/
  padding: 15px 15px;
  width: 100%;
  border-left: solid 1px #eeeeea;
  border-right: solid 1px #eeeeea;
  border-bottom: solid 1px #eeeeea;
  margin: 0; }

#WidgetSetting #SourceOuter,
#WidgetSetting #TargetOuter {
  width: 50%;
  float: left; }

#WidgetSetting #Source {
  border: 1px solid #eeeeea;
  padding: 20px;
  margin: 10px;
  /*-webkit-border-radius: 10px;*/
  /*-moz-border-radius: 10px;*/
  /*border-radius: 10px;*/ }

#WidgetSetting #Target {
  min-height: 210px;
  border: 1px solid #eeeeea;
  padding: 20px;
  margin: 10px; }

#WidgetSetting #Target .enabled .head {
  color: #535A62; }

#WidgetSetting .topDrop {
  background-color: #efefef; }

#WidgetSetting .template {
  display: none; }

#WidgetSetting .placeholder {
  height: 26px;
  background: none;
  border: 1px solid #FFFF00;
  background-color: #FFFFFF; }

#WidgetSetting #WidgetAreaUpdateTitleForm {
  display: inline; }

#WidgetSetting #Target .setting textarea {
  width: 98%;
  height: 310px; }

#WidgetSetting #Source h3 {
  border: none;
  border-bottom: 1px solid #eeeeea;
  padding-left: 0;
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 40px;
  padding-bottom: 10px; }

#ListAjaxLoader {
  display: none;
  vertical-align: bottom;
  padding: 6px; }

#WidgetSetting h2 {
  font-size: 2rem;
  font-weight: normal; }

/* ==================================================================== */
/*    Pages
/* ==================================================================== */
/* list-table
----------------------------------------------- */
.list-table .page-status {
  text-align: center; }

/* TreeList
----------------------------------------------- */
#PageTreeList {
  padding: 20px 20px;
  border: 1px solid #CCC;
  margin-top: 25px; }

#TreeList {
  font-size: 14px; }

#TreeList a {
  color: #535A62; }

#TreeList a:hover {
  color: #AAA;
  text-decoration: none; }

#cboxContent button {
  border: none; }

.filetree span.folder,
.filetree span.file {
  padding: 1px 0 1px 18px !important;
  display: block;
  line-height: 1em;
  margin-bottom: 10px; }

/* ==================================================================== */
/*    Installations
/* ==================================================================== */
#Installations li.check {
  color: #CCC; }

#Installations li.failed {
  border-left: 5px solid #E02;
  color: #F03; }

#Installations .check-result {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 30px; }

#Installations .check-result small {
  font-size: 14px;
  line-height: 30px;
  font-weight: normal !important; }

#Installations input[type=text],
#Installations input[type=password],
#Installations textarea {
  font-size: 18px;
  border: 1px solid #CCC;
  padding: 3px 5px; }

#Installations select {
  font-size: 18px;
  border: 1px solid #CCC; }

#Installations .step-1 {
  height: 300px;
  background: url(../../img/admin/bg_install.png) no-repeat right bottom #fff; }

/* ==================================================================== */
/*    Updaters
/* ==================================================================== */
/* ==================================================================== */
/*    Dashboard
/* ==================================================================== */
#AdminDashboard .pagination .next,
#AdminDashboard .pagination .prev {
  padding: 0; }

#AdminDashboard .pagination .next a,
#AdminDashboard .pagination .prev a {
  padding: 1px 6px; }

#AdminDashboard .pagination span span a,
#AdminDashboard .pagination .disabled,
#AdminDashboard .pagination .current {
  padding: 1px 6px; }

/* ==================================================================== */
/*    Themes
/* ==================================================================== */
.ui-widget-content {
  border: 1px solid #DDD; }

#PageTreeList {
  padding: 20px 20px;
  border: 1px solid #CCC;
  margin-top: 25px; }

.ui-tabs .ui-tabs-nav li {
  font-weight: bold; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #535A62; }

#TreeList a {
  color: #535A62; }

#TreeList a:hover {
  color: #AAA;
  text-decoration: none; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #535A62; }

#ContentsFormTabs {
  margin-bottom: 20px; }

#ContentsFormTabs .ui-tabs-panel {
  padding: 1em; }

#ContentsFormTabs table {
  margin-bottom: 0; }

/* ==================================================================== */
/*    Contents
/* ==================================================================== */
.ui-widget-content {
  border: 1px solid #DDD; }

#DataList td .alias {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../img/admin/icon_alias_layerd.png");
  position: relative;
  top: -32px; }

#RelatedContentsSetting .icon-add-layerd {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../../img/admin/icon_add_layerd.png");
  position: absolute;
  margin-left: -32px; }

#ContentsFormTabs {
  display: none; }

/* ==================================================================== */
/*    CkEditor
/* ==================================================================== */
.cke_chrome {
  border: 1px solid #DDD !important;
  box-shadow: none !important; }

.cke_top, .cke_bottom {
  background: #EFEFEF !important;
  background-image: linear-gradient(to bottom, #EFEFEF, #EEE) !important; }

/* ==================================================================== */
/*    Etc
/* ==================================================================== */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #535A62; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #535A62; }

.helptext {
  display: none; }

.eyecatch-list li {
  float: left;
  list-style-type: none;
  background: none; }

.eyecatch-list li img {
  margin-bottom: 10px; }

.eyecatch-list li p {
  text-align: center; }

#BasicSetting .url,
#BlogPostForm .url {
  font-weight: bold;
  font-size: 14px;
  word-break: break-all; }

#BasicSetting .url a {
  color: #9C0;
  padding-left: 5px;
  padding-right: 5px; }

#SectionLangAccessType label, #SectionDeviceAccessType label {
  white-space: nowrap; }

/* context-menu
----------------------------------------------- */
.context-menu-icon-edit::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.context-menu-icon-delete::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.context-menu-icon::before {
  color: #424f44 !important; }

.context-menu-item {
  font-size: 14px;
  line-height: 2.4em;
  padding: 0 2em 0 2.4em;
  height: 2.4em;
  text-shadow: 1px 1px 0 #fff;
  border-radius: 1px; }

.context-menu-item span {
  display: block;
  padding-left: 0.5em; }

.context-menu-hover {
  background-color: #ddd !important;
  color: #424f44 !important; }

.context-menu-list {
  padding: 2px;
  border-radius: 0;
  background: #f5f5f5; }

.display-none {
  display: none; }

#UploaderForm .uploader-file-file {
  font-size: 1.4rem !important; }

.bca-search__btns .bca-btn-lg {
  padding-left: 2em;
  padding-right: 2em; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.bca-app {
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto; }

.bca-container {
  position: relative;
  height: auto;
  display: flex; }

.bca-main {
  font-size: 1.4rem;
  position: relative;
  flex-basis: 100%;
  overflow: auto;
  background: #f8f8f8;
  line-height: 1.4; }
  .bca-main__body {
    padding: 0; }
  .bca-main__contents {
    padding: 20px;
    margin: 20px;
    background-color: #fff;
    border: 1px solid #eeeeea; }
  .bca-main__header {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #eeeeea; }
    .bca-main__header-title {
      flex: 0 0 auto;
      margin: 0 1em 0 0;
      font-size: 2rem;
      font-weight: 900;
      color: #424f44;
      line-height: 40px; }
    .bca-main__header-actions {
      display: inline-block;
      vertical-align: top;
      flex: 1 1 auto; }
    .bca-main__header-menu {
      flex: 0 1 auto; }
  .bca-main__section {
    margin-bottom: 30px; }
  .bca-main__heading {
    display: inline-block;
    margin: 0 1em 1em 0;
    padding: 0.25em 0 0.25em;
    font-weight: normal; }
    .bca-main__heading[data-bca-heading-size=lg] {
      font-size: 2rem; }
    .bca-main__heading[data-bca-heading-size=md] {
      font-size: 1.6rem; }
  .bca-main__text {
    margin: 0 0 1em;
    line-height: 1.5; }
  .bca-main pre {
    background-color: #efefef;
    padding: 5px 10px; }
  .bca-main code {
    background-color: #efefef;
    padding: 2px 5px; }
  .bca-main__number-list li {
    margin: 20px 0; }

.bca-icon--dashboard::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--contents::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--system::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--siteconfigs::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--users::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--sites::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--theme::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--plugin::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--tools::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--publish::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--unpublish::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--preview::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--edit::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--copy::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--delete::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--th-list::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--back-to-list::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--favorite::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--menuitem::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--add::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--help::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--permission::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--apply::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--home::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--switch::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--open::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--textcopy::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--download::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--draggable::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--folder::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--file::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--up-directory::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--arrow-right::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--arrow-left::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--arrow-up::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--arrow-down::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--file-list::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--update::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--setting::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--search::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--clear::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--datetimepicker-date::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--datetimepicker-time::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--list-default::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--list-circle::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--error::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--alert::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--notification::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--facebook::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--twitter::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--next::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--back::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--asc::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--desc::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--chevron-down::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--list::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--plus-square::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--question-circle::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--minus-square::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--bookmark::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--alias::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--rename::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--link::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--globe::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-icon--mail::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

[class*="bca-icon"] .bca-icon-label {
  display: none; }

[class^="bca-icon"][data-bca-icon-size=lg] {
  font-size: 2.4rem; }

[class^="bca-icon"][data-bca-icon-size=sm] {
  font-size: 1.4rem; }

[class^="bca-icon"][data-bca-icon-size=xs] {
  font-size: 1.2rem; }

/* ==================================================================== */
/*    Header
/* ==================================================================== */
/* Header
----------------------------------------------- */
#Header {
  background-color: #FFF; }

/* Logo
----------------------------------------------- */
#Logo {
  padding: 10px 40px; }

/* ==================================================================== */
/*    Footer
/* ==================================================================== */
.bca-footer {
  width: 100%;
  color: #ccc;
  background-color: #2a332c; }
  .bca-footer__inner {
    min-width: 960px;
    padding-top: 37px;
    padding-bottom: 15px; }
  .bca-footer__header {
    text-align: center; }
  .bca-footer__logo {
    width: 82px;
    margin-bottom: 10px; }
  .bca-footer__banner {
    margin: 0;
    padding: 0;
    list-style: none; }
    .bca-footer__banner__item {
      margin: 0;
      padding: 0; }
  .bca-footer__baser-version {
    margin-bottom: 10px; }
  .bca-footer__banner {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
    padding: 0;
    list-style: none; }
    .bca-footer__banner__item {
      margin: 0;
      padding: 0 5px; }
  .bca-footer__sns {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
    padding: 0;
    list-style: none; }
    .bca-footer__sns__item {
      margin: 0;
      padding: 0 5px; }
    .bca-footer__sns__link {
      position: relative;
      display: inline-block;
      width: 30px;
      height: 0px;
      padding-top: 30px;
      overflow: hidden;
      font-size: 2.2rem;
      background-color: #6fa83d; }
      .bca-footer__sns__link:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #fff; }
      .bca-footer__sns__link--facebook {
        background-color: #3F5D93; }
        .bca-footer__sns__link--facebook::before {
          font-size: 95%;
          font-stretch: normal;
          margin: 0 .3em 0 0; }
      .bca-footer__sns__link--twitter {
        background-color: #54ABED; }
        .bca-footer__sns__link--twitter::before {
          font-size: 95%;
          font-stretch: normal;
          margin: 0 .3em 0 0; }
  .bca-footer__links {
    display: flex;
    justify-content: center;
    margin: 0 0 38px;
    padding: 0;
    list-style: none;
    font-size: 1.2rem; }
    .bca-footer__links__item {
      padding: 0 1em; }
      .bca-footer__links__item a:link, .bca-footer__links__item a:visited, .bca-footer__links__item a:active {
        color: #ccc; }
      .bca-footer__links__item a:hover {
        color: #6fa83d; }
  .bca-footer__copyright {
    margin: 0;
    text-align: center; }
  .bca-footer__inner--full {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 7px 20px 7px 12px; }
    .bca-footer__inner--full .bca-footer__main {
      display: flex;
      align-items: center; }
      .bca-footer__inner--full .bca-footer__main .bca-footer__baser-version {
        padding-right: 10px;
        margin: 0; }
      .bca-footer__inner--full .bca-footer__main .bca-footer__banner {
        margin: 0; }

body {
  margin-top: 40px !important; }

.bca-toolbar {
  line-height: 1.15 !important;
  font-family: Arial, Geneva, sans-serif, "メイリオ", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック" !important;
  font-size: 12px !important;
  height: 40px !important;
  position: fixed !important;
  z-index: 150 !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important; }
  .bca-toolbar,
  .bca-toolbar * {
    box-sizing: border-box !important; }
  .bca-toolbar__body {
    height: 40px !important;
    background-color: #2a332c !important;
    display: flex !important;
    justify-content: space-between !important; }
  .bca-toolbar .bca-toolbar__logo {
    flex: 0 1 auto !important;
    display: flex !important;
    padding: 0 0 0 12px !important; }
    .bca-toolbar .bca-toolbar__logo-link {
      display: flex !important;
      justify-content: flex-start !important;
      align-items: center !important;
      color: currentColor !important;
      text-decoration: none !important; }
    .bca-toolbar .bca-toolbar__logo-symbol {
      padding: 4px 7px 4px 4px !important;
      margin-right: 8px !important;
      border-right: 1px solid #ccc !important;
      box-sizing: content-box !important;
      width: 24px;
      height: 21px; }
    .bca-toolbar .bca-toolbar__logo-text {
      display: inline !important;
      padding: 0 !important;
      color: #fff !important;
      vertical-align: top !important; }
  .bca-toolbar__tools {
    flex: 1 0 auto !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important; }
    .bca-toolbar__tools-button a {
      margin: 8px 1em !important;
      padding: 3px 8px 3px 5px !important;
      background: #fff !important;
      border-radius: 22px !important;
      color: #333;
      text-decoration: none !important; }
      .bca-toolbar__tools-button a::before {
        margin: 0 0.4em 0 0.2em !important;
        content: "";
        display: inline-block !important;
        color: #F00 !important;
        background-repeat: no-repeat; }
      .bca-toolbar__tools-button a:hover {
        background: #ccc !important;
        color: #333 !important; }
    .bca-toolbar__tools-button-edit a::before {
      background-image: url(../../img/admin/icon/pencil-alt-solid.svg) !important;
      width: 10px !important;
      height: 13px !important;
      background-position: 0 3px; }
    .bca-toolbar__tools-button-publish a::before {
      background-image: url(../../img/admin/icon/eye-regular.svg) !important;
      width: 13px !important;
      height: 13px !important;
      background-position: 0 2px; }
    .bca-toolbar__tools-mode span {
      margin: 8px !important;
      padding: 3px 8px 3px 5px !important;
      border-radius: 22px !important;
      background-color: #f20014 !important;
      font-weight: bold !important;
      color: #fff !important; }
  .bca-toolbar__users .bc-btn {
    margin-left: 5px; }
  .bca-toolbar__users > ul {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important; }
    .bca-toolbar__users > ul > li {
      list-style: none !important;
      display: block !important;
      height: 100% !important; }
      .bca-toolbar__users > ul > li > a {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 100% !important;
        position: relative !important;
        z-index: 1;
        box-shadow: 0 0 0 #ccc !important;
        border: 0 !important;
        width: 100% !important;
        padding: 2px 20px !important;
        color: #fff !important;
        text-decoration: none !important; }
        .bca-toolbar__users > ul > li > a:hover, .bca-toolbar__users > ul > li > a:focus {
          background-color: #444 !important; }
      .bca-toolbar__users > ul > li > ul {
        display: none !important; }
    .bca-toolbar__users > ul > li.active {
      position: relative !important; }
      .bca-toolbar__users > ul > li.active > a {
        color: #ccc !important;
        background-color: #fff !important;
        border-bottom: 0 !important; }
      .bca-toolbar__users > ul > li.active > ul {
        display: block !important;
        margin: -1px 0 0 !important;
        padding: 0;
        position: absolute !important;
        right: 0 !important;
        border: 1px solid #ccc !important;
        box-shadow: 0 1px 3px #ccc !important;
        background-color: #fff !important; }
        .bca-toolbar__users > ul > li.active > ul li {
          list-style: none !important;
          display: block !important;
          white-space: nowrap !important; }
        .bca-toolbar__users > ul > li.active > ul a {
          box-shadow: 0 0 0 #ccc !important;
          color: #535a62 !important;
          border: 0 !important;
          width: 100% !important;
          display: flex !important;
          justify-content: flex-start !important;
          align-items: center !important;
          padding: 2px 20px !important;
          text-decoration: none !important;
          height: 40px !important;
          position: relative !important;
          z-index: 1 !important; }
          .bca-toolbar__users > ul > li.active > ul a:hover {
            background-color: #6fa83d !important;
            color: #fff !important; }

.bca-nav {
  font-size: 1.4rem;
  flex-basis: 208px;
  background: #eeeeea;
  position: relative;
  z-index: 100; }
  .bca-nav__main {
    font-size: 1em;
    position: relative;
    background: #eeeeea; }
    .bca-nav__main-title {
      display: none; }
  .bca-nav__sub {
    font-size: 1em;
    position: relative;
    background: #eeeeea; }
    .bca-nav__sub,
    .bca-nav__sub *,
    .bca-nav__sub *::before,
    .bca-nav__sub *::after {
      box-sizing: border-box; }
    .bca-nav__main > .bca-nav__sub:first-of-type {
      border-top: none; }
    .bca-nav__sub-title {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 1em;
      font-weight: bold;
      cursor: pointer; }
      .bca-nav__sub-title-label {
        display: block;
        vertical-align: middle;
        padding: 12px 10px 12px 10px;
        font-weight: 900; }
        .bca-nav__sub-title-label:before {
          display: inline-block;
          width: 16px;
          text-align: center;
          margin: 0 10px 0 0 !important; }
        .bca-nav__sub-title-label:link, .bca-nav__sub-title-label:visited {
          color: #424f44; }
        .bca-nav__sub-title-label:hover {
          text-decoration: none;
          color: #424f44;
          background: #ddd; }
        .bca-nav__sub-title-label span {
          font-weight: bold; }
    .bca-nav__sub[data-content-is-current="true"] .bca-nav__sub-title {
      background-color: #424f44; }
      .bca-nav__sub[data-content-is-current="true"] .bca-nav__sub-title-label {
        color: #fff; }
    .bca-nav__sub-list {
      display: none;
      position: absolute;
      top: 0;
      left: 100%;
      min-width: 200px;
      margin: 0;
      list-style: none;
      padding-left: 0;
      padding-top: 11px;
      padding-bottom: 11px; }
      .bca-nav__sub-list-item {
        font-size: 1.4rem;
        display: block;
        position: relative; }
        .bca-nav__sub-list-item a {
          display: block;
          white-space: nowrap;
          padding: 7px 20px 5px 35px;
          color: #424f44;
          font-size: 1.3rem; }
          .bca-nav__sub-list-item a::before {
            font-size: 1.5em !important;
            opacity: 0.7; }
          .bca-nav__sub-list-item a:link, .bca-nav__sub-list-item a:visited {
            color: #424f44; }
            .bca-nav__sub-list-item a:link:after, .bca-nav__sub-list-item a:visited:after {
              position: absolute;
              top: 50%;
              right: 0;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              content: "";
              display: block;
              width: 0;
              border-top: 10px solid transparent;
              border-bottom: 10px solid transparent; }
          .bca-nav__sub-list-item a:hover {
            font-weight: bold;
            text-decoration: none;
            color: #424f44; }
            .bca-nav__sub-list-item a:hover::before {
              opacity: 1; }
    .bca-nav__sub:hover .bca-nav__sub-list {
      display: block;
      background: #eeeeea;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
      z-index: 10; }
      .bca-nav__sub:hover .bca-nav__sub-list::before {
        content: "";
        display: block;
        position: absolute;
        z-index: 20;
        top: 10px;
        left: -20px;
        border: 10px solid;
        border-color: transparent #eeeeea transparent transparent; }
    .bca-nav__sub[data-content-is-current="true"] .bca-nav__sub-title {
      background-color: #424f44; }
      .bca-nav__sub[data-content-is-current="true"] .bca-nav__sub-title-label {
        color: #fff; }
        .bca-nav__sub[data-content-is-current="true"] .bca-nav__sub-title-label:hover {
          background: #424f44; }
    .bca-nav__sub[data-content-is-expanded="true"] .bca-nav__sub-title {
      color: #424f44;
      cursor: default;
      background: #ddd; }
    .bca-nav__sub[data-content-is-expanded="true"] .bca-nav__sub-list {
      display: block;
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      -webkit-transform: none;
              transform: none;
      box-shadow: none;
      background: #f8f8f8;
      padding: 0; }
      .bca-nav__sub[data-content-is-expanded="true"] .bca-nav__sub-list-item a {
        padding: 6px 20px 5px 35px;
        white-space: inherit; }
      .bca-nav__sub[data-content-is-expanded="true"] .bca-nav__sub-list-item[data-sub-content-is-current="true"] {
        background: #424f44; }
        .bca-nav__sub[data-content-is-expanded="true"] .bca-nav__sub-list-item[data-sub-content-is-current="true"] a {
          padding: 13px 20px 11px 35px;
          position: relative;
          color: #fff;
          font-weight: bold; }
          .bca-nav__sub[data-content-is-expanded="true"] .bca-nav__sub-list-item[data-sub-content-is-current="true"] a:link, .bca-nav__sub[data-content-is-expanded="true"] .bca-nav__sub-list-item[data-sub-content-is-current="true"] a:visited {
            color: #fff; }
    .bca-nav__sub[data-content-is-expanded="true"]:hover .bca-nav__sub-list::before {
      content: none; }
    .bca-nav__sub[data-content-type] .bca-nav__sub-title > a:before {
      width: 16px;
      text-align: center;
      margin-right: 10px; }
    .bca-nav__sub[data-content-type="dashboard"] .bca-nav__sub-title > a::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0; }
    .bca-nav__sub[data-content-type="contents"] .bca-nav__sub-title > a::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0; }
    .bca-nav__sub[data-content-type="system"] .bca-nav__sub-title > a::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0; }
  .bca-nav__system {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
    [data-bca-state="true"] .bca-nav__system-title-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .bca-nav__system-title {
      margin: 0; }
      .bca-nav__system-title button {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        text-align: left;
        font-size: 1.4rem;
        font-weight: bold;
        border: none;
        background: none;
        margin: 0;
        padding: 12px 10px 12px 10px;
        width: 100%;
        height: 100%;
        color: #424f44;
        cursor: pointer;
        outline: none; }
        .bca-nav__system-title button::before {
          font-size: 95%;
          font-stretch: normal;
          margin: 0 .3em 0 0; }
      .bca-nav__system-title-icon {
        display: inline-block;
        margin: 0;
        transition: 0.1s all;
        vertical-align: middle;
        margin-right: 6px;
        float: right; }
    .bca-nav__system-list-item {
      padding: 0;
      position: relative; }
      .bca-nav__system-list-item:hover {
        color: #6fa83d; }
        .bca-nav__system-list-item:hover .bca-nav__system-sub-list {
          display: block;
          background: #eeeeea;
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          z-index: 10; }
          .bca-nav__system-list-item:hover .bca-nav__system-sub-list::before {
            content: "";
            display: block;
            position: absolute;
            z-index: 20;
            top: 10px;
            left: -20px;
            border: 10px solid;
            border-color: transparent #eeeeea transparent transparent; }
      .bca-nav__system-list-item-title {
        margin: 0;
        padding: 0; }
        .bca-nav__system-list-item-title-label {
          display: block;
          vertical-align: middle;
          padding: 12px 10px 12px 10px; }
          .bca-nav__system-list-item-title-label:before {
            display: inline-block;
            width: 16px;
            text-align: center;
            margin-right: 10px !important; }
          .bca-nav__system-list-item-title-label:link, .bca-nav__system-list-item-title-label:visited {
            color: #424f44; }
          .bca-nav__system-list-item-title-label:hover {
            text-decoration: none;
            color: #424f44;
            background: #ddd; }
      .bca-nav__system-list-item[data-sub-content-is-current="true"] .bca-nav__system-list-item-title {
        background-color: #424f44; }
        .bca-nav__system-list-item[data-sub-content-is-current="true"] .bca-nav__system-list-item-title-label {
          color: #fff; }
          .bca-nav__system-list-item[data-sub-content-is-current="true"] .bca-nav__system-list-item-title-label:hover {
            background-color: #424f44; }
    .bca-nav__system-sub-list {
      display: none;
      margin: 0;
      list-style: none;
      position: absolute;
      top: 0;
      left: 100%;
      min-width: 200px;
      padding-left: 0;
      padding-top: 11px;
      padding-bottom: 11px; }
      .bca-nav__system-sub-list-item {
        margin: 0; }
        .bca-nav__system-sub-list-item a {
          font-size: 1.3rem;
          padding: 7px 20px 5px 35px;
          color: #424f44;
          display: block;
          white-space: nowrap; }
        .bca-nav__system-sub-list-item a:hover {
          font-weight: bold;
          text-decoration: none; }
    .bca-nav__system-list-item[data-sub-content-is-expanded="true"] .bca-nav__system-list-item-title {
      background-color: #ddd; }
    .bca-nav__system-list-item[data-sub-content-is-expanded="true"] .bca-nav__system-title {
      color: #424f44;
      background: #424f44;
      cursor: default; }
    .bca-nav__system-list-item[data-sub-content-is-expanded="true"] .bca-nav__system-sub-list {
      display: block;
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      -webkit-transform: none;
              transform: none;
      box-shadow: none;
      background: #f8f8f8;
      padding: 0;
      color: #424f44; }
      .bca-nav__system-list-item[data-sub-content-is-expanded="true"] .bca-nav__system-sub-list-item a {
        padding: 6px 20px 5px 35px;
        white-space: inherit; }
      .bca-nav__system-list-item[data-sub-content-is-expanded="true"] .bca-nav__system-sub-list-item[data-sub-item-is-current="true"] {
        background: #424f44; }
        .bca-nav__system-list-item[data-sub-content-is-expanded="true"] .bca-nav__system-sub-list-item[data-sub-item-is-current="true"] a {
          padding: 13px 20px 11px 35px;
          position: relative;
          color: #fff;
          font-weight: bold; }
    .bca-nav__system-list-item[data-sub-content-is-expanded="true"]:hover .bca-nav__system-sub-list::before {
      content: none; }
    .bca-nav__system-list-item[data-system-type] .bca-nav__system-item-list-title > a::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0;
      width: 16px;
      text-align: center; }
    .bca-nav__system-list-item[data-system-type="siteconfigs"] .bca-nav__system-list-item-title > a::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0; }
    .bca-nav__system-list-item[data-system-type="users"] .bca-nav__system-list-item-title > a::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0; }
    .bca-nav__system-list-item[data-system-type="sites"] .bca-nav__system-list-item-title > a::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0; }
    .bca-nav__system-list-item[data-system-type="theme"] .bca-nav__system-list-item-title > a::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0; }
    .bca-nav__system-list-item[data-system-type="plugin"] .bca-nav__system-list-item-title > a::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0; }
    .bca-nav__system-list-item[data-system-type="tools"] .bca-nav__system-list-item-title > a::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0; }
    .bca-nav__system-list-item[data-sub-content-is-current="true"] .bca-nav__system-list-item-title {
      background-color: #424f44; }
      .bca-nav__system-list-item[data-sub-content-is-current="true"] .bca-nav__system-list-item-title-label {
        color: #fff; }
    .bca-nav__system-list-item[data-sub-content-is-expanded="true"] .bca-nav__system-sub-list {
      display: block;
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      -webkit-transform: none;
              transform: none;
      box-shadow: none;
      padding-top: 0;
      color: #424f44; }
    .bca-nav__system-list-item[data-sub-content-is-expanded="true"] .bca-nav__system-list-item-title {
      background-color: #ddd; }
    .bca-nav__system-sub-list {
      display: none;
      margin: 0;
      list-style: none;
      position: absolute;
      top: 0;
      left: 100%;
      min-width: 200px;
      padding-left: 0;
      padding-top: 11px;
      padding-bottom: 11px; }
      .bca-nav__system-sub-list-item {
        margin: 0; }
        .bca-nav__system-sub-list-item a {
          font-size: 1.3rem;
          padding: 7px 20px 5px 35px;
          color: #424f44;
          display: block; }
        .bca-nav__system-sub-list-item a:hover {
          font-weight: bold;
          text-decoration: none; }
        .bca-nav__system-sub-list-item[data-sub-item-is-current="true"] {
          background: #424f44; }
          .bca-nav__system-sub-list-item[data-sub-item-is-current="true"] a {
            position: relative;
            padding-left: 35px;
            color: #fff;
            font-weight: bold;
            padding-top: 13px;
            padding-bottom: 11px; }

.bca-nav-favorite {
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  background: #eeeeea; }
  .bca-nav-favorite-title {
    margin: 0;
    font-weight: bold; }
    .bca-nav-favorite-title-button {
      display: block !important;
      padding: 12px !important;
      vertical-align: middle;
      width: 100% !important;
      margin: 0;
      color: #424f44 !important;
      font-size: 14px !important;
      font-weight: bold;
      text-align: left !important; }
      .bca-nav-favorite-title-button::before {
        font-size: 95%;
        font-stretch: normal;
        margin: 0 .3em 0 0;
        margin: 0 .3em 0 0; }
    [data-bca-state="open"] .bca-nav-favorite-title-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .bca-nav-favorite-title-icon {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px;
      float: right;
      transition: 0.1s all; }
  .bca-nav-favorite-list {
    display: none;
    margin: 0;
    list-style: none;
    padding: 0 0 4px 21px; }
    .bca-nav-favorite-list-item {
      font-size: .875em;
      display: block; }
      .bca-nav-favorite-list-item a {
        position: relative;
        display: block;
        padding: 6px 20px 5px 14px;
        font-size: 1.3rem; }
        .bca-nav-favorite-list-item a:before {
          position: absolute;
          left: 0;
          top: 4px;
          margin-right: 0; }
        .bca-nav-favorite-list-item a:link, .bca-nav-favorite-list-item a:visited {
          color: #424f44; }
        .bca-nav-favorite-list-item a:hover {
          font-weight: bold;
          color: #424f44;
          text-decoration: none; }
      .bca-nav-favorite-list-item-label {
        display: inline-block; }
  .bca-nav-favorite-functions {
    font-size: .75em;
    list-style: none;
    padding-left: 8px; }
    .bca-nav-favorite-functions-add {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      color: #6fa83d; }
      .bca-nav-favorite-functions-add::before {
        font-size: 95%;
        font-stretch: normal;
        margin: 0 .3em 0 0;
        margin: 0 .3em 0 0; }
    .bca-nav-favorite-functions-help {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      color: #6fa83d;
      margin-left: 15px; }
      .bca-nav-favorite-functions-help::before {
        font-size: 95%;
        font-stretch: normal;
        margin: 0 .3em 0 0;
        margin: 0 .3em 0 0; }
  .bca-nav-favorite .no-data {
    text-align: left; }

.bca-btn-icon {
  display: inline-block;
  width: 1em;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #6fa83d;
  transition: all 0.2s; }
  .bca-btn-icon:hover {
    text-decoration: none;
    color: #424f44; }
  .bca-btn-icon[data-bca-btn-type=publish]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=unpublish]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=preview]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=edit]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=copy]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=delete]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=th-list]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=back-to-list]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=favorite]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=menuitem]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=add]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=help]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=permission]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=apply]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=home]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=login] {
    color: #fff;
    border: 1px solid #639536;
    background-image: linear-gradient(#6fa83d 10%, #639536 100%); }
    .bca-btn-icon[data-bca-btn-type=login]:hover, .bca-btn-icon[data-bca-btn-type=login]:focus {
      color: #fff;
      background-image: linear-gradient(#639536 10%, #639536 100%); }
  .bca-btn-icon[data-bca-btn-type=switch]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=open]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=textcopy]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=download]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=draggable]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=folder]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=file]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=up-directory]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=arrow-right]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=arrow-left]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=arrow-up]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=arrow-down]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=file-list]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=update]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-type=setting]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon[data-bca-btn-size=lg] {
    font-size: 2.4rem; }
  .bca-btn-icon[data-bca-btn-size=sm] {
    font-size: 1.4rem; }
  .bca-btn-icon[data-bca-btn-size=xs] {
    font-size: 1.2rem; }
  .bca-btn-icon[data-bca-btn-status=primary] {
    color: #fff;
    background: #6fa83d; }
    .bca-btn-icon[data-bca-btn-status=primary]::before {
      color: #fff; }
    .bca-btn-icon[data-bca-btn-status=primary]:hover {
      background: #424f44; }
  .bca-btn-icon[data-bca-btn-status=white] {
    color: #fff; }
    .bca-btn-icon[data-bca-btn-status=white]::before {
      color: #fff; }
    .bca-btn-icon[data-bca-btn-status=white]:hover {
      color: #fff; }
      .bca-btn-icon[data-bca-btn-status=white]:hover::before {
        color: #fff; }
  .bca-btn-icon[data-bca-btn-status=gray] {
    color: #424f44; }
    .bca-btn-icon[data-bca-btn-status=gray]::before {
      color: #eeeeea; }
    .bca-btn-icon[data-bca-btn-status=gray]:hover {
      color: #eeeeea; }
      .bca-btn-icon[data-bca-btn-status=gray]:hover::before {
        color: #eeeeea; }
  .bca-btn-icon[disabled] {
    color: #aaa;
    border-color: #ddd; }

.bca-btn-icon-text {
  display: inline-block;
  width: auto;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s; }
  .bca-btn-icon-text::before {
    margin-right: 0.2em; }
  .bca-btn-icon-text:hover {
    text-decoration: none;
    color: #424f44; }
  .bca-btn-icon-text[data-bca-btn-type=publish]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=unpublish]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=preview]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=edit]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=copy]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=delete]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=th-list]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=back-to-list]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=favorite]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=menuitem]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=add]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=help]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=permission]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=home]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=login] {
    color: #fff;
    border: 1px solid #639536;
    background-image: linear-gradient(#6fa83d 10%, #639536 100%); }
    .bca-btn-icon-text[data-bca-btn-type=login]:hover, .bca-btn-icon-text[data-bca-btn-type=login]:focus {
      color: #fff;
      background-image: linear-gradient(#639536 10%, #639536 100%); }
  .bca-btn-icon-text[data-bca-btn-type=open]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=textcopy]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=download]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-type=draggable]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn-icon-text[data-bca-btn-size=lg] {
    font-size: 2.4rem; }
  .bca-btn-icon-text[data-bca-btn-size=sm] {
    font-size: 1.4rem; }
  .bca-btn-icon-text[data-bca-btn-size=xs] {
    font-size: 1.2rem; }
  .bca-btn-icon-text[data-bca-btn-status=primary] {
    color: #fff;
    background: #6fa83d; }
    .bca-btn-icon-text[data-bca-btn-status=primary]::before {
      color: #fff; }
    .bca-btn-icon-text[data-bca-btn-status=primary]:hover {
      background: #424f44; }
  .bca-btn-icon-text[disabled] {
    color: #aaa;
    border-color: #ddd; }

/* BannerArea
----------------------------------------------- */
.bca-banners__ul {
  padding: 0; }

.bca-banners__li {
  margin-bottom: 2px;
  padding-left: 1px;
  padding-right: 1px;
  list-style: none; }

/* bca-action-table-listup
----------------------------------------------- */
.bca-action-table-listup select {
  margin-top: 0;
  margin-bottom: 0; }

.bca-action-table-listup select + button {
  position: relative; }

.bca-table[data-bca-table-type=type1] thead {
  text-align: center;
  font-weight: normal; }

.bca-table[data-bca-table-type=type1] tbody th, .bca-table[data-bca-table-type=type1] tbody td {
  padding: 5px; }

.bca-table[data-bca-table-type=type1] tbody th {
  padding-left: 0;
  text-align: left;
  font-weight: normal; }

.bca-table[data-bca-table-type=type2] {
  border-collapse: collapse;
  width: 100%; }
  .bca-table[data-bca-table-type=type2] th, .bca-table[data-bca-table-type=type2] td {
    padding: 1em;
    border: 1px solid #ddd; }
  .bca-table[data-bca-table-type=type2] thead th {
    text-align: left;
    font-weight: normal;
    font-size: 1.4rem;
    background-color: #eeeeea; }
  .bca-table[data-bca-table-type=type2] tbody th, .bca-table[data-bca-table-type=type2] tbody td {
    vertical-align: top; }
  .bca-table[data-bca-table-type=type2] tbody th {
    padding-left: 0;
    text-align: left;
    font-weight: normal; }
  .bca-table[data-bca-table-type=type2] .cel1 {
    width: 120px; }
  .bca-table[data-bca-table-type=type2] .bca-currentrow th, .bca-table[data-bca-table-type=type2] .bca-currentrow td {
    background: #6fa83d; }

/* list-table
----------------------------------------------- */
.bca-table-listup {
  border-top: 1px solid #eeeeea;
  border-collapse: collapse;
  width: auto;
  min-width: 100%;
  font-size: 1.4rem; }
  .bca-main-body .bca-table-listup {
    margin-top: 15px;
    margin-bottom: 15px; }
  .bca-table-listup__thead-th, .bca-table-listup__tbody-th, .bca-table-listup__tbody-td {
    padding: 1em 1em 1em 0.5em;
    text-align: left; }
  tr .bca-table-listup__thead-th {
    white-space: nowrap;
    vertical-align: middle;
    color: #424f44;
    background-color: #eeeeea;
    line-height: 1.6; }
    tr .bca-table-listup__thead-th--select {
      padding: 10px; }
      tr .bca-table-listup__thead-th--select input {
        margin: 0; }
      tr .bca-table-listup__thead-th--select a {
        color: #6fa83d; }
        tr .bca-table-listup__thead-th--select a .bca-btn-icon-text[data-bca-btn-type=draggable]::before {
          color: #6fa83d; }
  .bca-table-listup__a {
    display: inline-block;
    line-height: 1;
    color: #424f44; }
    .bca-table-listup__a .bca-icon--asc,
    .bca-table-listup__a .bca-icon--desc {
      position: relative;
      top: -2px;
      display: inline-block;
      margin-right: 0.1em;
      height: 1em;
      overflow: hidden;
      opacity: 0.5; }
      .bca-table-listup__a .bca-icon--asc:before,
      .bca-table-listup__a .bca-icon--desc:before {
        line-height: 1;
        font-size: 1.5em; }
    .bca-table-listup__a:hover .bca-icon--asc,
    .bca-table-listup__a:hover .bca-icon--desc, .bca-table-listup__a.asc .bca-icon--asc,
    .bca-table-listup__a.asc .bca-icon--desc, .bca-table-listup__a.desc .bca-icon--asc,
    .bca-table-listup__a.desc .bca-icon--desc {
      opacity: 1; }
  .bca-table-listup__img {
    vertical-align: middle; }
  .bca-table-listup__tbody-th, .bca-table-listup__tbody-td {
    border: none;
    border-bottom: 1px solid #eeeeea; }
    tr:hover .bca-table-listup__tbody-th, tr:hover .bca-table-listup__tbody-td {
      background: #f8f8f8;
      cursor: pointer; }
  .bca-table-listup__tbody-th {
    white-space: nowrap; }
  .bca-table-listup__tbody-td {
    line-height: 1.6; }
    .bca-table-listup__tbody-td--select {
      padding: 10px;
      width: 12.5px; }
      .bca-table-listup__tbody-td--select input {
        margin: 0; }
    .bca-table-listup__tbody-td--title {
      min-width: 200px;
      max-width: 500px;
      font-size: 1.3rem; }
    .bca-table-listup__tbody-td--category {
      min-width: 100px; }
    .bca-table-listup__tbody-td--tag {
      min-width: 100px; }
      .bca-table-listup__tbody-td--tag .tag:after {
        content: ', '; }
      .bca-table-listup__tbody-td--tag .tag:last-child:after {
        content: none; }
    .bca-table-listup__tbody-td--date {
      white-space: nowrap; }
    .bca-table-listup__tbody-td--actions {
      padding-left: 1rem;
      padding-right: 1rem;
      white-space: nowrap; }
      .bca-table-listup__tbody-td--actions .bca-btn-icon {
        margin-right: 0.2em; }
  .bca-table-listup .disablerow th, .bca-table-listup .disablerow td {
    background-color: #ccc; }
  .bca-table-listup .eye_catch-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; }
  .bca-table-listup .eye_catch {
    margin-right: 10px;
    width: 50px; }
    .bca-table-listup .eye_catch img {
      width: 100%; }
  .bca-table-listup [data-bca-text-size=lg] {
    font-size: 1.6rem; }
  .bca-table-listup .bca-currentrow th, .bca-table-listup .bca-currentrow td {
    background: #6fa83d;
    color: #FFF; }

/* Crumb
----------------------------------------------- */
.bca-content-menu {
  padding: 0; }
  .bca-content-menu__item {
    font-size: 1.3rem;
    display: inline-block;
    margin-left: 1em;
    padding: 0;
    background: none; }
  .bca-content-menu__link {
    color: #424f44; }

.bca-content-info__title {
  margin: 0 0 10px;
  font-size: 1.4rem; }

.bca-content-info__list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none; }
  .bca-content-info__list-item {
    font-size: 1.4rem;
    line-height: 1.5; }

.bca-feed__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .bca-feed__list-item {
    padding-bottom: 9px;
    margin-bottom: 8px;
    line-height: 1.5;
    border-bottom: 1px solid #eeeeea; }
    .bca-feed__list-item-date {
      font-size: 80%; }

.bca-update-log__list {
  margin: 20px 0 30px;
  padding: 0;
  list-style: none; }
  .bca-update-log__list-item {
    padding-bottom: 9px;
    margin-bottom: 8px;
    line-height: 1.5;
    border-bottom: 1px solid #eeeeea; }
    .bca-update-log__list-item .date {
      font-size: 80%; }

.bca-search {
  font-size: 1.6rem;
  border-bottom: 1px solid #eeeeea;
  margin-bottom: 20px;
  align-self: auto;
  background-color: #fff; }
  .bca-search__head {
    margin: 0;
    padding: 10px;
    border: none;
    font-size: 1em;
    font-weight: normal; }
    .bca-search__head a {
      display: block;
      padding: 10px; }
      .bca-search__head a:hover {
        text-decoration: none; }
  .bca-search__body {
    margin: 0;
    padding: 0 1em 2em;
    display: none; }
  .bca-search__input-list {
    margin-top: 0;
    /*display: flex;
    justify-content: space-between;
    align-items: flex-start;*/ }
  .bca-search__input-item {
    font-size: .875em;
    /*flex: 0 1 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    display: block;*/
    display: inline-block;
    margin-right: 0.2vw; }
    .bca-search__input-item-label {
      display: block;
      margin: 0 0 8px 4px; }
  .bca-search__btns {
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    margin: 1em 0 0 4px; }
    .bca-search__btns-item {
      margin: 0 1em 0 0;
      display: inline-block; }

/* bca-pagination
----------------------------------------------- */
/* pagination
----------------------------------------------- */
.bca-pagination {
  display: block;
  padding-right: 0;
  line-height: 32px;
  text-align: right; }
  .bca-pagination .bca-page-numbers {
    display: inline-block;
    margin-right: 20px;
    vertical-align: bottom; }
  .bca-pagination .bca-page-result {
    display: inline-block;
    margin: 0 5px 0;
    vertical-align: bottom; }
  .bca-pagination span a,
  .bca-pagination span span a,
  .bca-pagination .disabled,
  .bca-pagination .current {
    display: inline-block;
    float: left;
    margin: 0 2px;
    padding: 0;
    width: 28px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    font-size: 15px;
    border: 1px solid #e2e2e2;
    text-decoration: none;
    box-sizing: border-box; }
  .bca-pagination .current {
    border: none;
    color: #424f44 !important; }
  .bca-pagination .disabled {
    color: #ccc !important; }
  .bca-pagination span span a {
    color: #424f44; }
    .bca-pagination span span a:hover {
      background-color: #424f44;
      color: #FFFFFF; }
  .bca-pagination .current {
    background-color: #fff;
    color: #999; }
  .bca-pagination .next, .bca-pagination .prev {
    border-color: #eeeeea;
    background-color: #eeeeea; }
    .bca-pagination .next a, .bca-pagination .prev a {
      color: #424f44;
      border-color: #eeeeea;
      background-color: #eeeeea; }
      .bca-pagination .next a:hover, .bca-pagination .prev a:hover {
        background-color: #424f44;
        color: #fff; }
  .bca-pagination .disabled,
  .bca-pagination .disabled:hover {
    color: #999;
    border-color: #eeeeea;
    background-color: #eeeeea; }

/* bca-totop
----------------------------------------------- */
/* ToTop
----------------------------------------------- */
.bca-totop {
  display: block;
  clear: both;
  text-align: right;
  margin-top: 30px;
  padding-bottom: 15px; }
  .bca-totop a {
    border: 1px solid #424f44;
    padding: 4px 10px;
    text-decoration: none;
    font-size: 10px;
    color: #424f44; }
    .bca-totop a:hover {
      background-color: #424f44;
      color: #fff; }

/* ==================================================================== */
/*    Login
/* ==================================================================== */
.bca-login {
  position: relative;
  z-index: 100;
  max-width: 500px;
  margin: 30px auto;
  padding: 40px 25px 25px;
  border-radius: 5px;
  background: #fff;
  font-size: 1.4rem; }
  .bca-login,
  .bca-login *,
  .bca-login *::before,
  .bca-login *::after {
    box-sizing: border-box; }
  .bca-login__title {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    color: #6fa83d;
    font-weight: bold;
    font-size: 4rem; }
  .bca-login__logo {
    width: 230px; }
  .bca-login-form-item {
    position: relative;
    display: block; }
    .bca-login-form-item label {
      color: #424f44;
      font-size: 1.2rem;
      display: block;
      position: absolute;
      top: 50%;
      right: 1.2em;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      pointer-events: none; }
    .bca-login-form-item .bca-textbox {
      display: block; }
      .bca-login-form-item .bca-textbox .bca-textbox__input {
        display: block;
        width: 100%;
        height: 52px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin: 0 0 20px;
        padding: 0.69em 1em;
        color: #424f44;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
        .bca-login-form-item .bca-textbox .bca-textbox__input:focus {
          border-color: #6fa83d;
          border-width: 1px;
          outline: none; }
  .bca-login button.bca-btn--login {
    font-size: 1.6rem;
    line-height: 1;
    display: block;
    width: 100%;
    height: 52px; }
  .bca-login .bca-login-form-ctrl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 20px;
    overflow: hidden; }

#AdminUsersLogin .bca-main__contents {
  border: none;
  background: none; }

.bca-list-num {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1; }
  .bca-list-num__title {
    font-weight: bold;
    padding-right: 0.5rem; }
  .bca-list-num__data {
    margin: 0;
    padding: 0;
    font-size: 1.4rem; }

.bca-form-table {
  font-size: 1.4rem;
  width: 100%;
  table-layout: auto;
  font-weight: normal; }
  .bca-form-table__label {
    vertical-align: top;
    width: 250px;
    padding: 1.4em 2em 1em 0;
    font-weight: normal;
    border-bottom: 1px solid #eeeeea;
    text-align: left; }
    .bca-form-table__label.-label {
      display: block;
      border: none; }
    .bca-form-table__label label {
      padding: 0.2em 0 0;
      margin-bottom: 0; }
    .bca-form-table__label .bca-label {
      position: relative;
      top: -0.15em;
      margin-top: 0;
      margin-bottom: 0; }
  .bca-form-table__input {
    padding: 1em 0 1em;
    vertical-align: top;
    border-bottom: 1px solid #eeeeea;
    font-weight: normal; }
  .bca-form-table__input-wrap {
    display: block;
    padding: 0; }
  .bca-form-table tr:last-child th,
  .bca-form-table tr:last-child td {
    border-bottom: none !important; }
  .bca-form-table__group-state {
    display: flex;
    flex-wrap: wrap; }
    .bca-form-table__group-state .bca-radio-group {
      margin-right: 1em; }
  .bca-form-table__inner-table-label {
    padding: 0.5em 1em 0.5em 0;
    font-weight: normal;
    text-align: left;
    vertical-align: middle; }
  .bca-form-table__inner-table-input {
    padding: 0.5em 0;
    vertical-align: top;
    vertical-align: middle; }
  .bca-form-table__inner-submit {
    margin: 1em 0 0; }
  .bca-form-table .bca-post__url {
    display: block;
    margin-top: 0.5em;
    font-size: 1.4rem;
    font-weight: bold; }
  .bca-form-table .bca-mailContentSender1 {
    margin-top: 1em;
    margin-left: 2em; }
  .bca-form-table[data-bca-table-type=type2] {
    font-size: 1.4rem;
    width: 100%;
    table-layout: auto;
    border-bottom: none; }
    .bca-form-table[data-bca-table-type=type2] .bca-form-table__label {
      vertical-align: top;
      width: 250px;
      padding-left: 0.2em;
      text-align: left;
      white-space: nowrap; }
      .bca-form-table[data-bca-table-type=type2] .bca-form-table__label.-label {
        display: block;
        border: none; }
      .bca-form-table[data-bca-table-type=type2] .bca-form-table__label label {
        display: inline-block;
        padding: 0.2em 0 0;
        margin-bottom: 0; }
      .bca-form-table[data-bca-table-type=type2] .bca-form-table__label .bca-label {
        position: relative;
        top: -0.15em;
        margin-top: 0;
        margin-bottom: 0; }
    .bca-form-table[data-bca-table-type=type2] .bca-form-table__input {
      vertical-align: top;
      font-weight: normal; }
      .bca-form-table[data-bca-table-type=type2] .bca-form-table__input .bca-select,
      .bca-form-table[data-bca-table-type=type2] .bca-form-table__input .bca-textbox,
      .bca-form-table[data-bca-table-type=type2] .bca-form-table__input .bca-textarea {
        position: relative;
        margin-top: -0.5em;
        margin-left: -4px; }
    .bca-form-table[data-bca-table-type=type2] .bca-form-table__explanation {
      display: inline-block;
      margin-left: 1em;
      font-size: 1.2rem;
      color: #666; }
    .bca-form-table[data-bca-table-type=type2] .btn.help {
      position: relative;
      margin-bottom: -3px;
      margin-left: 3px; }
  .bca-form-table .bca-help {
    font-size: 20px; }

#BasicSetting table {
  border-bottom: 1px solid #eeeeea;
  margin-bottom: 20px; }

.message {
  color: #0087bc;
  font-weight: normal;
  margin: 20px;
  line-height: 1.6; }

#MessageBox .message,
#MessageBox .notice-message,
#BcMessageBox .notice-message,
#UpdateMessage {
  color: #0087bc; }
  #MessageBox .message::before,
  #MessageBox .notice-message::before,
  #BcMessageBox .notice-message::before,
  #UpdateMessage::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0;
    margin: 0 .3em 0 0; }

#MessageBox .alert-message,
#authMessage,
#AlertMessage,
#BcMessageBox .alert-message {
  color: #f20014 !important; }
  #MessageBox .alert-message::before,
  #authMessage::before,
  #AlertMessage::before,
  #BcMessageBox .alert-message::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0;
    margin: 0 .3em 0 0; }

/* flashMessage
----------------------------------------------- */
#authMessage,
#flashMessage,
#AlertMessage,
#BcSystemMessage,
#UpdateMessage {
  padding: 10px 10px 10px 25px;
  margin: 20px 0;
  font-size: 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: normal; }

#BcMessageBox {
  display: none; }

/* Help,Search,Limit共通設定
----------------------------------------------- */
#Help .head, #Limit .head {
  padding: 0;
  margin: 0; }

#Help .body, #Limit .body {
  margin: 10px auto;
  text-align: center;
  vertical-align: middle; }

#Help .close, #Limit .close {
  float: right;
  margin: 0;
  padding: 0;
  cursor: pointer; }

#Help h2, #Limit h2 {
  border: none;
  margin: 0;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: normal; }

/* Help
----------------------------------------------- */
#Help {
  display: none;
  border-bottom: 1px solid #eeeeea;
  padding: 20px;
  background-color: #FFF;
  overflow: hidden;
  line-height: 1.6; }

#Help .body {
  text-align: left; }

#Help .example-box {
  padding: 15px;
  border: 3px solid #DDD;
  margin-bottom: 20px;
  color: #000; }

#Help .example-box .head {
  font-weight: bold; }

#Help ul,
#Help ol {
  margin-left: 0;
  padding-left: 20px;
  list-style-position: outside; }

#Help li {
  /*padding: 0 20px;*/
  margin: 5px 0;
  line-height: 1.6; }

#Help li img {
  vertical-align: middle; }

table.cake-sql-log {
  width: 90%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  color: #333;
  background-color: #fff;
  clear: both;
  padding: 0;
  margin: 0 0 1em 0;
  white-space: normal;
  border-collapse: separate;
  margin: 20px auto; }

table.cake-sql-log caption {
  font-weight: bold;
  text-align: center; }

table.cake-sql-log th {
  background-color: #e2e2e2;
  padding: 4px 8px;
  font-weight: bold;
  text-align: center;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FFFFFF;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #FFFFFF;
  font-size: 0.8em; }

table.cake-sql-log tr td {
  background-color: #F7F7F7;
  padding: 6px 8px;
  vertical-align: top;
  text-align: left;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  font-size: 0.8em; }

.bca-btn, .ui-dialog-buttonset button, .button-small {
  display: inline-block;
  border-radius: 3px;
  padding: 0.7em 1em 0.6em;
  line-height: 1.2;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 1.4rem;
  box-sizing: border-box;
  outline: none;
  color: #424f44;
  text-decoration: none;
  background-image: linear-gradient(white 10%, #f4f5f1 100%);
  transition: all .3s ease-out 0s;
  white-space: nowrap; }
  .bca-btn::before, .ui-dialog-buttonset button::before, .button-small::before {
    margin-right: 4px;
    color: #424f44; }
  .bca-btn:hover, .ui-dialog-buttonset button:hover, .button-small:hover {
    text-decoration: none;
    color: #424f44;
    background-color: #eeeeea;
    background-image: linear-gradient(white 100%, white 100%); }
  .bca-btn:focus, .ui-dialog-buttonset button:focus, .button-small:focus {
    box-shadow: 0 0 4px 0px #6fa83d; }

.bca-btn[data-bca-btn-type=publish]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=unpublish]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=edit]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=copy]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=save] {
  color: #fff;
  border: none;
  background: #6fa83d; }
  .bca-btn[data-bca-btn-type=save]::before {
    color: #fff; }
  .bca-btn[data-bca-btn-type=save]:hover {
    color: #fff;
    background: #424f44; }

.bca-btn[data-bca-btn-type=delete]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=back-to-list]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=favorite]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=menuitem]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=add] {
  color: #fff;
  border: none;
  background: #6fa83d; }
  .bca-btn[data-bca-btn-type=add]::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-btn[data-bca-btn-type=add]::before {
    color: #fff; }
  .bca-btn[data-bca-btn-type=add]:hover {
    color: #fff;
    background: #424f44; }

.bca-btn[data-bca-btn-type=help]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=permission]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=home]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=login] {
  color: #fff;
  border: 1px solid #639536;
  background-image: linear-gradient(#6fa83d 10%, #639536 100%); }
  .bca-btn[data-bca-btn-type=login]:hover, .bca-btn[data-bca-btn-type=login]:focus {
    color: #fff;
    background-image: linear-gradient(#639536 10%, #639536 100%); }

.bca-btn[data-bca-btn-type=search]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=clear]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=textcopy]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=download]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-type=draggable]::before {
  font-size: 95%;
  font-stretch: normal;
  margin: 0 .3em 0 0; }

.bca-btn[data-bca-btn-size=xl] {
  font-size: 2rem; }

.bca-btn[data-bca-btn-size=lg] {
  font-size: 1.6rem; }

.bca-btn[data-bca-btn-size=sm] {
  font-size: 1.2rem; }

.bca-btn[data-bca-btn-size=xs] {
  font-size: 1.1rem;
  font-size: 0.78rem;
  padding: .6em .8em .4em; }

.bca-btn[data-bca-btn-width=xl] {
  padding-right: 5em;
  padding-left: 5em; }

.bca-btn[data-bca-btn-width=lg] {
  padding-right: 3em;
  padding-left: 3em; }

.bca-btn[data-bca-btn-category=text] {
  font-size: 1.4rem;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  color: #6fa83d; }
  .bca-btn[data-bca-btn-category=text]:hover {
    text-decoration: underline; }

.bca-btn[data-bca-btn-color=danger] {
  transition: none; }
  .bca-btn[data-bca-btn-color=danger]:hover {
    color: #fff;
    background: #f20014;
    border-color: #f20014; }
    .bca-btn[data-bca-btn-color=danger]:hover::before {
      color: #fff; }

.bca-btn[data-bca-btn-status=primary] {
  color: #fff;
  background: #6fa83d; }
  .bca-btn[data-bca-btn-status=primary]::before {
    color: #fff; }
  .bca-btn[data-bca-btn-status=primary]:hover {
    color: #fff;
    background: #424f44; }

.bca-btn[disabled] {
  color: #aaa;
  border-color: #ddd; }

.bca-radio {
  display: inline-block;
  min-height: 1.5em;
  margin: 0.2em 1em 0 0;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1.6rem; }
  .bca-radio[data-bca-radio-size=lg] {
    font-size: 2rem; }
  .bca-radio[data-bca-radio-size=sm] {
    font-size: 1.4rem; }
  .bca-radio-group {
    margin-bottom: -0.5em; }
    .bca-radio-group br + .bca-radio {
      margin-top: .5em; }
  .bca-radio__input {
    opacity: 0;
    width: 0px;
    height: 0px;
    margin: 0px; }
    .bca-radio__input + label {
      display: inline-block;
      position: relative;
      cursor: pointer;
      padding-left: 2em;
      font-size: 1.4rem; }
    .bca-radio__input[data-bca-radio-size=lg] + label {
      font-size: 2rem; }
    .bca-radio__input[data-bca-radio-size=sm] + label {
      font-size: 1.4rem; }
    .bca-radio__input + label:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 1.5em;
      height: 1.5em;
      box-sizing: border-box;
      margin: auto;
      border: 1px solid #ccc;
      border-radius: 50%; }
    .bca-radio__input:checked + label:before {
      background: #6fa83d;
      box-shadow: 0 0 0px 4px #fff inset; }
    .bca-radio__input:focus + label:before {
      box-shadow: 0 0 0px 4px #fff inset, 0 0 4px 0px #6fa83d;
      border-color: #6fa83d;
      border-width: 1px; }
  .bca-radio__label {
    margin-bottom: 0; }

.bca-checkbox {
  display: inline-block;
  min-height: 1.5em;
  margin: 0.2em 1em 0 0;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1.6rem; }
  .bca-checkbox[data-bca-checkbox-size=lg] {
    font-size: 2rem; }
  .bca-checkbox[data-bca-checkbox-size=sm] {
    font-size: 1.4rem; }
  .bca-checkbox-group {
    margin-bottom: -0.5em; }
    .bca-checkbox-group .bca-checkbox {
      margin-bottom: 0.5em; }
  .bca-checkbox__input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: #cccccc; }
    .bca-checkbox__input:checked + label:after,
    .bca-checkbox__input:checked + .bca-checkbox-label:after {
      display: block; }
    .bca-checkbox__input:focus + label:before,
    .bca-checkbox__input:focus + .bca-checkbox-label:before {
      box-shadow: 0 0 4px 0px #6fa83d;
      border-color: #6fa83d;
      border-width: 1px; }
  .bca-checkbox__input + label, .bca-checkbox__label {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    box-sizing: border-box;
    line-height: 1.15;
    font-size: 1.4rem; }
    .bca-checkbox__input + label:after, .bca-checkbox__input + label:before, .bca-checkbox__label:after, .bca-checkbox__label:before {
      box-sizing: border-box; }
    .bca-checkbox__input + label:before, .bca-checkbox__label:before {
      content: "";
      vertical-align: middle;
      display: inline-block;
      margin-top: -0.2em;
      width: 1.5em;
      height: 1.5em;
      border: 2px solid #ccc;
      border-radius: 2px;
      box-sizing: border-box;
      margin-right: 0.5em;
      background: #FFFFFF; }
    .bca-checkbox__input + label:after, .bca-checkbox__label:after {
      position: absolute;
      top: 0em;
      left: 0.5em;
      content: "";
      display: none;
      width: 0.5em;
      height: 0.9em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-right: 0.24em solid #6fa83d;
      border-bottom: 0.24em solid #6fa83d; }
    .bca-checkbox__input + label[data-bca-checkbox-size=lg], .bca-checkbox__label[data-bca-checkbox-size=lg] {
      font-size: 2rem; }
    .bca-checkbox__input + label[data-bca-checkbox-size=sm], .bca-checkbox__label[data-bca-checkbox-size=sm] {
      font-size: 1.4rem; }

.bca-select__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../../img/admin/icn_select.svg) no-repeat center right 0.5em/10px auto, #FFFFFF;
  font-size: 1.4rem;
  padding: 0.7em 2.2em 0.6em 1.2em;
  border: 1px solid #ccc;
  line-height: 1.2;
  outline: none;
  border-radius: 3px;
  color: #424f44;
  margin: 4px; }
  .bca-select__select[data-bca-select-size=lg] {
    font-size: 1.6rem; }
  .bca-select__select[data-bca-select-size=sm] {
    font-size: 1.2rem; }
  .bca-select__select:focus {
    box-shadow: 0 0 4px 0px #6fa83d;
    border-color: #6fa83d;
    border-width: 1px; }

/* bca-data-list
----------------------------------------------- */
.bca-data-list {
  margin-bottom: 15px; }
  .bca-data-list__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px; }
  .bca-data-list__sub {
    flex: 1;
    text-align: right;
    display: inline-flex;
    flex-direction: column; }
  .bca-data-list__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px; }

.bca-label {
  font-size: 1.1rem;
  display: inline-block;
  color: #FFF;
  background: #444;
  margin: .5em .55em .5em;
  padding: .1em .6em;
  line-height: 1.8; }
  .bca-label[data-bca-label-type="required"] {
    white-space: nowrap;
    background: #f20014;
    border-radius: 3px; }
  .bca-label[data-bca-label-type="optional"] {
    background: #00E; }

.bca-panel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .bca-panel > * {
    width: calc(33.33% - 20px); }
  .bca-panel-box {
    padding: 25px 20px;
    margin: 0 0 20px;
    background: #fff;
    border: 1px solid #eeeeea; }
    .bca-panel-box__title {
      margin: 0 0 30px 0;
      font-size: 2rem;
      font-weight: normal; }
    .bca-panel-box__inline-fields {
      display: flex;
      justify-content: flex-start;
      align-items: stretch; }
      .bca-panel-box__inline-fields-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        white-space: nowrap; }
        .bca-panel-box__inline-fields-item .bca-radio-group {
          margin-bottom: 0; }
      .bca-panel-box__inline-fields-title {
        font-weight: bold;
        display: inline-block;
        margin-right: 0.5em;
        white-space: nowrap; }
      .bca-panel-box__inline-fields-separator {
        width: 1px;
        background: #eeeeea;
        margin: 0 2em; }
        .bca-panel-box__inline-fields-separator::before {
          content: "";
          display: block; }

/* 古いスタイル インストール画面など
----------------------------------------------- */
.bca-main__body div.float-left {
  float: left;
  width: 33%; }

.bca-textbox-color {
  display: inline-block; }
  .bca-textbox-color__input {
    display: inline-block;
    outline: none;
    padding: 0.7em 0.5em 0.6em 0.5em;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    line-height: 1.2;
    font-size: 1.6rem;
    color: #424f44;
    margin: 4px; }
    .bca-textbox-color__input[data-input-text-size=lg] {
      font-size: 1.6rem; }
    .bca-textbox-color__input[data-input-text-size=sm] {
      font-size: 1.2rem; }
    .bca-textbox-color__input[data-input-text-size=full-counter] {
      width: calc(100% - 80px); }
    .bca-textbox-color__input[data-margin=bottom] {
      margin-bottom: 10px; }
    .bca-textbox-color__input:focus {
      box-shadow: 0 0 4px 0px #6fa83d;
      border-color: #6fa83d;
      border-width: 1px; }

.bca-textbox {
  display: inline-block; }
  .bca-textbox__input {
    display: inline-block;
    outline: none;
    padding: 0.7em 0.5em 0.6em 0.5em;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    line-height: 1.2;
    font-size: 1.4rem;
    color: #424f44;
    margin: 4px; }
    .bca-textbox__input[data-input-text-size=lg] {
      font-size: 1.6rem; }
    .bca-textbox__input[data-input-text-size=sm] {
      font-size: 1.2rem; }
    .bca-textbox__input[data-input-text-size=full-counter] {
      width: calc(100% - 80px); }
    .bca-textbox__input[data-margin=bottom] {
      margin-bottom: 10px; }
    .bca-textbox__input:focus {
      box-shadow: 0 0 4px 0px #6fa83d;
      border-color: #6fa83d;
      border-width: 1px; }
    .bca-textbox__input::-webkit-input-placeholder {
      color: #c9c8c8; }
    .bca-textbox__input::-moz-placeholder {
      color: #c9c8c8; }
    .bca-textbox__input::-ms-input-placeholder {
      color: #c9c8c8; }
    .bca-textbox__input::placeholder {
      color: #c9c8c8; }

.bca-textarea {
  display: inline;
  width: 100%; }
  .bca-textarea__textarea {
    display: inline-block;
    outline: none;
    padding: 0.7em 0.5em 0.6em 0.5em;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    line-height: 1.6;
    font-size: 1.6rem;
    color: #424f44;
    margin: 4px;
    width: calc(100% - 80px); }
    .bca-textarea__textarea[data-input-text-size=lg] {
      font-size: 1.6rem; }
    .bca-textarea__textarea[data-input-text-size=sm] {
      font-size: 1.2rem; }
    .bca-textarea__textarea[data-input-text-size=full-counter] {
      width: calc(100% - 120px); }
    .bca-textarea__textarea[data-width=full] {
      width: calc(100% - 80px); }
    .bca-textarea__textarea:focus {
      box-shadow: 0 0 4px 0px #6fa83d;
      border-color: #6fa83d;
      border-width: 1px; }
    .bca-textarea__textarea::-webkit-input-placeholder {
      color: #c9c8c8; }
    .bca-textarea__textarea::-moz-placeholder {
      color: #c9c8c8; }
    .bca-textarea__textarea::-ms-input-placeholder {
      color: #c9c8c8; }
    .bca-textarea__textarea::placeholder {
      color: #c9c8c8; }

.bca-file__delete {
  display: inline-block;
  margin: 0 1em .4em 0;
  white-space: nowrap;
  cursor: pointer; }
  .bca-file__delete-input {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: #cccccc; }
    .bca-file__delete-input:checked + label:after,
    .bca-file__delete-input:checked + .bca-checkbox-label:after {
      display: block; }
    .bca-file__delete-input:focus + label:before,
    .bca-file__delete-input:focus + .bca-file__delete-label:before {
      box-shadow: 0 0 4px 0px #6fa83d; }
  .bca-file__delete-input + label, .bca-file__delete-label {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.15;
    font-size: 1.4rem; }
    .bca-file__delete-input + label:after, .bca-file__delete-input + label:before, .bca-file__delete-label:after, .bca-file__delete-label:before {
      box-sizing: border-box; }
    .bca-file__delete-input + label:before, .bca-file__delete-label:before {
      content: "";
      vertical-align: middle;
      display: inline-block;
      margin-top: -0.2em;
      width: 1.5em;
      height: 1.5em;
      border: 2px solid #BBBBBB;
      border-radius: 2px;
      box-sizing: border-box;
      margin-right: 0.5em; }
    .bca-file__delete-input + label:after, .bca-file__delete-label:after {
      position: absolute;
      top: 0em;
      left: 0.5em;
      content: "";
      display: none;
      width: 0.5em;
      height: 0.9em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-right: 0.24em solid #6fa83d;
      border-bottom: 0.24em solid #6fa83d; }
    .bca-file__delete-input + label[data-bca-checkbox-size=lg], .bca-file__delete-label[data-bca-checkbox-size=lg] {
      font-size: 2rem; }
    .bca-file__delete-input + label[data-bca-checkbox-size=sm], .bca-file__delete-label[data-bca-checkbox-size=sm] {
      font-size: 1.4rem; }

/*
 datepicker
  span			bca-datepicker
  span(date)			bca-datepicker__date
  text(date)			bca-datepicker__date-input
  label(date)			bca-datepicker__date-label
  span(time)			bca-datepicker__time
  text(time)			bca-datepicker__time-input
  label(time)			bca-datepicker__time-label

<span class="bca-datetimepicker required">
  <span class="bca-datetimepicker__date">
    <label for="BlogPostPostsDateDate" class="bca-datetimepicker__date-label">日付</label>
    <input name="data[BlogPost][posts_date_date]" size="12" maxlength="10"
      class="bca-datetimepicker__date-input hasDatepicker" value="2018/10/15" type="text" id="BlogPostPostsDateDate">
    <script></script>
  </span>
  <span class="bca-datetimepicker__time">
    <label for="BlogPostPostsDateTime" class="bca-datetimepicker__time-label">時間</label>
    <input name="data[BlogPost][posts_date_time]" size="8" maxlength="8" class="bca-datetimepicker__time-input ui-timepicker-input" value="19:14:12" type="text" id="BlogPostPostsDateTime" autocomplete="off">
  </span>
  <input type="hidden" name="data[BlogPost][posts_date]" value="2018-10-15 19:14:12" id="BlogPostPostsDate">
</span>

 */
.bca-datetimepicker {
  display: inline-block;
  white-space: nowrap; }
  .bca-datetimepicker__date, .bca-datetimepicker__time {
    position: relative;
    display: inline-block;
    white-space: nowrap; }
    .bca-datetimepicker__date-label, .bca-datetimepicker__time-label {
      margin-right: 0.3em;
      cursor: pointer; }
      .bca-datetimepicker__date-label::before, .bca-datetimepicker__time-label::before {
        position: absolute;
        top: 50%;
        right: 8px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 1.8rem;
        color: #666;
        transition: 0.2; }
    .bca-datetimepicker__date:hover .bca-datetimepicker__date-label:before, .bca-datetimepicker__date:hover .bca-datetimepicker__time-label:before, .bca-datetimepicker__time:hover .bca-datetimepicker__date-label:before, .bca-datetimepicker__time:hover .bca-datetimepicker__time-label:before {
      color: #424f44; }
    .bca-datetimepicker__date-input, .bca-datetimepicker__time-input {
      display: inline-block;
      outline: none;
      padding: 0.7em calc(0.5em + 16px) 0.6em 0.5em;
      margin: 4px;
      border-radius: 3px;
      box-sizing: border-box;
      border: 1px solid #ccc;
      line-height: 1.2;
      font-size: 1.4rem;
      color: #424f44; }
      .bca-datetimepicker__date-input[data-input-text-size=lg], .bca-datetimepicker__time-input[data-input-text-size=lg] {
        font-size: 1.6rem; }
      .bca-datetimepicker__date-input[data-input-text-size=sm], .bca-datetimepicker__time-input[data-input-text-size=sm] {
        font-size: 1.2rem; }
      .bca-datetimepicker__date-input[data-input-text-size=full-counter], .bca-datetimepicker__time-input[data-input-text-size=full-counter] {
        width: calc(100% - 80px); }
      .bca-datetimepicker__date-input:focus, .bca-datetimepicker__time-input:focus {
        box-shadow: 0 0 4px 0px #6fa83d;
        border-color: #6fa83d;
        border-width: 1px; }
  .bca-datetimepicker__date-label::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .bca-datetimepicker__time {
    margin-left: 1em; }
    .bca-datetimepicker__time-label::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0; }
    .bca-datetimepicker__time-input {
      width: 6em; }
  .bca-datetimepicker__delimiter {
    display: inline-block;
    padding: 0 0.5em;
    margin-bottom: 0.5em; }
  .bca-datetimepicker__group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -0.5em; }
  .bca-datetimepicker__start, .bca-datetimepicker__end {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    margin-bottom: 0.5em; }

/*
.list-panel li{
	padding:15px;
	margin:12px;
	background: none;
	background-color:#efefef;
	width:244px;
	float:left;
	height:340px;
}
.list-panel .row-tools {
	text-align: center;
	margin-top:5px;
	margin-bottom: 5px;
	border:3px solid #ccc;
	padding:3px;
}
.list-panel .theme-screenshot {
	border:1px solid #e2e2e2;
}
.list-panel .theme-screenshot img {
	width:242px;
}
.list-panel .theme-version,
.list-panel .theme-author {
	margin-bottom: 3px;
}
.list-panel .theme-author a {
	color: #000;
	text-decoration: underline;
}
.list-panel .theme-author a:hover {
	text-decoration: none;
}
.list-panel li {
	position: relative;
}
.list-panel .error-message {
	margin:0;
	white-space:normal;
	display: block;
	line-height: 16px;
	top:44px;
	position: absolute;
	padding:7px;
	width:230px;
}
.list-panel .no-data {
	float:none;
	width:auto;
	margin:0;
	text-align: center;
	height: auto;
}
*/
.bca-list-panel {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  margin: 0;
  padding: 0; }
  .bca-list-panel > li {
    position: relative;
    margin: 0;
    padding: 15px;
    background: #fff;
    list-style: none;
    border: 1px solid #eeeeea; }
  .bca-list-panel .row-tools {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #eeeeea;
    padding: 3px; }
  .bca-list-panel .theme-name {
    margin-top: 0; }
  .bca-list-panel .theme-screenshot {
    border: 1px solid #e2e2e2; }
  .bca-list-panel .theme-screenshot img {
    width: 242px; }
  .bca-list-panel .theme-version, .bca-list-panel .theme-author {
    margin: 10px 0 5px; }
  .bca-list-panel .theme-author a {
    color: #000;
    text-decoration: underline; }
    .bca-list-panel .theme-author a:hover {
      text-decoration: none; }
  .bca-list-panel .error-message {
    margin: 0;
    white-space: normal;
    display: block;
    line-height: 16px;
    top: 44px;
    position: absolute;
    padding: 7px;
    width: 230px; }
  .bca-list-panel .no-data {
    float: none;
    width: auto;
    margin: 0;
    text-align: center;
    height: auto; }

.bca-current-theme {
  position: relative;
  border: 3px solid #6fa83d;
  padding: 20px;
  margin-bottom: 20px; }
  .bca-current-theme__name {
    margin-top: 0;
    margin-bottom: 0.2em; }
  .bca-current-theme__inner {
    display: flex; }
  .bca-current-theme__main {
    margin-right: 20px;
    width: 300px; }
  .bca-current-theme__sub {
    flex: 1; }
  .bca-current-theme__screenshot {
    padding: 0;
    border: 1px solid #ccc; }
    .bca-current-theme__screenshot img {
      display: block;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .bca-current-theme .theme-name {
    margin-top: 0; }
  .bca-current-theme .theme-description {
    line-height: 1.6em;
    clear: right; }
  .bca-current-theme .theme-popup-contents {
    padding: 20px 20px 30px 20px; }
    .bca-current-theme .theme-popup-contents .theme-screenshot {
      border: 1px solid #e2e2e2;
      float: left;
      margin-right: 20px; }
      .bca-current-theme .theme-popup-contents .theme-screenshot img {
        width: 298px; }
      .bca-current-theme .theme-popup-contents .theme-screenshot .theme-description {
        padding-top: 10px;
        margin-top: 10px; }
  .bca-current-theme .row-tools {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 3px solid #ccc;
    padding: 3px; }
  .bca-current-theme .error-message {
    margin: 0;
    white-space: normal;
    display: block;
    line-height: 16px;
    top: 56px;
    position: absolute;
    padding: 7px;
    width: 286px; }

#CurrentTheme h2 {
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 20px; }

#CurrentTheme .theme-description {
  font-size: 1.4rem; }

#CurrentTheme #ThemeLoadDefaultDataPatternForm {
  margin-bottom: 20px; }

/*
#CurrentTheme {
	border:5px solid #e2e2e2;
	padding:20px;
	margin-bottom: 20px;
}
#CurrentTheme .theme-screenshot {
	border:1px solid #e2e2e2;
	margin-bottom: 10px;
}
#CurrentTheme .theme-screenshot img {
	width:298px;
}
#CurrentTheme .row-tools {
	text-align: center;
	margin-top:5px;
	margin-bottom: 5px;
	border:3px solid #ccc;
	padding:3px;
}
#CurrentTheme .theme-info {
	float:left;
	width:240px;
	background-color:#efefef;
	padding:20px;
	margin-right:50px;
	height:90px;
}

#CurrentTheme .current-theme-left {
	width:300px;
	margin-right:20px;
	float:left;
}
#CurrentTheme .theme-description {
	line-height: 1.6em;
	clear:right;
}
.theme-popup-contents {
	padding:20px 20px 30px 20px;
}
.theme-popup-contents .theme-screenshot {
	border:1px solid #e2e2e2;
	float:left;
	margin-right:20px;
}
.theme-popup-contents .theme-screenshot img {
	width:298px;
}
.theme-popup-contents .theme-description {
	padding-top:10px;
	margin-top:10px;
}
#CurrentTheme {
	position: relative;
}
.current-theme-left .error-message {
	margin:0;
	white-space:normal;
	display: block;
	line-height: 16px;
	top:56px;
	position: absolute;
	padding:7px;
	width:286px;
}
*/
.bca-section__post-detail {
  margin-bottom: 1.5em; }

.bca-section__post-top {
  float: right;
  margin-bottom: 0.8em; }
  .bca-section__post-top .bca-post__no {
    margin-right: 2em;
    font-size: 1.4rem; }
  .bca-section__post-top .bca-post__url {
    display: block;
    margin-top: 0.2em;
    font-size: 1.4rem;
    font-weight: bold; }
  .bca-section__post-top .bca-text-url {
    margin-right: 0.5em; }

.bca-section[data-bca-section-type=form-group] {
  margin-bottom: 60px; }

.bca-size-counter {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  color: #CCC; }
  .bca-size-counter small {
    display: inline-block;
    padding-left: 0.2em;
    font-size: 1.4rem;
    color: #CCC; }

/* action
----------------------------------------------- */
.bca-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #eeeeea; }
  .bca-actions__sub {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #ccc; }
  .bca-actions__item {
    margin: 0 10px; }
  .bca-actions[data-bca-type=type2] {
    display: block; }
    .bca-actions[data-bca-type=type2] .bca-actions__form {
      margin-bottom: 20px; }
    .bca-actions[data-bca-type=type2] .bca-actions__adds {
      margin: 20px 0; }

.bca-list {
  padding: 0;
  list-style: none; }
  .bca-list[data-bca-list-layout=horizon] {
    display: flex;
    flex-wrap: wrap; }
  .bca-list__item {
    position: relative;
    padding: 0 0 0 1em;
    margin-bottom: 8px;
    margin-right: 30px;
    line-height: 1.4; }
    .bca-list__item::before {
      font-size: 95%;
      font-stretch: normal;
      margin: 0 .3em 0 0;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 1.2;
      color: #424f44; }
  .bca-list[data-bca-list-type=circle] {
    margin: 0; }
    .bca-list[data-bca-list-type=circle] .bca-list__item {
      padding: 0;
      margin-right: 1.5em;
      white-space: nowrap; }
      .bca-list[data-bca-list-type=circle] .bca-list__item::before {
        font-size: 95%;
        font-stretch: normal;
        margin: 0 .3em 0 0; }
      .bca-list[data-bca-list-type=circle] .bca-list__item::before {
        position: relative;
        top: -2px;
        color: #aaa;
        font-size: 1rem;
        padding-right: 0.4em; }
  .bca-list[data-bca-list-delimiter=comma] .bca-list__item::after {
    content: ",";
    display: inline-block; }
  .bca-list[data-bca-list-delimiter=comma] .bca-list__item:last-child:after {
    content: none; }

.bca-list-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }

.bca-file-list {
  display: flex;
  flex-wrap: wrap;
  background: #eeeeee;
  padding: 10px; }
  .bca-file-list__item {
    box-sizing: content-box; }
    .bca-file-list__item img {
      max-width: 100%;
      height: auto; }
  .bca-file-list__no-data {
    width: 100%;
    padding: 20px;
    text-align: center; }

.bca-box {
  display: block;
  padding: 1em;
  background-color: #f8f8f8; }

.bca-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px; }

.bca-collapse {
  display: none;
  overflow: hidden; }
  .bca-collapse__btn-icon {
    font-size: 1.6rem; }
  .bca-collapse__action {
    display: block;
    margin: 30px 0; }
  .bca-collapse__btn {
    border: none;
    background: none;
    display: inline-block;
    width: auto;
    font-size: 2rem;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #6fa83d;
    padding-left: 0;
    outline: none; }
    .bca-collapse__btn:hover {
      text-decoration: none;
      color: #424f44; }
    .bca-collapse__btn-icon {
      display: inline-block;
      margin: 0;
      transition: 0.4s all; }
      .bca-collapse__btn-icon:before {
        margin: 0; }
    [data-bca-state=open] .bca-collapse__btn-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.bca-em-box {
  padding: 20px;
  background: #FFFFFF;
  font-size: 1.6rem;
  margin: 15px auto;
  text-align: center;
  line-height: 2; }
  .bca-em-box a {
    color: #690; }
    .bca-em-box a:hover {
      color: #9C0;
      text-decoration: none; }

.bca-current-box {
  padding: 1px 0;
  font-size: 1.6rem;
  margin: 20px auto 20px;
  line-height: 1.6; }
  .bca-current-box a {
    color: #f20014; }
    .bca-current-box a:hover {
      color: #6fa83d;
      text-decoration: none; }

.ui-dialog {
  padding: 0 !important; }
  .ui-dialog dt {
    margin-bottom: 8px; }
  .ui-dialog dd {
    margin-left: 0; }

.ui-widget input[type="text"],
.ui-widget input[type="password"],
.ui-widget input[type="submit"],
.ui-widget input[type="search"],
.ui-widget input[type="tel"],
.ui-widget input[type="url"],
.ui-widget input[type="checkbox"],
.ui-widget input[type="email"] {
  display: inline-block;
  outline: none;
  padding: 0.7em 0.5em 0.6em 0.5em;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  line-height: 1.6;
  font-size: 1.4rem !important;
  color: #424f44; }
  .ui-widget input[type="text"]:focus,
  .ui-widget input[type="password"]:focus,
  .ui-widget input[type="submit"]:focus,
  .ui-widget input[type="search"]:focus,
  .ui-widget input[type="tel"]:focus,
  .ui-widget input[type="url"]:focus,
  .ui-widget input[type="checkbox"]:focus,
  .ui-widget input[type="email"]:focus {
    box-shadow: 0 0 4px 0px #6fa83d;
    border-color: #6fa83d;
    border-width: 1px; }

.ui-tabs {
  padding: 0 !important;
  border: none !important; }

.ui-tabs-nav {
  padding: 0 !important;
  border: none !important;
  background: none !important; }

.ui-tabs-panel {
  border: 1px solid #CCC !important; }

.ui-widget-content {
  border-radius: 0 !important;
  border-color: #eeeeea !important; }

.ui-dialog-titlebar {
  background: #424f44 !important;
  border-radius: 0 !important;
  font-size: 1.4rem !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.ui-dialog-titlebar-close {
  width: 26px !important;
  height: 26px !important;
  margin-top: -13px !important; }

.ui-button {
  border: 1px solid #eeeeea !important;
  padding: 0 !important;
  background: #FFFFFF !important;
  display: inline-block !important;
  border-radius: 3px !important;
  padding: 0.7em 1em 0.6em !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  font-size: 1.4rem !important;
  box-sizing: border-box !important;
  outline: none !important;
  color: #424f44 !important;
  text-decoration: none !important;
  background-image: linear-gradient(white 10%, #f4f5f1 100%) !important;
  transition: all .5s ease-out 0s !important; }
  .ui-button::before {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px !important;
    color: #424f44 !important; }
  .ui-button:hover {
    text-decoration: none !important;
    color: #424f44 !important;
    background-color: #eeeeea !important;
    background-image: linear-gradient(white 100%, white 100%) !important; }
  .ui-button:focus {
    box-shadow: 0 0 4px 0px #6fa83d !important; }

.ui-state-default {
  background: #FFFFFF !important;
  cursor: pointer !important;
  outline: none !important;
  color: #424f44 !important;
  text-decoration: none !important;
  background-image: linear-gradient(white 10%, #f4f5f1 100%) !important; }

.ui-tabs-active {
  background: #FFFFFF !important; }

.ui-button-text {
  padding: 0 !important; }

.ui-icon-closethick {
  background: none !important;
  position: relative;
  padding: 0 !important; }
  .ui-icon-closethick:before, .ui-icon-closethick:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 3px;
    height: 14px;
    background: #424f44; }
  .ui-icon-closethick:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .ui-icon-closethick:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

/* ui-dialog
----------------------------------------------- */
.ui-dialog label.error, .error-message {
  color: #f20014;
  font-size: 1.4rem;
  padding: 2px;
  margin-left: 5px;
  display: block;
  font-weight: normal;
  white-space: nowrap; }
  .ui-dialog label.error::before, .error-message::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0;
    margin: 0 .3em 0 0; }

.ui-dialog .ui-button-text {
  font-weight: bold; }

.ui-dialog .required {
  color: #333; }

.ui-dialog label.error {
  border-radius: 10px; }

.ui-dialog .ui-dialog-titlebar {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  background-color: #333;
  font-size: 11px;
  color: #FFF; }

.ui-widget-header {
  border: none;
  background: #888; }

.ui-dialog-titlebar-close {
  display: none; }

.ui-dialog dl {
  margin: 5px; }

.ui-dialog dt {
  padding: 0; }

.ui-dialog dd {
  padding: 0 0 10px 0;
  margin-bottom: 10px; }

.ui-dialog dd {
  border-bottom: 1px solid #eeeeea; }

.ui-widget-content {
  color: #535A62 !important; }

.ui-dialog dt label {
  color: #424f44 !important;
  font-size: 14px; }

.ui-dialog input[type=radio] {
  margin-right: 7px; }

.ui-dialog {
  padding: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: 1px 10px; }

.ui-dialog .ui-state-default {
  background: none;
  border: 1px solid #CCC;
  cursor: pointer;
  text-shadow: rgba(255, 255, 255, 0.4) 1px 1px 0;
  border-radius: 2px;
  -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  background: #F3F3F3;
  background: -o-linear-gradient(top, #FFF, #F3F3F3); }

.ui-widget {
  font-family: Arial, Geneva, sans-serif, "メイリオ", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック" !important;
  font-size: 1.4rem !important;
  color: #424f44; }
  .ui-widget p {
    line-height: 1.6; }

.ui-tabs-panel a {
  color: #6fa83d !important;
  text-decoration: none !important; }

.ui-tabs-panel a:hover {
  color: #6fa83d;
  text-decoration: underline !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #eeeeea !important; }

.ui-widget-header,
.cke_dialog_title {
  border: none !important;
  background-color: #ccc !important;
  background-image: none !important;
  color: #424f44 !important;
  box-shadow: none !important; }

.ui-datepicker table {
  font-size: 1.4rem !important; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background: none !important;
  color: #424f44 !important; }

.ui-datepicker {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important; }

.ui-dialog th {
  padding: 1.4em 2em 1em 0 !important; }

.ui-dialog td {
  padding: 1em 0 !important; }

#UploaderSearch {
  border: 1px solid #eeeeea !important;
  background-color: #FFF !important;
  padding: 8px 10px !important; }

.cke_dialog .cke_dialog_ui_radio_input {
  opacity: 0;
  width: 0px;
  height: 0px;
  margin: 0px; }
  .cke_dialog .cke_dialog_ui_radio_input + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 2em;
    font-size: 1.4rem; }
  .cke_dialog .cke_dialog_ui_radio_input[data-bca-radio-size=lg] + label {
    font-size: 2rem; }
  .cke_dialog .cke_dialog_ui_radio_input[data-bca-radio-size=sm] + label {
    font-size: 1.4rem; }
  .cke_dialog .cke_dialog_ui_radio_input + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    box-sizing: border-box;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 50%; }
  .cke_dialog .cke_dialog_ui_radio_input:checked + label:before {
    background: #6fa83d;
    box-shadow: 0 0 0px 4px #fff inset; }
  .cke_dialog .cke_dialog_ui_radio_input:focus + label:before {
    box-shadow: 0 0 0px 4px #fff inset, 0 0 4px 0px #6fa83d;
    border-color: #6fa83d;
    border-width: 1px; }

.cke_dialog select.bca-select__select,
.cke_dialog select.cke_dialog_ui_input_select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../../img/admin/icn_select.svg) no-repeat center right 0.5em/10px auto, #FFFFFF !important;
  font-size: 1.4rem;
  padding: 0 26px 0 4px !important;
  border: 1px solid #ccc;
  line-height: 1.4 !important;
  height: auto !important;
  width: auto !important;
  outline: none;
  border-radius: 3px;
  color: #424f44;
  box-shadow: none; }
  .cke_dialog select.bca-select__select[data-bca-select-size=lg],
  .cke_dialog select.cke_dialog_ui_input_select[data-bca-select-size=lg] {
    font-size: 1.6rem; }
  .cke_dialog select.bca-select__select[data-bca-select-size=sm],
  .cke_dialog select.cke_dialog_ui_input_select[data-bca-select-size=sm] {
    font-size: 1.2rem; }
  .cke_dialog select.bca-select__select:focus,
  .cke_dialog select.cke_dialog_ui_input_select:focus {
    box-shadow: 0 0 4px 0px #6fa83d;
    border-color: #6fa83d;
    border-width: 1px; }

.cke_dialog input.bca-textbox__input,
.cke_dialog input.cke_dialog_ui_input_text,
.cke_dialog input.cke_dialog_ui_input_password,
.cke_dialog textarea.cke_dialog_ui_input_textarea {
  line-height: 1.4 !important;
  height: auto !important;
  padding: 0 4px !important;
  display: inline-block;
  outline: none;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #424f44; }
  .cke_dialog input.bca-textbox__input[data-input-text-size=lg],
  .cke_dialog input.cke_dialog_ui_input_text[data-input-text-size=lg],
  .cke_dialog input.cke_dialog_ui_input_password[data-input-text-size=lg],
  .cke_dialog textarea.cke_dialog_ui_input_textarea[data-input-text-size=lg] {
    font-size: 1.6rem; }
  .cke_dialog input.bca-textbox__input[data-input-text-size=sm],
  .cke_dialog input.cke_dialog_ui_input_text[data-input-text-size=sm],
  .cke_dialog input.cke_dialog_ui_input_password[data-input-text-size=sm],
  .cke_dialog textarea.cke_dialog_ui_input_textarea[data-input-text-size=sm] {
    font-size: 1.2rem; }
  .cke_dialog input.bca-textbox__input[data-input-text-size=full-counter],
  .cke_dialog input.cke_dialog_ui_input_text[data-input-text-size=full-counter],
  .cke_dialog input.cke_dialog_ui_input_password[data-input-text-size=full-counter],
  .cke_dialog textarea.cke_dialog_ui_input_textarea[data-input-text-size=full-counter] {
    width: calc(100% - 80px); }
  .cke_dialog input.bca-textbox__input[data-margin=bottom],
  .cke_dialog input.cke_dialog_ui_input_text[data-margin=bottom],
  .cke_dialog input.cke_dialog_ui_input_password[data-margin=bottom],
  .cke_dialog textarea.cke_dialog_ui_input_textarea[data-margin=bottom] {
    margin-bottom: 10px; }
  .cke_dialog input.bca-textbox__input:focus,
  .cke_dialog input.cke_dialog_ui_input_text:focus,
  .cke_dialog input.cke_dialog_ui_input_password:focus,
  .cke_dialog textarea.cke_dialog_ui_input_textarea:focus {
    box-shadow: 0 0 4px 0px #6fa83d;
    border-color: #6fa83d !important;
    border-width: 1px; }

.cke_dialog .cke_dialog_body label {
  margin-bottom: 2px !important;
  margin-top: 2px !important;
  display: inline-block !important;
  color: #424f44 !important;
  font-size: 12px; }

.cke_dialog .bca-btn {
  display: inline-block;
  border-radius: 3px;
  padding: 0.7em 1em 0.6em;
  line-height: 1.2;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 1.4rem;
  box-sizing: border-box;
  outline: none;
  color: #424f44;
  text-decoration: none;
  background-image: linear-gradient(white 10%, #f4f5f1 100%);
  transition: all .3s ease-out 0s;
  white-space: nowrap; }
  .cke_dialog .bca-btn::before {
    margin-right: 4px;
    color: #424f44; }
  .cke_dialog .bca-btn:hover {
    text-decoration: none;
    color: #424f44;
    background-color: #eeeeea;
    background-image: linear-gradient(white 100%, white 100%); }
  .cke_dialog .bca-btn:focus {
    box-shadow: 0 0 4px 0px #6fa83d; }

.cke_dialog .cke_dialog_contents .file-list {
  padding: 0; }
  .cke_dialog .cke_dialog_contents .file-list #DivPanelList .file-list-body {
    border: none; }

.cke_dialog a.cke_dialog_ui_button_ok {
  text-shadow: none;
  border: 1px solid #b6b6b6;
  border-bottom-color: #999;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  background: #e4e4e4;
  background-image: linear-gradient(to bottom, #fff, #e4e4e4);
  color: #333; }

.cke_dialog a.cke_dialog_ui_button_ok span {
  text-shadow: none; }

.cke_dialog a.cke_dialog_ui_button_ok:hover {
  border-color: #9e9e9e;
  background: #ccc;
  background-image: linear-gradient(to bottom, #f2f2f2, #ccc); }

.cke_dialog a.cke_dialog_ui_button_ok:focus, .cke_dialog a.cke_dialog_ui_button_ok:active {
  border-color: #969696;
  outline: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4) inset; }

.cke_dialog .cke_dialog_contents .file-list-body {
  margin-top: 14px; }

.cke_dialog .bca-table-listup__thead-th {
  font-weight: bold; }

.cke_dialog .bca-table-listup__thead-th,
.cke_dialog .bca-table-listup__tbody-td {
  vertical-align: middle !important;
  padding: 7px 7px !important;
  border-bottom: 1px solid #eeeeea; }

.cke_dialog .cke_dialog_contents .file-list-body {
  background-color: #FFF;
  padding: 0; }

.cke_dialog tr:hover .bca-table-listup__tbody-td {
  background: inherit; }

.jstree-proton {
  border: 1px solid #DDD; }
  .jstree-proton .jstree-container-ul .jstree-node {
    margin: 0;
    padding: 0; }
    .jstree-proton .jstree-container-ul .jstree-node .jstree-children {
      margin-left: 26px; }
    .jstree-proton .jstree-container-ul .jstree-node .content-name {
      position: relative; }
    .jstree-proton .jstree-container-ul .jstree-node .jstree-anchor {
      margin: 0 !important; }
    .jstree-proton .jstree-container-ul .jstree-node .function {
      display: inline-block;
      width: 32px;
      height: 32px;
      position: absolute;
      cursor: pointer;
      font-size: 18px;
      text-align: right; }
      .jstree-proton .jstree-container-ul .jstree-node .function::before {
        font-size: 95%;
        font-stretch: normal;
        margin: 0 .3em 0 0; }
    .jstree-proton .jstree-container-ul .jstree-node .jstree-wholerow-hovered {
      background: #ddd !important; }
    .jstree-proton .jstree-container-ul .jstree-node .jstree-hovered {
      color: #424f44 !important; }
    .jstree-proton .jstree-container-ul .jstree-node .jstree-wholerow-clicked {
      background: #6fa83d !important; }
    .jstree-proton .jstree-container-ul .jstree-node .jstree-clicked + .content-name {
      color: #fff !important; }
    .jstree-proton .jstree-container-ul .jstree-node .jstree-clicked .jstree-icon {
      color: #fff !important; }
    .jstree-proton .jstree-container-ul .jstree-node .jstree-hovered.jstree-clicked {
      color: #fff !important; }
    .jstree-proton .jstree-container-ul .jstree-node .alias {
      display: block;
      width: 32px;
      height: 32px;
      background: url("../../img/admin/icon_alias_layerd.png");
      position: absolute;
      top: 0; }
    .jstree-proton .jstree-container-ul .jstree-node .jstree-unpublish-odd,
    .jstree-proton .jstree-container-ul .jstree-node .jstree-unpublish-even {
      background-color: #ccc; }
  .jstree-proton .jstree-container-ul .jstree-icon {
    font-size: 1.6rem !important; }
    .jstree-proton .jstree-container-ul .jstree-icon:before {
      margin: 0; }
    .jstree-proton .jstree-container-ul .jstree-icon.bca-icon--folder {
      color: #edc528; }
  .jstree-proton .jstree-container-ul .jstree-open > .jstree-anchor .bca-icon--folder::before {
    font-size: 95%;
    font-stretch: normal;
    margin: 0 .3em 0 0; }
  .jstree-proton-contextmenu {
    background-color: #fff !important;
    font-size: 14px; }
    .jstree-proton-contextmenu li > a {
      color: #424f44 !important; }
      .jstree-proton-contextmenu li > a:hover {
        background-color: #ddd !important;
        box-shadow: none !important; }
      .jstree-proton-contextmenu li > a i {
        vertical-align: middle !important;
        font-weight: 900; }
        .jstree-proton-contextmenu li > a i:before {
          font-size: 15px !important;
          margin: 0 !important; }
        .jstree-proton-contextmenu li > a i.bca-icon--folder {
          color: #edc528; }
        .jstree-proton-contextmenu li > a i.bca-icon--alias {
          color: #6fa83d; }
        .jstree-proton-contextmenu li > a i.bca-icon--link {
          color: #6fa83d; }
      .jstree-proton-contextmenu li > a .vakata-contextmenu-sep {
        border-left: none !important;
        background: none !important; }
    .jstree-proton-contextmenu li.vakata-context-separator {
      border-top: 1px solid #ccc !important;
      border-radius: 0 !important; }
      .jstree-proton-contextmenu li.vakata-context-separator a {
        margin: 0; }
        .jstree-proton-contextmenu li.vakata-context-separator a:hover {
          margin: 0; }
    .jstree-proton-contextmenu .icon-alias-layerd {
      display: block;
      width: 32px;
      height: 32px;
      background: url("../../img/admin/icon_alias_layerd.png");
      position: absolute;
      margin-top: -36px; }
    .jstree-proton-contextmenu .icon-add-layerd {
      display: block;
      width: 32px;
      height: 32px;
      background: url("../../img/admin/icon_add_layerd.png");
      position: absolute;
      margin-top: -36px; }

.ui-dialog .uploader-file-image .url {
  border: none !important;
  width: auto !important;
  padding: 0 !important;
  max-width: 400px !important;
  margin-left: 20px; }

.ui-dialog .uploader-file-image .url a {
  color: #6fa83d !important; }

.ui-dialog #UploaderFileImage {
  width: 500px; }

.bca-main__submenu-title {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0; }

.bca-main__submenu-list {
  padding-left: 20px;
  border-bottom: 1px solid #eeeeea;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px; }
  .bca-main__submenu-list-item {
    float: left;
    font-size: 1.2rem;
    margin-right: 40px;
    margin-bottom: 5px; }

.step-1 .bca-section {
  text-align: center; }

.step2 .check .check-result {
  color: #ddd; }

.step2 .failed .check-result {
  color: #f20014; }

.step2 .check-result {
  margin: 20px 0;
  font-size: 2rem; }

.step-3 div.float-left,
.step-4 div.float-left {
  width: auto; }

.step-3 ul li,
.step-4 ul li {
  margin: 20px 0; }
  .step-3 ul li label,
  .step-4 ul li label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block; }

.step-5 li {
  margin: 20px 0; }

.bt-content {
  line-height: 1.5em; }

.bt-content ul {
  margin: 0 0 10px 0 !important;
  padding: 0 !important; }

.bt-content ul li {
  list-style-position: inside;
  padding: 0 !important; }

.bt-content p {
  margin-bottom: 10px; }

.bt-content li .example-box {
  border: 3px solid #DDD;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px; }

/*# sourceMappingURL=map/style.css.map */
