*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

body {
  font-family: 'Rubik', 'Arial';
  font-size: 16px; }

h1 {
  font-weight: 700;
  font-size: 1.5em;
  margin: 0.5em 0 1em; }

h2 {
  font-weight: 500;
  font-size: 1.2em; }

h3 {
  font-weight: 500;
  font-size: 1.1em; }

h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9em; }

html, body {
  height: 100%;
  width: 100%; }

.hide {
  display: none !important; }

#browser-warning {
  height: 80px;
  line-height: 80px;
  width: 100%;
  background: #F62030;
  color: white;
  z-index: 1000;
  display: flex;
  justify-content: center; }

div#page {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: padding-left 300ms;
  padding-left: 48px; }
  div#page.full {
    padding-left: 0; }

#logo {
  padding: 16px; }

aside#nav {
  position: fixed;
  height: 100%;
  width: 216px;
  background: #f6f6f6;
  transition: all 300ms;
  transform: translate3D(-168px, 0, 0);
  display: flex;
  flex-direction: column; }
  aside#nav.hide {
    transform: translate3d(-232px, 0, 0); }

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column; }

.menu-item {
  cursor: pointer;
  display: flex; }
  .menu-item:hover {
    background: #dddddd; }
  .menu-item > a {
    padding: 16px;
    flex: 1;
    color: #333333;
    text-decoration: none; }
  .menu-item .menu-item-icon {
    margin-right: 16px; }
  .menu-item#logout {
    margin-top: auto; }

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px;
  position: relative; }

.content-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 100%; }

#nav-toggle-label {
  position: absolute;
  right: 8px;
  top: 8px; }

#nav-toggle {
  display: none; }
  #nav-toggle:checked ~ #page:not(.full) {
    padding-left: 216px; }
  #nav-toggle:checked ~ #nav:not(.hide) {
    transform: translate3D(0, 0, 0); }

#footer {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex; }
  #footer a {
    font-size: 12.8px;
    padding: 16px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.3;
    transition: all 100ms; }
    #footer a:hover {
      opacity: 1; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-track {
  border-radius: 8px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #aaaaaa; }

.content-container[data-page=login],
.content-container[data-page=iforgotmypw] {
  background: linear-gradient(to bottom, #69C32D 0%, #1FA5B0 100%); }

#loginpage {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column; }
  #loginpage .logo-container {
    width: 100%; }
  #loginpage #logo {
    height: 80px; }
    #loginpage #logo #icon, #loginpage #logo #text {
      fill: white; }

#login-box {
  margin: auto;
  background: white;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px 32px;
  width: 500px; }
  #login-box input[type=email], #login-box input[type=password] {
    height: auto;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #aaaaaa; }

#links {
  display: flex;
  justify-content: space-around; }
  #links a {
    padding: 16px; }

/*
.gradient-border {

  position: relative;
  box-sizing: border-box;

  $border: 5px;
  background: white;
  background-clip: padding-box;
  border: solid $border transparent;
  border-radius: $border-radius;

  &:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -$border;
    border-radius: inherit;
    background: linear-gradient(to bottom, $brand 0%, $qe-legacy 100%);
  }
}
*/
.accountfrm p {
  margin: 5px;
  font-weight: 700;
  color: #222;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  padding: 3px; }
.accountfrm img#headerimg {
  max-width: 700px;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  background: #E8E8E8; }

#accountlist ul li img.accountlistCmdDelete {
  float: right;
  margin-right: 3px;
  margin-top: 2px;
  display: none; }

#newAccountForm {
  width: 280px;
  margin: auto;
  margin-top: 35px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 10px;
  display: none; }
  #newAccountForm input {
    width: 265px;
    height: 20px;
    margin-top: 7px;
    border-radius: 3px;
    padding-left: 10px;
    background: #f8f8f8;
    border: 1px solid #d8d8d8; }

.box #agbbox {
  border-radius: 3px;
  padding: 5px;
  margin: -5px 5px 5px; }
  .box #agbbox input {
    width: 20px; }
  .box #agbbox a {
    color: #426cb9;
    text-decoration: none; }

#area_control_gamenavsmds {
  display: flex;
  height: 30px;
  justify-content: space-between;
  align-items: center; }

.switchbutton {
  display: flex; }
  .switchbutton p {
    background: linear-gradient(to bottom, #f4f4f4 0, #d1d1d1 100%);
    text-align: center;
    padding: 8px;
    color: #222;
    cursor: pointer;
    border: 1px solid #bbb;
    flex: 1; }
    .switchbutton p:first-of-type {
      border-radius: 5px 0 0 5px; }
    .switchbutton p:last-of-type {
      border-radius: 0 5px 5px 0;
      border-left: none; }
    .switchbutton p[active=true] {
      background: linear-gradient(to bottom, #d1d1d1 0, #f4f4f4 100%); }

section.appcontent:hover {
  border: 2px dashed #484848; }

#agbbox {
  width: 250px;
  margin: auto;
  margin-top: 7px;
  padding: 3px 0;
  border-radius: 3px; }
  #agbbox label {
    margin: 0 0 0 3px;
    font-weight: 700;
    color: #757575;
    font-size: 10px; }

#iforgotbox:hover {
  background: #eaeaea; }
#iforgotbox p {
  color: #757575;
  margin: 5px;
  cursor: pointer; }

#addAnswer {
  margin-left: 16px; }

.apc_preview_popup_editContentAnswersDeleteButton:hover {
  background: rgba(100, 100, 100, 0.5); }
.apc_preview_popup_editContentAnswersDeleteButton:active {
  background: rgba(100, 100, 100, 0.8); }

#apc_tools {
  display: flex;
  margin: 0 auto;
  padding: 16px; }
  #apc_tools > div {
    position: relative; }

.apc_tool {
  background: #fff;
  width: 128px;
  height: 64px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 5px;
  justify-content: center;
  align-items: center; }
  .apc_tool img {
    display: block;
    margin: 10px auto;
    height: 30px; }
  .apc_tool figcaption {
    text-align: center;
    width: 100%;
    padding: 5px 5px 0;
    transition: all 0.6s ease; }

.apc_toolsDropdown {
  position: absolute;
  z-index: 10;
  width: 120px;
  border-top: 10px solid transparent;
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  left: 50%;
  margin-left: -60px; }
  .apc_toolsDropdown:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    top: -15px;
    left: 51px;
    border: 8px solid transparent transparent #fff transparent; }
  .apc_toolsDropdown:before {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    left: 49px;
    border: 10px solid transparent transparent #e9e9e9 transparent; }
  .apc_toolsDropdown ul {
    list-style: none;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    border-bottom: 1px solid #fff; }
    .apc_toolsDropdown ul li {
      padding: 5px 10px;
      border-bottom: 1px solid #e2e2e2;
      color: #222; }
      .apc_toolsDropdown ul li:first-of-type {
        border-top: none; }
      .apc_toolsDropdown ul li:hover {
        background: #e2e2e2;
        cursor: pointer; }

#apc_toolTxt:hover + #apc_toolsDropdownTxt,
#apc_toolQuiz:hover + #apc_toolsDropdownQuiz,
#apc_toolMedia:hover + #apc_toolsDropdownMedia,
#apc_toolsDropdownTxt:hover,
#apc_toolsDropdownQuiz:hover,
#apc_toolsDropdownMedia:hover {
  display: block;
  opacity: 1; }

#apc_preview {
  margin: auto;
  padding: 16px;
  display: flex; }

.acc_preview_popup {
  background: rgba(0, 0, 0, 0.82);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 600px;
  margin-left: 80px;
  margin-top: 20px;
  min-height: 50px;
  position: absolute;
  border: 1px solid;
  border-color: #d6d6d6 #bababa #bababa #bababa;
  z-index: 15;
  display: none; }

.acc_preview_popup_topbar {
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, #666666 0, #666666 50%, #505050 50%, #505050 100%);
  filter: progid;
  border-radius: 5px 5px 0 0; }

.acc_preview_popup_topbar_closecmd {
  width: 15px;
  height: 15px;
  background: rgba(86, 86, 86, 0.1);
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0 #222 inset;
  color: #cfcfcf;
  float: right;
  margin: 3px;
  margin-right: 5px;
  cursor: pointer; }
  .acc_preview_popup_topbar_closecmd:hover {
    background: #801f1f; }
  .acc_preview_popup_topbar_closecmd p {
    margin: 0 0 0 4px; }

.acc_preview_popup_topbar_title {
  float: left;
  color: #cfcfcf;
  font-weight: 700;
  margin: 3px 0 0 10px; }

.acc_preview_popup_content_field {
  margin: 10px;
  padding: 8px;
  background: linear-gradient(to bottom, white 0, #f2f2f2 100%);
  border: 1px solid #222;
  border-radius: 2px;
  color: #222;
  position: relative; }
  .acc_preview_popup_content_field[type=formular], .acc_preview_popup_content_field[type=upload] {
    display: flex;
    background: linear-gradient(to bottom, #333333 0, #2e2e2e 100%);
    filter: progid;
    color: #bdbdbd; }

.acc_preview_popup_content_field_uploadSelect_upload form * {
  margin: 8px 0; }

.form-list {
  flex-direction: column; }
  .form-list > * {
    margin: 4px 0; }

.acc_preview_popup_content_field_uploadPreview {
  width: 250px;
  height: 200px; }

.acc_preview_popup_content_field_uploadPreviewContent {
  width: 250px;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
  }

.acc_preview_popup_content_field_uploadPreview img {
  margin: auto;
  max-width: 230px;
  max-height: 180px;
  display: block;
  }

.acc_preview_popup_content_field_uploadSelect {
  width: 318px; }

.acc_preview_popup_content_field_uploadSelect_upload h1,
.acc_preview_popup_content_field_uploadSelect_list h1 {
  width: 298px;
  margin: 5px;
  border-bottom: 2px solid white;
  color: white;
  padding-bottom: 3px; }

.acc_preview_popup_content_field textarea {
  min-height: 80px;
  padding: 5px;
  color: #222; }
.acc_preview_popup_content_field input[type=radio]:first-of-type {
  margin-left: 0; }
.acc_preview_popup_content_field input[type=text] {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  color: #222; }

.acc_preview_popup_content_field_gamebutton {
  background: #fc0;
  box-shadow: 0 0 12px -2px #CCC inset;
  border-radius: 3px;
  border: 1px solid #C2C2C2;
  margin: 10px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box; }
  .acc_preview_popup_content_field_gamebutton p {
    margin: 5px;
    margin-left: 10px; }
  .acc_preview_popup_content_field_gamebutton input[type=text] {
    margin: 5px;
    margin-left: 10px;
    background: none;
    border: none; }

.apc_preview_popup_editContentAnswersDeleteButton {
  outline: none;
  display: block;
  background: transparent;
  border: 1px solid #777;
  color: #666;
  cursor: pointer;
  margin-right: 5px;
  height: 26px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 5px; }

#apc_preview_popup_gameSettingsFoot,
#apc_preview_popup_gameImportFoot,
#apc_popup_editContentFoot {
  float: left;
  margin-bottom: 7px;
  width: 600px; }

#apc_preview_popup_gameSettingsFoot .button,
#apc_preview_popup_gameImportFoot .button,
#apc_popup_editContentFoot .button {
  background: #fc0;
  border: 1px solid #A8A8A8;
  border-radius: 3px;
  margin-top: 4px;
  padding: 3px 5px;
  font-weight: 700;
  color: #454545;
  box-shadow: 0 0 5px -2px #B8B8B8 inset;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5);
  float: right;
  margin-right: 10px;
  cursor: pointer; }

#apc_preview_left {
  padding: 0 15px; }

#apc_preview_left_gamecode {
  border: 1px solid #9e9e9e;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 3px;
  background: #fff;
  display: block;
  opacity: 0.1;
  transition: opacity 300ms;
  text-align: center;
  width: 170px;
  box-sizing: border-box; }

.qrcode {
  opacity: 0.1;
  transition: opacity 300ms; }
  .qrcode:hover {
    opacity: 1; }

#apc_preview_left_gamecode:hover {
  opacity: 1; }

#apc_preview_phone {
  width: 45vmin;
  height: 60vmin;
  min-width: 300px;
  min-height: 400px;
  background: linear-gradient(135deg, #4c4c4c 0, #666666 1%, #474747 20%, #2c2c2c 30%, #000000 31%, #111111 45%, #131313 100%);
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column; }

#apc_preview_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 15px; }
  #apc_preview_right ul li {
    margin: 20px 0;
    cursor: pointer;
    transition: transform 300ms; }
    #apc_preview_right ul li:hover {
      transform: translateX(5px); }
    #apc_preview_right ul li span {
      color: #626262;
      text-shadow: 1px 1px 0 #fff;
      cursor: pointer;
      transition: margin 200ms linear;
      -moz-transition: margin 200ms linear;
      -webkit-transition: margin 200ms linear;
      -o-transition: margin 200ms linear; }
    #apc_preview_right ul li:last-of-type:after {
      margin-top: 8px; }

#bin {
  width: 170px;
  height: 170px;
  background: url(../img/cmd_bigbin.png) center center no-repeat;
  align-self: center; }
  #bin.dragover {
    background: url(../img/cmd_bigbin_h.png) center center no-repeat; }

#apc_timeline {
  padding: 16px;
  margin-bottom: 32px; }

#apc_timelineContent {
  overflow: auto;
  display: flex;
  padding-bottom: 8px; }

#apc_timelineContents {
  display: flex;
  margin: auto;
  padding: 0 40px;
  }
  #apc_timelineContents.dragging > * {
    margin-left: 30px; }

.apc_timeline_element {
  background: linear-gradient(to bottom, #686868 0, #4f4f4f 99%);
  border-radius: 5px;
  width: 88px;
  height: 88px;
  padding: 5px;
  cursor: pointer;
  margin: 0 5px;
  display: flex;
  box-sizing: border-box;
  }
  .apc_timeline_element[current="true"] {
    background: -webkit-linear-gradient(#f2f2f2 0, #dcdcdc 100%);
    border: 1px solid #b3b3b3;
    border-top: none;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5) inset; }
  .apc_timeline_element p.apc_timeline_cmdAddNewPage {
    height: 50px;
    width: 50px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.apc_timeline_element_tooltip {
  width: 200px;
  margin-left: -50px;
  margin-top: -40px;
  height: 30px;
  position: absolute;
  z-index: 10;
  text-align: center;
  display: none; }

.apc_timeline_element_tooltipContent {
  background: -ms-linear-gradient(#f5f5f5 0, #e0e0e0 100%);
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  width: auto;
  display: inline;
  margin: auto;
  height: 30px;
  padding: 5px 10px;
  color: #222; }
  .apc_timeline_element_tooltipContent input {
    background: none;
    border: none;
    width: auto;
    display: inline; }

.apc_timeline_element_tooltip:before {
  content: '';
  height: 0;
  width: 0;
  margin-bottom: -10px;
  margin: auto;
  position: absolute;
  left: 90px;
  top: 22px;
  z-index: 11;
  border: 10px solid #bcbcbc transparent transparent transparent; }
.apc_timeline_element_tooltip:after {
  content: '';
  height: 0;
  width: 0;
  margin-bottom: -10px;
  margin: auto;
  position: absolute;
  left: 92px;
  top: 22px;
  z-index: 11;
  border: 8px solid #e0e0e0 transparent transparent transparent; }

.apc_timeline_element .apc_timeline_element_content {
  color: #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  align-items: center; }

.apc_timeline_element_content .dark {
  color: #686868; }
.apc_timeline_element_content .light {
  color: #ddd; }

.apc_timeline_element[current="true"] .apc_timeline_element_content {
  color: #222; }

.apc_timeline_element_content img {
  margin: auto;
  display: block;
  height: 58px;
  width: 90px; }
.apc_timeline_element_content p {
  margin-top: 10px;
  text-align: center; }

#apc_contentOverlay_initialhelp {
  width: 785px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: none;
  margin-top: -10px; }

#apc_notice {
  color: #ff4f4f;
  border-top: 1px solid #ffa2a2;
  margin: 20px 0 0 10px;
  float: left;
  position: relative;
  z-index: 2;
  top: -100px;
  padding-top: 5px; }

#apc_preview_left_ckonlyqrcode,
#apc_preview_left_ckimportable,
#apc_preview_left_ckprivate,
#apc_preview_left_savefeedback {
  border: 1px solid #d5d5d5;
  background: #fcfcfc;
  border-radius: 3px;
  padding: 5px;
  color: #5b5b5b;
  display: flex;
  margin: 10px 0; }

#apc_preview_left_savefeedback_state {
  background: #b0b0b0;
  height: 10px;
  width: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  margin-top: 2px; }
  #apc_preview_left_savefeedback_state[state=error] {
    background: #ff4242; }
  #apc_preview_left_savefeedback_state[state=success] {
    background: #0e8b1f; }

#apc_preview_left_savefeedback_msg {
  margin: 0 0 0 5px; }

#apc_preview_left_ckonlyqrcode label,
#apc_preview_left_ckimportable label,
#apc_preview_left_ckprivate label {
  float: right;
  width: 110px; }

.disabled {
  background: red;
  color: white !important;
  cursor: not-allowed !important; }
  .disabled:hover {
    background: red; }

#apc_preview_phone_content {
  background: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
  border-radius: 3px 3px 0 0;
  display: flex;
  flex-direction: column; }

#apcpp_topbar {
  width: 100%;
  height: 15px;
  background: #dbdbdb; }

#apcpp_topbar_clock {
  margin: 1px 5px 0 0;
  float: right;
  font-size: 11px;
  color: #2f2f2f; }

#apcpp_headbar {
  background: red;
  position: absolute;
  z-index: 5;
  width: 320px; }

#apcpp_headbar_ph {
  height: 50px;
  width: 320px;
  float: left;
  background: -webkit-linear-gradient(#ededed 0, #d6d6d6 100%); }

#apcpp_headbar:after {
  content: '';
  z-index: 4;
  position: absolute;
  background: black;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.5);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px; }

#apcpp_headbar_content {
  position: relative;
  z-index: 5;
  background: #E8E8E8;
  border-bottom: 1px solid #B1B1B1; }

#apcpp_contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1; }

#area_control____old {
  height: 50px;
  width: 320px;
  float: left;
  position: relative;
  text-align: center; }

#area_control #area_control_gamenavsmds .button {
  background: #fc0;
  border: 1px solid #A8A8A8;
  border-radius: 3px;
  margin: 4px;
  padding: 3px 5px;
  font-weight: 700;
  color: #454545;
  box-shadow: 0 0 5px -2px #B8B8B8 inset;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5); }
  #area_control #area_control_gamenavsmds .button p {
    margin: 0; }

#apc_preview_popup_gameSettingsFoot .button p,
#apc_preview_popup_gameImportFoot .button p,
#apc_popup_editContentFoot .button p,
.acc_preview_popup_content_field .text {
  margin: 0; }

#area_control_label {
  display: block;
  font-weight: 700;
  color: #616161;
  text-shadow: 1px 1px 0 #FDFDFD;
  font-size: 12px;
  text-align: center;
  margin: 5px; }

#area_control_label_questnr {
  text-align: left; }

#area_control_label_points {
  text-align: right; }

#area_control {
  background: linear-gradient(to bottom, #f9f9f9 0, #ececec 100%);
  border-top: 1px solid #B1B1B1;
  height: 30px;
  border-radius: 0 0 3px 3px; }

section.appcontent_audio, section.appcontent_video {
  background: #343d53; }

.tgl {
  display: none; }
  .tgl:checked + .tgl-btn:after, .tgl:not(:checked) + .tgl-btn:before {
    display: none; }
  .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 5em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 5px;
    margin: 0 5px; }
    .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
      position: relative;
      display: block;
      content: "";
      width: 50%;
      height: 100%; }

.tgl-flip + .tgl-btn {
  position: relative; }
  .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 2em;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 4px; }
  .tgl-flip + .tgl-btn:after {
    content: attr(data-tg-off);
    background: #FF3A19; }
  .tgl-flip + .tgl-btn:before {
    content: attr(data-tg-on);
    background: #02C66F; }

#cmd_cancel,
#cmd_next,
#accountlist ul li span {
  cursor: pointer; }

section.appcontent_txt[color=dark], section.appcontent_img[color=dark] {
  background: #222; }

#apcpp_contents section {
  margin: 8px;
  min-height: 20px;
  padding: 8px;
  cursor: grab; }

.appcontent {
  background: white;
  border-radius: 4px; }

section.appcontent_snglchoise > p:first-of-type, section.appcontent_mltplchoise > p:first-of-type, section.appcontent_txtinput > p:first-of-type, section.appcontent_txt p {
  color: #222;
  margin: 0; }
section.appcontent_snglchoise > p, section.appcontent_mltplchoise > p {
  color: #222;
  margin: 5px 0 -5px; }
section.appcontent_txt p[type=plaintext] {
  color: #222; }
section.appcontent_snglchoise > p:first-of-type, section.appcontent_mltplchoise > p:first-of-type, section.appcontent_txtinput > p:first-of-type {
  border-left: 4px solid #e95e13;
  padding-left: 10px; }
section.appcontent_txt[type=textblock] p {
  border-left: 4px solid #e95e13;
  padding-left: 10px; }
section.appcontent_txt[type=quotation] {
  margin-top: 10px;
  margin-bottom: 0; }
  section.appcontent_txt[type=quotation] img {
    width: 80px; }
  section.appcontent_txt[type=quotation] p {
    margin: 0 10px 10px;
    background: linear-gradient(to bottom, #feffff 0, #e8f2f7 100%);
    filter: progid;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
    padding: 5px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 20px;
    min-width: 50px;
    width: auto; }
  section.appcontent_txt[type=quotation][orientation=left] p:before {
    content: '';
    border: 10px solid;
    border-color: transparent #b6b6b6 transparent transparent;
    width: 0;
    height: 0;
    left: -20px;
    top: 5px;
    position: absolute; }
  section.appcontent_txt[type=quotation][orientation=left] p:after {
    content: '';
    border: 8px solid;
    border-color: transparent #f6faf2 transparent transparent;
    width: 0;
    height: 0;
    left: -16px;
    top: 7px;
    position: absolute; }
  section.appcontent_txt[type=quotation][orientation=right] p:before {
    content: '';
    border: 10px solid;
    border-color: transparent transparent transparent #b6b6b6;
    width: 0;
    height: 0;
    right: -20px;
    top: 5px;
    position: absolute; }
  section.appcontent_txt[type=quotation][orientation=right] p:after {
    content: '';
    border: 8px solid;
    border-color: transparent transparent transparent #f6faf2;
    width: 0;
    height: 0;
    right: -16px;
    top: 7px;
    position: absolute; }
section.appcontent_video, section.appcontent_audio, section.appcontent_img {
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px; }

video {
  width: 100%; }

section.appcontent_img img {
  margin: auto;
  display: block;
  border: 1px solid #cfcfcf;
  background: #fcfcfc;
  padding: 5px;
  max-width: 80%; }
section.appcontent_video p:empty, section.appcontent_audio p:empty, section.appcontent_img p:empty, section.appcontent_txt[type=quotation] p:empty {
  display: none; }

#apcpp_headbar,
#apcpp_headbar_ph,
#navigation ul li img {
  display: none; }

section.appcontent_video p, section.appcontent_audio p, section.appcontent_img p {
  margin: auto;
  display: block;
  border: 1px solid #cfcfcf;
  background: #fcfcfc;
  padding: 3px;
  margin-top: 5px; }
section.appcontent_snglchoise .button p, section.appcontent_mltplchoise .button p {
  margin: 5px 5px 5px 10px;
  font-weight: 700;
  color: #3C3C3C; }
section.appcontent_snglchoise .button, section.appcontent_mltplchoise .button {
  background: #fc0;
  box-shadow: 0 0 12px -2px #CCC inset;
  border-radius: 3px;
  border: 1px solid #C2C2C2;
  margin: 10px 0 0;
  min-height: 20px; }
section.appcontent_snglchoise .button[data-active=true], section.appcontent_mltplchoise .button[data-active=true] {
  box-shadow: 0 0 10px -1px #9A9A9A inset;
  border: 1px solid #AFAFAF; }
section.appcontent_txtinput input {
  width: 295px;
  height: 25px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #c0bfbf;
  margin-top: 10px; }

#groupedcheckform {
  float: left; }

#generalcheckform {
  float: left;
  margin-top: 10px;
  margin-left: 18px; }

#inftxt {
  color: #757575;
  margin: 5px;
  float: left;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 7px 5px; }

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#accountlist {
  width: 600px;
  margin: auto;
  margin-top: 60px; }
  #accountlist ul {
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    border-bottom: 1px solid #fff;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0; }
    #accountlist ul li {
      padding: 5px 5px 5px 10px;
      color: #636363;
      border-bottom: 1px solid #d8d8d8;
      border-top: 1px solid #fff;
      cursor: pointer; }
      #accountlist ul li:first-of-type {
        border-radius: 4px 4px 0 0; }
      #accountlist ul li:last-of-type {
        border-radius: 0 0 4px 4px; }

#cmd_newAccount {
  float: right;
  margin: 10px 0 0; }

.addfrm .inputform input[type=text] {
  background: #fbfbfb;
  border: 1px solid #d7d7d7;
  width: 450px;
  border-radius: 5px;
  padding: 2px 5px;
  margin-left: 10px; }

#medialistImgPrevBox {
  position: fixed;
  width: 500px;
  height: 525px;
  background: rgba(0, 0, 0, 0.7);
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -250px;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  display: none;
  opacity: 0; }

#medialistImgPrevBoxImgBox {
  background: #f7f7f7;
  padding: 5px;
  margin: 5px;
  border-radius: 3px;
  display: block;
  height: 150px; }
  #medialistImgPrevBoxImgBox div {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    width: 480px; }
  #medialistImgPrevBoxImgBox img,
  #medialistImgPrevBoxImgBox video {
    margin: auto;
    display: block;
    max-height: 140px;
    max-width: 480px;
    cursor: -moz-zoom-in; }

#medialistImgPrevBox textarea {
  border-radius: 3px;
  background: #f7f7f7;
  border: 1px solid #bababa;
  width: 485px;
  margin: 5px;
  height: 100px; }
#medialistImgPrevBox h1 {
  color: #ececec;
  border: none;
  border-bottom: 1px solid silver;
  padding-left: 5px 0 0 0;
  margin: 5px; }

#iforgotbox li:last-of-type {
  border-bottom: none; }

#medialistImgPrevBoxClose {
  border-radius: 20px;
  height: 20px;
  width: 18px;
  padding-left: 2px;
  background: #222;
  border: 1px solid silver;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  color: #eee;
  float: right;
  margin-right: -10px;
  margin-top: -10px;
  text-align: center;
  cursor: pointer;
  font-weight: 700; }

#box {
  min-height: 200px;
  margin: auto;
  margin-top: 70px;
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05); }
  #box div.entry {
    padding-bottom: 10px; }
  #box img {
    margin: auto;
    display: block; }

#apcpp_headbar img {
  margin: auto;
  display: block; }

#box h1 {
  color: #f7f7f7;
  background: #19649d;
  padding: 5px;
  margin: 10px 0;
  text-align: center; }
#box h2 {
  color: #6a6a6a;
  padding: 5px;
  margin: 10px 0;
  text-align: left;
  border-bottom: 1px solid #e2e2e2; }
#box a {
  color: #4b4b4b;
  text-decoration: none; }

a#lnk {
  color: #0d70a5; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
#navigation ul li[type=group]:hover .navcmdadd,
#accountlist ul li:hover img.accountlistCmdDelete {
  display: block; }

body {
  display: flex;
  flex-direction: column;
  line-height: 1; }

ol,
ul,
#apc_preview_right ul {
  list-style: none;
  padding: 0; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: none; }

q:before, q:after {
  content: none; }

.box .inputform {
  margin: 10px;
  width: 100%; }
  .box .inputform p {
    float: left;
    margin: 0;
    padding-top: 3px;
    width: 200px; }

.information {
  margin-top: -8px;
  float: left;
  background: #ffe8d4;
  border: 1px solid #ffdba0;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 10px; }
  .information:before {
    content: 'i';
    float: left;
    background: #ffdba0;
    color: #fff7f0;
    border-radius: 10px;
    margin: 2px 0 0 5px;
    padding: 0 0 0 6px;
    width: 10px;
    height: 16px; }
  .information p {
    float: left;
    margin: 3px 0 3px 10px;
    color: #222; }

#userlist #cmd_newGame:hover,
.box input[type=submit]:hover,
#medialist #cmd_newGame:hover,
#accountlist #cmd_newAccount:hover,
.listBlock .cmd:hover,
#gamelist #cmd_newGame:hover {
  border-color: #adadad; }

#userlist #cmd_newUser:hover {
  border-color: #adadad; }
#userlist #cmd_newGame {
  background: linear-gradient(to bottom, #f7f7f7 0, #efefef 51%, #eaeaea 52%, #eaeaea 64%, #f7f7f7 100%);
  filter: progid;
  box-shadow: 0 0 12px -2px #CCC inset;
  border-radius: 3px;
  border: 1px solid #C2C2C2;
  float: right;
  margin-top: 6px;
  cursor: pointer; }

.box input[type=submit],
#medialist #cmd_newGame,
#accountlist #cmd_newAccount,
.listBlock .cmd,
#gamelist #cmd_newGame,
#userlist #cmd_newUser {
  background: linear-gradient(to bottom, #f7f7f7 0, #efefef 51%, #eaeaea 52%, #eaeaea 64%, #f7f7f7 100%);
  filter: progid;
  box-shadow: 0 0 12px -2px #CCC inset;
  border-radius: 3px;
  border: 1px solid #C2C2C2;
  float: right;
  margin-top: 6px;
  cursor: pointer; }

.addfrm {
  color: #222;
  background: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  width: 100%;
  border-spacing: 0;
  margin-top: 15px;
  float: left;
  display: none; }
  .addfrm .inputform {
    width: 700px;
    float: left;
    margin: 10px; }
    .addfrm .inputform p {
      width: 160px;
      float: left;
      margin: 0;
      padding-top: 3px; }
    .addfrm .inputform input {
      background: #fbfbfb;
      border: 1px solid #d7d7d7;
      width: 200px;
      border-radius: 5px;
      padding: 2px 5px;
      margin-left: 10px; }

.box .inputform input {
  background: #fbfbfb;
  border: 1px solid #d7d7d7;
  width: 200px;
  border-radius: 5px;
  padding: 2px 5px;
  margin-left: 10px; }

.addfrm .checkform {
  float: left;
  margin: 10px; }
  .addfrm .checkform p {
    float: left;
    margin: 0;
    padding-top: 3px; }
  .addfrm .checkform input {
    margin-left: 10px; }

.acc_preview_popup_content_field input[type=radio] {
  margin-left: 10px; }

.addfrm_inftxt {
  float: right;
  margin-right: 10px;
  color: #939393; }

.box,
.accountfrm {
  color: #222;
  background: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  width: 100%;
  border-spacing: 0;
  margin-top: 15px; }

p.control {
  border-left: 2px solid #e3e3e3;
  padding: 5px 5px 5px 8px;
  display: block;
  margin: 10px 0 10px 5px; }

#userSpaceSelect {
  margin-left: 20px; }

/*# sourceMappingURL=app.style.css.map */
