/*
 * $Id: qwabbl.css 278 2016-02-14 12:55:25Z bjjl $
 * Copyright (c) 2015 pocketservices GmbH
*/


/*******************************
        Status palette
*******************************/

/* Single source of truth for the green/amber/red used across expiry pills,
   badges, transaction amounts and inline status text.  Previously these were
   hard-coded and had drifted into near-duplicates (e.g. two ambers, two reds).
   Change a status color here and it updates everywhere. */
:root {
  --status-ok:      #8abc5a;  /* healthy / success — badge & button backgrounds, positive icons */
  --status-ok-text: #5d9f23;  /* success text & positive amounts (darker green, readable on white) */
  --status-warn:    #e8a317;  /* warning — text, icons, mid-expiry badge */
  --status-danger:  #c45b5b;  /* danger / negative — text, icons, expiring badge */
}

/*******************************
        Utilities
*******************************/

/* Pointer cursor for clickable non-anchor elements (divs/spans/comments).
   Plain <a> already gets this from the base `a` rule, and .ui.button from
   Semantic UI, so this is only for elements those don't cover. */
.clickable {
  cursor: pointer;
}

/* Single-line text that must not wrap. */
.nowrap {
  white-space: nowrap;
}

/* Single-line text that ellipsises when it overflows its box. */
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Right-aligned numeric table cells.  Scoped to .ui.table so it out-specifies
   Semantic UI's `.ui.table th { text-align: left }`. */
.ui.table th.text-right,
.ui.table td.text-right {
  text-align: right;
}

/* Tight inline glyph that hugs the following word (the gear/lock/book markers
   before admin/encrypted/personal channel names).  width:0 lets it overlap;
   the per-glyph horizontal padding stays inline so each glyph lands the same
   visual gap.  `.icon.` prefix is needed to beat Semantic UI's `i.icon`
   width/margin/font-size defaults.  The second selector is needed inside a
   `.ui.header` (the channel-list/manage/followers h2): Semantic's
   `.ui.header .icon` (0,0,3,0) otherwise forces display:table-cell +
   vertical-align:middle, breaking baseline alignment -- so we match its
   specificity (0,0,4,0) to keep the same inline-block/baseline as elsewhere. */
.icon.glyph-prefix,
.ui.header .icon.glyph-prefix {
  width: 0;
  font-size: 90%;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.1em 0 0;
}

/* Faint, slightly smaller status icon (spinners / "not found on-chain"). */
.icon.hint-icon {
  font-size: 0.8em;
  color: #ccc;
}

/*******************************
        Status pills
*******************************/

/* Compact channel pills (expiry countdown / follower count / sticky /
   personal).  Selector is intentionally `.ui.label.status-pill` so it
   out-specifies Semantic UI's `.ui.label` defaults (padding, margin,
   background) — the same overriding the old inline styles did.  Colour
   is a separate modifier so the live SSE handler can switch state by
   toggling .ok/.warn/.danger instead of writing inline background-color. */
.ui.label.status-pill {
  padding: 1px 7px;
  margin-top: -3px;
  min-width: 2.1em;
  text-align: center;
}
.ui.label.status-pill.ok     { background-color: var(--status-ok);     color: #fff; }
.ui.label.status-pill.warn   { background-color: var(--status-warn);   color: #fff; }
.ui.label.status-pill.danger { background-color: var(--status-danger); color: #fff; }

/* Bare compact label (the "new" badge, follower/post counts) — the same tight
   padding as the status pills, without the colour or min-width. */
.ui.label.compact-label {
  padding: 1px 7px;
  margin-top: -3px;
}

/*******************************
        Touch: eliminate iOS
        300ms tap delay
*******************************/

a, button, input, label, select, textarea,
.link, .button, .checkbox, .toggle,
[onclick], [role="button"] {
  touch-action: manipulation;
}

/*******************************
        Highlighted Colors
*******************************/

::-webkit-selection {
  background-color: #FFFFCC;
  color: #555555;
}
::-moz-selection {
  background-color: #FFFFCC;
  color: #555555;
}
::selection {
  background-color: #FFFFCC;
  color: #555555;
}

h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection {
  background-color: #F1C1C2;
  color: #222222;
}
h1::selection,
h2::selection,
h3::selection {
  background-color: #F1C1C2;
  color: #222222;
}
.ui *::-moz-selection {
  background-color: #CCE2FF;
}
.ui *::selection {
  background-color: #CCE2FF;
}

.qwabbl {
  background-color: #7DBF43
}

* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; 
}

/*-------------------------------------
  some changes to semantic-ui defaults
--------------------------------------*/
.ui.avatar.images .image,
.ui.avatar.images img,
.ui.avatar.image img,
.ui.avatar.image {
  border-radius: 0
}
.ui.comments .comment .avatar {
  width: 3.4em;
}
.ui.comments .comment > .avatar ~ .content {
  margin-left: 3em;
}
.ui.comments .comment .avatar img {
  border-radius: 0
}
.ui.comments .comment .reply.form {
  margin-left: 0;
  width: calc(100% - 1em);
  max-width: none;
}

/*******************************
             Global
*******************************/

html,
body {
  font-size: 20px;
}
#headericon {
  display: table-cell;
  text-align: left;
  width: 146px;
  padding-top: 0.1em;
  padding-left: 0.1em;
  cursor: pointer;
}
#headerright {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  font-size: 100%;
  font-weight: normal;
  white-space: nowrap;
  /*font-family: "Source Sans Pro", sans-serif;*/
}
#headersearch {
  width: 24em;
}
#searchicon {
  cursor: pointer;
}

body#main {
  font-family: "Open Sans", sans-serif;
  background: #FCFCFC url(/static/images/bg.webp) repeat;
  margin: 0px;
  padding: 0px;
  color: #444444;
  min-width: 320px;
}
body > .content  {
  background: #FCFCFC url(/static/images/bg.webp) repeat;
}

input,textarea,.ui.input input {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  color: #555555;
  font-family: "Source Sans Pro", sans-serif;
}

h1.ui.header,
h2.ui.header,
h3.ui.header {
  line-height: 1.05;
}

.ui.header .sub.header {
  padding-top: 0.3em;
  line-height: 1.1;
}

ul {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/* */
ul.clist {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.clist li {
  display: inline;
}

ul.clist li:after {
  content: ", ";
}

ul.clist li:last-child:after {
  content: "";
}


/*
p,
ul,
.ui.grid,
li {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size-adjust: none;
}*/


ul.list {
  list-style-type: disc;
}
ul.list li {
  list-style-position: outside;
}


/* text and headers */
/*h1 {
  margin: 0px 0px 20px;
  padding: 50px 0px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
h4 + p {
  margin: 0px 0px 20px;
}*/
pre {
  background-color: #F0F0F0;
}
/*rtl:ignore*/
/*pre.console {
  background-color: transparent;
  line-height: 1.6;
  height: 300px;
  overflow: auto;
  direction:ltr;
}*/
code {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-family: "Source Code Pro";
  font-size: 18px;
  margin: 0.1em 0.25em 0.25em 0.25em;
  padding: 0.125em 0.5em;
  vertical-align: middle;
}
pre code {
  border: none;
  padding: 0px;
}
table pre,
table code {
  margin: 0px !important;
  padding: 0px;
  background-color: transparent;
}
p {
  margin: 0.4em 0em;
}
p:first-child {
  margin-top: 0em;
}
p:last-child {
  margin-bottom: 0em;
}

/* links */
a {
  color: var(--status-ok-text);
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #6DAF33;
}
.titlelink {
  color: #555;
}
/* Non-selected tip/price tags: qwabbl green text, the darker readable-on-white
   green (iOS otherwise defaults the button text to system blue).  Must be a
   rule, not inline — the selector JS clears inline color on deselect
   (tip.js .css({color:''})); the active tag's inline color:#fff overrides it. */
.tip-amount {
  color: var(--status-ok-text);
}
/* Long root posts (>3 paragraphs) render slightly smaller to reduce display
   overload / scrolling.  Set in read.html via Post.is_long_root(). */
.text.wmd.compact-root {
  font-size: 0.9em;
}
.ui.comments a.default {
  cursor: default;
}
.ui.comments a.text {
  cursor: text;
}

#main #menu .item {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#main #menu .hide.item {
  display: none;
}

#main #menu .item .item {
  font-size: 0.875rem;
}
/*#main .segment > .dimmer {
  z-index: 800;
}*/
.ui.comment.dimmable > .ui.dimmer {
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

/* segment headers */
#main > .content > .page > .segment,
#main > .segment {
  margin: 0px 0px 3em;
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
}

#main > .tab.segment {
  padding-bottom: 0em;
  margin-bottom: 2em;
}

#main > .tab.segment .fixed .tabular.menu {
  position: fixed;
  top: 50px;
}
#main > .tab.segment .vertical.menu {
  display: none;
  margin: 2rem 0em 1rem;
}
#main > .tab.segment .tabular.menu {
  margin: 2rem 0em 0em;
  border-bottom: none;
}
#main > .tab.segment .tabular.menu .active.item {
  background-color: #FAFAFA;
  border-bottom-color: #FAFAFA;
}


#main .download.menu {
  margin-top: 0em;
  margin-bottom: 3rem;
}

#main .main.menu {
  min-width: 320px;
  z-index: 900;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
#main .main.menu iframe {
  margin: 0px 0px 0px 0px;
}
/* lists */
#main .features {
  list-style-position: inside;
  margin: 10px 0px 0px;
  padding: 0px;
}
#main .features li {
  list-style-type: disc;
  margin: 0px 0px 10px;
  font-weight: bold;
}

#main .advertisement {
  float: right;
  margin-left: 2em;
}

.ui.form.segment.chat-box {
    display: none;
    position: fixed;
    width: 880px;
    bottom: 0;
    right: 8px;
    left: 8px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: 0 0 0 0;
}

.dropzone {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.3125em;
}
.dz-message {
    color: #bbb;
}


/*--------------
    Intro
---------------*/

body.guide .main h3 {
  margin: 2rem 0em 0.5rem;
}
/*body.guide .main.container > * {
  max-width: 800px;
}*/


/*--------------
    Playground
---------------*/

#main.playground {
  min-width: 1000px;
}
#main.playground > .title.grid {
  padding-top: 60px;

}
#main .ui.items .menu .item {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*--------------
    Items
---------------*/

#main.item .text.main .item {
  min-height: 150px;
}


/*--------------
    Masthead
---------------*/
#main .error.masthead {
  position: absolute;
  margin-top: -290px;
  top: 50%;
  width: 100%;
}
#main .error.masthead .container {
  position: relative;
  z-index: 100;
}
#main .masthead {
  position: relative;
  overflow: hidden;
  background-color: #00B5AD;
  text-align: center;
  margin-top: 38px;
  padding: 50px 0px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0px;
  border-bottom: none;
}
#main .masthead:before {
  background: #00B5AD url(/images/tile-bg.png) repeat fixed 0% 0%;
  position: absolute;
  z-index: 1;
  width: 500%;
  height: 500%;
  top: 0px;
  left: 0px;
  content: '';

  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  -webkit-animation-name: masthead;
  -moz-animation-name: masthead;
  -o-animation-name: masthead;
  animation-name: masthead;

  -webkit-animation-duration: 80s;
  -moz-animation-duration: 80s;
  -ms-animation-duration: 80s;
  -o-animation-duration: 80s;
  animation-duration: 80s;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;

  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes masthead {
 0% {
    background-position: 0% 0%;
 }
 50% {
    background-position: -50% -100%;
 }
 100% {
    background-position: -100% -200%;
 }

}

@-moz-keyframes masthead {
 0% {
   background-position: 0% 0%;
 }
 50% {
   background-position: -50% -100%;
 }
 100% {
   background-position: -100% -200%;
 }

}

@-webkit-keyframes masthead {
 0% {
   background-position: 0% 0%;
 }
 50% {
   background-position: -50% -100%;
 }
 100% {
   background-position: -100% -200%;
 }

}

@-ms-keyframes masthead {
 0% {
   background-position: 0% 0%;
 }
 50% {
   background-position: -50% -100%;
 }
 100% {
   background-position: -100% -200%;
 }

}

@-o-keyframes masthead {
 0% {
   background-position: 0% 0%;
 }
 50% {
   background-position: -50% -100%;
 }
 100% {
   background-position: -100% -200%;
 }

}
#main .masthead .grid {
  position: relative;
  z-index: 2;
}
#main .masthead .column {
  display: table;
}
#main .introduction {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
#main .advertisement {
  float: none;
  display: table-cell;
  vertical-align: top;
  padding-left: 2em;
}
#main #carbonads-container {
  float: right;
}
#main .advertisement .carbonad {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main .advertisement .carbonad-text {
  height: auto;
  font-size: 12px;
  line-height: 1.3;
}
#main .carbonad-tag {
  text-align: left;
}
#main .inverted.advertisement .carbonad {
  background-color: rgba(0, 31, 30, 0.5);
  border: none;
  overflow: hidden;
  height: auto;
  padding: 6px 8px 15px;
}
#main .inverted.advertisement .carbonad-text {
  color: rgba(255, 255, 255, 0.6);
}
#main .inverted.advertisement .carbonad-tag {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.4);
}
#main .inverted.advertisement .carbonad-tag a {
  color: rgba(255, 255, 255, 0.8);
}
#main .inverted.advertisement .carbonad-tag a:hover {
  color: #FFFFFF;
}


#main .masthead .labeled.button {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto !important;
  margin-right: 1em;
}
#main .masthead.segment h1 {
  font-size: 5em;
  color: #FFFFFF;
  line-height: 1.2;
  margin: -20px 0px 0px;
  padding-bottom: 0px;
}
#main .masthead strike {
  color: rgba(0, 0, 0, 0.2);
}
#main .masthead h2 {
  font-weight: normal;
  margin: -10px 0 16px 0px;
  font-size: 1.75em;
  border-bottom: none;
  line-height: 1;
}
#main .masthead .menu {
  width: 375px;
}
#main .masthead p {
  font-size: 1.5em;
  margin: 1em 0em 1.5em;
  padding: 0px;
}
#main .footer.link.list {
  display: block;
  text-align: center;
  margin-bottom: 1.5rem;
}


/*--------------
  Transparent
---------------*/

.ui.transparent.menu {
  opacity: 0.95;
}


/* content */
#main .container {
  /*width: 915px;*/
  margin: 0px auto;
}

#main .solid,
#main .stripe {
  padding: 50px 0px;
}

#main .dark.stripe {
  background-color: #333333;
  background: url(/images/dark-bg.png) repeat;
  color: #FFFFFF;
}
#main .stripe .column .label {
  margin-bottom: 1em;
}

#main .solid {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
#main .solid .column {
  color: #555555;
}
#main .solid .column p b {
  color: rgba(0, 0, 0, 0.9);
}
#main .solid .column p {
  color: rgba(0, 0, 0, 0.5);
}
#main .stripe .message {
  margin: 2em 0em;
}


#main .shortcuts {
  float: right;
  clear: both;
}
#main .launch.button {
  position: fixed;
  top: 63px;
  z-index: 500;
  width: 70px;
}
#main.index .main.menu {
  top: 0px;
}
#main.index pre.console {
  height: 120px;
}
#main.index .attached.launch.button {
  top: 96px;
}
#main .launch.button .text {
  display: inline-block;
  display: none;
}

/* Top gap below the fixed header — was an inline style="margin-top: 14px"
   on every page's main container.  The footer container is excluded. */
#main .main.container:not(.footer) {
  margin-top: 14px;
}
#main .main.container {
  position: relative;
  padding-bottom: 1.2em;
}
#main .main.container > h2 {
  -webkit-transition: 0.5s color ease;
  -moz-transition: 0.5s color ease;
  -o-transition: 0.5s color ease;
  -ms-transition: 0.5s color ease;
  transition: 0.5s color ease;
}
#main .swap {
  background: url(http://beta.myfav.es/images/themes/bg/subtle/subtle-handmade-paper.png) repeat;
}
#main .peek {
  position: absolute;
  top: 0px;
  left: -230px;
  width: 180px;
/*
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  transition: padding 0.3s ease;*/
}

#main .ui.tab.segment {
  padding: 1.5em 2em;
}
#main .main .circular.segment {
  width: 175px;
  height: 175px;
}

#main.popup .main .popup {
  color: #FF0000;
}
#main .position.main .icon {
  position: absolute;
  margin: 0em;
  padding: 0.5em !important;
}
#main .position.main > .segment {
  width: 250px;
  height: 250px;
}
#main .position.main .segment .icon:nth-of-type(1) {
  top: 3em;
  left: 3em;
}
#main .position.main .segment .icon:nth-of-type(2) {
  top: 3em;
  left: 50%;
  margin-left: -1em;
}
#main .position.main .segment .icon:nth-of-type(3) {
  top: 3em;
  right: 3em;
}
#main .position.main .segment .icon:nth-of-type(4) {
  top: 50%;
  margin-top: -1em;
  right: 3em;
}
#main .position.main .segment .icon:nth-of-type(5) {
  bottom: 3em;
  right: 3em;
}
#main .position.main .segment .icon:nth-of-type(6) {
  bottom: 3em;
  left: 50%;
  margin-left: -1em;
}
#main .position.main .segment .icon:nth-of-type(7) {
  bottom: 3em;
  left: 3em;
}
#main .position.main .segment .icon:nth-of-type(8) {
  top: 50%;
  margin-top: -1em;
  left: 3em;
}

#main .main.ui.grid {
  position: relative;
}
#main .main .toggle.button {
  min-width: 200px;
}
#main .main .language.label {
  margin: 1em 0em 0.75em;
}
#main .icon.main .grid {
  margin-top: 1.5rem;
  text-align: left;
}
#main .icon.main .grid .code {
  position: static;
}
#main .icon.main .grid .column {
  opacity: 0.8;
  margin-bottom: 2em;
  text-align: center;
  color: #888888;

  -webkit-transition:
    margin-left 0.3s ease-out,
    opacity 0.3s ease-out
  ;
  -moz-transition:
    margin-left 0.3s ease-out,
    opacity 0.3s ease-out
  ;
  -o-transition:
    margin-left 0.3s ease-out,
    opacity 0.3s ease-out
  ;
  -ms-transition:
    margin-left 0.3s ease-out,
    opacity 0.3s ease-out
  ;
  transition:
    margin-left 0.3s ease-out,
    opacity 0.3s ease-out
  ;
}
#main .icon.main .column .icon {
  opacity: 1;
  color: #333333;
  display: block;
  margin: 0em auto 0.25em;
  font-size: 2em;

  -webkit-transition:
    all 0.2s ease-out
  ;
  -moz-transition:
    all 0.2s ease-out
  ;
  -o-transition:
    all 0.2s ease-out
  ;
  -ms-transition:
    all 0.2s ease-out
  ;
  transition:
    all 0.2s ease-out
  ;
  -webkit-backface-visibility: hidden;
}
#main .icon.main .grid .column:hover .icon {
  color: #009FDA;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
#main .another.icon.main {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#main .another.main {
  margin-top: 0em;
  padding-top: 2em;
  border-top: none;
}
#main .another.main i.code {
  top: 0px;
}
#main .main > p {
  color: #888888;
}

#main .peek .menu .active:nth-child(1) {
  border-right-color: #00B9F0;
  color: #00B9F0;
}
#main .peek .menu .active:nth-child(2) {
  border-right-color: #56BB73;
  color: #56BB73;
}
#main .peek .menu .active:nth-child(3) {
  border-right-color: #EF3F49;
  color: #EF3F49;
}
#main .peek .menu .active:nth-child(4) {
  border-right-color: #A24096;
  color: #A24096;
}
#main .main h2.group {
  color: #A24096;
}

#main .peek > .menu {
  margin-left: 0px;
  width: 180px;
}
/* #main .peek > .menu.animating > .active {
  background-color: transparent;
  border: none;
  padding-left: 0.95em;
}
#main .peek > .menu.animating > .active:after {
  background-color: #FFFFFF;
} */

/* overview mode */

#main.overview h2.ui.header {
  margin-bottom: 0em;
}
/*
#main .ui.header ~ .ui.message a,
#main .ui.header ~ p a {
  font-weight: bold;
}
*/
#main.overview .main {
  margin: 0em;
  min-height: 0px !important;
  overflow: hidden;
  padding: 0.5em 0em;
}
#main.overview .main .ui.header,
#main.overview .main p {
  float: right;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#main.overview .main p {
  float: left;
  font-size: 1rem;
  padding: 0em 0em 0em 0.3em;
  width: auto;
}


#main .sticky-wrapper.stuck {
  height: 0px !important;
  -webkit-transition:
    margin-left 0.3s ease-out,
    opacity 0.3s ease-out
  ;
  -moz-transition:
    margin-left 0.3s ease-out,
    opacity 0.3s ease-out
  ;
  -o-transition:
    margin-left 0.3s ease-out,
    opacity 0.3s ease-out
  ;
  -ms-transition:
    margin-left 0.3s ease-out,
    opacity 0.3s ease-out
  ;
  transition:
    margin-left 0.3s ease-out,
    opacity 0.3s ease-out
  ;
}
#main .sticky-wrapper.stuck .peek {
  position: fixed;
  top: 75px;
  left: 50%;
  margin-left: -685px;
}
#main.left.pushed .sticky-wrapper .peek {
  margin-left: -132.5px;
  padding-left: 132.5px;
}

#main.left.pushed .sticky-wrapper.stuck .peek {
  margin-left: -817.5px;
  padding-left: 132.5px;
}

#main .settings.table {
  margin-bottom: 20px;
}
#main .settings.table td:first-child {
  font-weight: bold;
}
#main .settings.table td:nth-child(2n) {
  width: 100px;
}

#main .existing.annotation {
  /*display: none;*/
}
/*#main .segment p:first-of-type {
  margin-top: 0em;
}*/

/* example code reskin */
#main div.code.hide {
  display: none;
}
/*rtl:ignore*/
#main div.code {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: left;
  direction:ltr;
}
#main div.code {
  margin: -1em;
  font-size: 14px;
  padding: 5px 0px;
  background-color: transparent;
}
#main .label + div.code {
  margin-top: 1.5em;
}
#main div.code .ace_gutter {
  background-color: #FAFAFA;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #999999;
}
#main div.code .ace_gutter-cell {
  padding-right: 20px;
  padding-left: 10px;
}
#main div.code .ace_bracket {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#main div.code .ace_indent-guide {
  position: relative;
  background: none;
}
/* #main div.code .ace_indent-guide:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  border-left: 1px solid #ECF5F3;
} */

#main table .instructive.segment {
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  padding: 0em;
  margin: -0.4em -0.7em;
}
#main table .instructive.segment .code {
  margin: 0em;
}
#main table .instructive.segment div.code .ace_identifier,
#main table .instructive.segment div.code .ace_line {
  color: #555555;
}

#main .ui.label + .instructive.segment {
  margin-top: 0em;
}
#main .instructive.segment em {
  font-style: normal;
  color: rgba(0, 0, 0, 0.4);
}
#main .instructive.segment .title + em {
  float: right;
}


#main div.code .ace_gutter,
#main div.code .ace_scroller {
  background-color: transparent;
  overflow: visible;
  margin: 14px 10px;
}
#main div.code .ace_scrollbar {
  overflow: hidden;
  background-color: transparent;
}

#main div.code .ace_line,
#main div.code .ace_line span {
  -webkit-transition:
    color 1s ease-out
  ;
  -moz-transition:
    color 1s ease-out
  ;
  -o-transition:
    color 1s ease-out
  ;
  -ms-transition:
    color 1s ease-out
  ;
  transition:
    color 1s ease-out
  ;
}
#main div.code .ace_line {
  color: #555555;
}
#main div.code .ace_tag {
  color: #DCBCD3;
}
#main div.code .ace_attribute-name {
  color: #F4C5C5;
}
#main div.code .ace_content {
}
#main div.code .ace_string {
  color: #00A59D;
}
#main div.code .ace_cursor {
  border-left: none;
}
#main div.code .ace_paren {
  color: #CCCCCC;
}
#main div.code .ace_keyword {
  color: #CCCCCC;
}
#main div.code .ace_identifier {
  color: #CCCCCC;
}
#main div.code .ace_punctuation {
  color: #CCCCCC;
}
#main div.code .ace_active_line {
  background-color: #FBFBE5;
}

/* Hovered Style */

#main div.code:hover .ace_line {
  color: #555555;
}
#main div.code:hover .ace_tag {
  color: #892A6F;
}
#main div.code:hover .ace_attribute-name {
  color: #934E4E;
}
#main div.code:hover .ace_content {
}
#main div.code:hover .ace_string {
  color: #00A59D;
}
#main div.code:hover .ace_cursor {/*
  border-left: 1px solid #AAAAAA;*/
}
#main div.code:hover .ace_paren {
  color: #555555;
}
#main div.code:hover .ace_keyword {
  color: #555555;
}
#main div.code:hover .ace_identifier {
  color: #555555;
}
#main div.code:hover .ace_scrollbar {
  overflow: hidden !important;
}
#main div.code:hover .ace_punctuation {
  color: #555555;
}
#main div.code:hover .ace_active_line {
  background-color: #FBFBE5;
}


/* action icons — fixed-width column for consistent alignment */
i.icon.action-icon {
  display: inline-block;
  width: 1.6em;
  text-align: center;
  margin: 0 0.15em 0 0;
}

/* earnings flash in header */
@keyframes earnings-pulse {
  0%   { opacity: 0; transform: translateY(4px); }
  15%  { opacity: 1; transform: translateY(0); }
  80%  { opacity: 1; }
  100% { opacity: 0; }
}
#earnings-flash .earning {
  display: inline;
  color: var(--status-ok-text);
  margin-right: 1em;
  animation: earnings-pulse 3s ease-out forwards;
}

/* read and reply */

.ui.form textarea.reply {
    /*color: #555;*/
    min-height: 2em;
    transition: height 0.2s;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
}


/* file & image upload */

.modal-image {
    padding: 0 2em 0 2em;
}


.thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}


/* examples */
#main .no.main i.code {
  display: none;
}

#main .main:first-child,
#main h2 + .main,
#main h3 + .main,
#main h4 + .main {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
#main h2 + .main i.code,
#main h3 + .main i.code,
#main h4 + .main i.code {
  top: 0px;
}
#main .main > h4 {
  margin-bottom: 0em;
}

#main .clearing.main {
  clear: both;
}
#main .main {
  margin: 1em 0em;
  padding: 0.8em 0em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
/*  clear: both;*/
  position: relative;
}
#main .main .grid i.code {
  right: 25%;
}
#main .main i.code {
  cursor: pointer;
  position: absolute;
  top: 2em;
  right: 0px;
  opacity: 0.2;

  font-size: 18px;
  color: #555555;

  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#main .main > i.code:before {
  font-family: 'Basic Icons';
  content: '\e714';
}
#main .main:hover i.code {
  opacity: 0.7;
}
#main .main:hover i.code:hover {
  opacity: 1;
}

#main .highlighted.main {
  min-height: 390px;
}
#main .highlighted.main .grid,
#main .ui.type.items .image .grid {
  -webkit-animation: grid 15s ease infinite;
  -moz-animation: grid 15s ease infinite;
  background-color: #F6F6F6;
  margin: 0em auto;
}
#main .highlighted.main .grid .row,
#main .ui.type.items .image .grid .row {
  border-top: 1px solid #DDDDDD;
}
#main .highlighted.main .grid .column,
#main .ui.type.items .image .grid .column {
  background-color: #F4F4F4;
  min-height: 50px;
  -webkit-box-shadow: 0px 0px 0px 1px #E2E2E2;
  -moz-box-shadow: 0px 0px 0px 1px #E2E2E2;
  box-shadow: 0px 0px 0px 1px #E2E2E2;
}
#main .highlighted.main .grid .segment,
#main .ui.type.items .image .grid .segment {
  min-height: 50px;
  text-align: center;
  padding-left: 0em;
  padding-right: 0em;
  -webkit-box-shadow: 0px 0px 0px 1px #DDDDDD;
  -moz-box-shadow: 0px 0px 0px 1px #DDDDDD;
  box-shadow: 0px 0px 0px 1px #DDDDDD;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

@-webkit-keyframes grid {
  0% {
    width: 100%;
  }
  40% {
    width: 70%;
  }
  60% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes grid {
  0% {
    width: 100%;
  }
  40% {
    width: 70%;
  }
  60% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
@keyframes grid {
  0% {
    width: 100%;
  }
  40% {
    width: 70%;
  }
  60% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}


#main .ui.type.items > .item {
  min-height: 255px;
}

#main .ui.type.items > .item > .image {
  padding: 1em;
  height: 165px;
  vertical-align: middle;
}

/* some demo formatting */
.ui.menu p:only-child {
  margin: 0px;
}
.ui.menu a {
  cursor: pointer;
}


body.progress .ui.progress .bar {
  -webkit-animation: finish 10s ease-in-out infinite;
  -moz-animation: finish 10s ease-in-out infinite;
  -ms-animation: finish 10s ease-in-out infinite;
  animation: finish 10s ease-in-out infinite;
}

@-webkit-keyframes finish {
  0% {
    width: 0%;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes finish {
  0% {
    width: 0%;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes finish {
  0% {
    width: 0%;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}


/*#main.feed .main .segment {
  max-width: 800px;
}*/

#main .fixed .launch {
  display: none;
}
#main .designer .icon {
  font-family: 'Basic Icons';
}

#main .fixed.column .sticky-wrapper {
  height: 0px !important;
}

#main .fixed.column .fixed,
#main .fixed.segment .fixed {
  position: fixed;
  top: 65px;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media only screen {
  #main .fixed .section,
  #main .fixed .title b {
    display: none;
  }
  #main .stripe .header .code.icon {
    display: none;
  }
  #main .fixed .container {
    width: auto;
    margin: 0px auto;
  }
  #main .attached.launch.button {
    display: none;
  }
  #main .fixed .launch {
    display: inline-block;
  }
  #main .sticky-wrapper {
    display: none;
  }
  #main .container {
    width: 880px;
    margin: 0 auto;
  }
}
@media only screen and (max-width : 900px) {
  #main .container {
    width: auto;
    margin: 0% 10px 0px;
  }
  .ui.form.segment.bottom-filler {
    width: auto;
    margin: 0;
  }
  .ui.form.segment.chat-box {
    width: auto;
    margin: 0 0 10px 0;
  }
  pre.console {
    height: 150px;
  }
  #main.index .masthead {
    text-align: center;
    padding: 50px 0px 15px;
  }
  #main.index .masthead h1 {
    font-size: 3em;
  }
  #main.index .masthead h1 .icon {
    display: none;
  }
  #main.index .masthead .button {
    font-size: 1.1em;
    margin-bottom: 0.5em;
  }
  #main.index .masthead h2 {
    font-size: 1.25em;
    margin: 0em 0em 1em;
  }
  #main.index .masthead p {
    font-size: 1.35em;
  }
  #main.index .container {
    margin-left: 2em;
    margin-right: 2em;
  }
  #main.index .icon.header .icon {
    font-size: 3em;
  }
  #main .introduction {
    display: block;
  }
  #main .advertisement {
    display: block;
    margin: 1em 0em;
    padding: 0em;
  }
  #main #menu .hide.item {
    display: block;
  }
  #main #menu .item > .icon {
    font-size: 1em !important;
  }
  #main .inverted.advertisement .carbonad {
    height: 109px;
  }
  #main .inverted.advertisement .carbonad-img {
    margin-top: 0px;
  }
  #main #carbonads-container {
    float: none;
  }
  #main .carbonad {
    width: auto;
  }
  #main .carbonad-text,
  #main .carbonad-tag {
    float: none;
    display: block;
    text-align: left;
    margin-left: 160px;
    width: 170px;
  }
}


@media only screen and (max-width : 600px) {
  #main .icon.main .grid .column {
    width: 33.33%;
  }
}


@media only screen and (max-width : 600px) {
  #main .main.menu .borderless.item {
    display: none;
  }
  #main .fixed .developer,
  #main .fixed .designer,
  #main .fixed .previous,
  #main .fixed .next {
    display: none;
  }
  #main > .tab.segment .tabular.menu {
    display: none;
  }

  #main > .tab.segment .vertical.menu {
    display: block;
  }
}

@media only screen and (max-width : 580px) {
  html,
  body {
    font-size: 15px;
  }
  code {
    font-size: 14px;
  }
  #headericon {
    width: 108px;
  }
  #searchicon {
    margin-top: 1px;
  }
  .ui.form.segment.chat-box {
      left: 8px;
      right: 8px;
      margin-bottom: 1px;
  }
}

@media only screen and (max-width : 450px) {
  /*body#main {
    font-family: sans-serif;
  }
  input,textarea {
    font-family: sans-serif;
  }
  h1,h2,h3,h4,h5 {
    font-family: sans-serif;
  }*/
  #headersearch {
    width: 18em;
  }
  .main.container.footer {
    display: none;
  }
  #main .container {
    width: auto;
    margin: 0% 5px 0px;
  }
  .ui.segment {
    padding: 0.6em 0.4em 0.6em 0.4em;
    border-radius: 0px;
  }
  .footeroptional {
    display: none;
  }
  #main .avatar {
    display: none;
  }
  #signouttoggable {
    display: none;
  }
  .ui.comments .comment .avatar ~ .content {
    padding: 0;
    margin-left: 0
  }
  #main .main.menu .icon.item {
    display: none;
  }
  #main .main.menu .github.item {
    display: block;
  }
  #main .main.menu .github.item:before {
    display: none;
  }
  #main .carbonad {
    height: 135px;
  }
  #main .carbonad .carbonad-text {
    width: 90px;
  }
  .ui.modal > .close {
      top:   0.8em;
      right: 0.2em;
  }
  .ui.modal > .header {
      padding: 1rem 1rem;
  }
  .ui.modal .actions {
      padding: 0.8rem 1rem 0rem 1rem;
  }
  .ui.modal .actions > .button {
      margin-left: 0.15em;
  }
  .modal-image {
      padding: 0 1em 0 1em;
  }
  .ui.form.segment.bottom-filler {
      right: 4px;
      left: 4px;
  }
  .ui.form.segment.chat-box {
      right: 3px;
      left: 3px;
  }
}



@media only screen and (min-width : 1725px) {
  #main .container {
    width: 1100px;
  }
  #main .sticky-wrapper.stuck .peek {
    margin-left: -780px;
  }
  #main.left.pushed .main.menu {
    margin-left: -132px;
  }
}

@media only screen and (min-width : 2300px) {
  #main .container {
    width: 1320px;
  }
  #main .sticky-wrapper.stuck .peek {
    margin-left: -890px;
  }
}



@media only screen and (max-width : 998px) {
  #main.index .main.menu .container {
    width: auto;
    padding: 0% 4%;
  }
  #main.transition .mains {
    width: 100%;
  }
  #main.transition .mains .pointing.below.label {
    display: none;
  }
}
@media only screen and (min-width : 998px) {
  #main.index .main.menu .container {
    width: auto;
    padding: 0% 8%;
  }
  #main .mains {
    margin-right: 400px;
  }
  #main .fixed.column,
  #main .fixed.column .fixed {
    float: right;
    width: 300px;
  }
}
@media only screen and (min-width : 1500px) {
  #main.index .main.menu .container {
    width: auto;
    padding: 0% 13%;
  }
  #main .mains {
    margin-right: 500px;
  }
  #main .fixed.column,
  #main .fixed.column .fixed  {
    float: right;
    width: 400px;
  }
}
@media only screen and (min-width : 1750px) {
  #main.index .main.menu .container {
    width: auto;
    padding: 0% 18%;
  }
}
@media only screen and (min-width : 2000px) {
  #main.index .main.menu .container {
    width: auto;
    padding: 0% 23%;
  }
}

/* Thread Tree Panel */
.ui.comments.segment.has-thread-tree {
  position: relative;
}
#posts_wrapper {
}
#thread_tree_panel {
  position: sticky;
  top: 14px;
  float: right;
  margin-top: calc(-1em - 1px);
  margin-right: calc(-1em - 1px);
  margin-left: 1em;
  padding: 0.8em 1em;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0 .28571429rem .28571429rem 0;
  z-index: 10;
  max-width: 320px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#posts_wrapper .ui.comment {
  overflow: hidden;
}
#thread_tree {
  margin: 0;
  padding: 0;
  font-family: 'Menlo', 'Monaco', 'Consolas', monospace;
  font-size: 12.5px;
  line-height: 1.7;
  color: #333;
  white-space: pre;
  background: none;
}
#thread_tree .tt-node {
  cursor: pointer;
  padding: 0 1px;
  border-radius: 2px;
}
#thread_tree .tt-node:hover {
  background: #e0e0e0;
}
#thread_tree .tt-unread {
  font-weight: bold;
  color: #1a1a1a;
}
#thread_tree .tt-read {
  color: #666;
}
#thread_tree .tt-current {
  background: var(--status-ok-text);
  color: #fff;
  font-weight: bold;
}
#thread_tree .tt-current:hover {
  background: #4e8a1d;
}
#thread_tree .tt-new {
  background: #fffde7;
  outline: 1px solid #f0e68c;
  color: #1a1a1a;
  font-weight: bold;
}
/* New post highlight */
@keyframes post-highlight-fade {
  0%   { background-color: #fffde7; }
  70%  { background-color: #fffde7; }
  100% { background-color: transparent; }
}
.post-highlight {
  animation: post-highlight-fade 4s ease-out forwards;
}

/* Post depth indentation and scaling */
.ui.comments .comment.post-depth-1 {
  margin-left: 40px;
  font-size: 0.92em;
}
.ui.comments .comment.post-depth-1 > .avatar img,
.ui.comments .comment.post-depth-1 > a.avatar img {
  width: 30px;
  height: 30px;
}
.ui.comments .comment.post-depth-2 {
  margin-left: 80px;
  font-size: 0.85em;
}
.ui.comments .comment.post-depth-2 > .avatar img,
.ui.comments .comment.post-depth-2 > a.avatar img {
  width: 26px;
  height: 26px;
}
.ui.comments .comment.post-depth-3 {
  margin-left: 120px;
  font-size: 0.78em;
}
.ui.comments .comment.post-depth-3 > .avatar img,
.ui.comments .comment.post-depth-3 > a.avatar img {
  width: 22px;
  height: 22px;
}
.ui.comments .comment.post-depth-4 {
  margin-left: 160px;
  font-size: 0.73em;
}
.ui.comments .comment.post-depth-4 > .avatar img,
.ui.comments .comment.post-depth-4 > a.avatar img {
  width: 20px;
  height: 20px;
}
.ui.comments .comment.post-depth-5 {
  margin-left: 200px;
  font-size: 0.70em;
}
.ui.comments .comment.post-depth-5 > .avatar img,
.ui.comments .comment.post-depth-5 > a.avatar img {
  width: 18px;
  height: 18px;
}
/* Subtree fold/unfold toggle */
.subtree-toggle {
  display: inline-block;
  cursor: pointer;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 0.4em;
  padding: 1px 3px;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  user-select: none;
}
.subtree-toggle:hover {
  color: var(--status-ok-text);
  background: #f0f0f0;
}
.subtree-folded {
  display: none;
}
@media only screen and (max-width: 767px) {
  #thread_tree_panel {
    display: none !important;
  }
  .ui.comments .comment.post-depth-1 { margin-left: 20px; font-size: 0.92em; }
  .ui.comments .comment.post-depth-2 { margin-left: 40px; font-size: 0.85em; }
  .ui.comments .comment.post-depth-3 { margin-left: 60px; font-size: 0.78em; }
  .ui.comments .comment.post-depth-4 { margin-left: 80px; font-size: 0.73em; }
  .ui.comments .comment.post-depth-5 { margin-left: 100px; font-size: 0.70em; }
}
