/* Todo: Remove bootstrap.min.css unused classes. */
@media print{@page {size: landscape}}

body, html {
    height: 100%;
    /* background-color: #f3f7ff; */
    overflow-x: hidden scroll;
    background-color: transparent;
}
html {
    zoom: .8;
}

#hovline-intent { display: none; font-stretch: condensed; font-size: 22px; }
#hovline-method { display: none; font-stretch: condensed; font-size: 22px; }
#hovline-project { display: none; font-stretch: condensed; font-size: 22px; }
#hovline-product { display: none; font-stretch: condensed; font-size: 22px; }
#hovline-profile { display: none; font-stretch: condensed; font-size: 22px; }
#hovline-event { display: none; font-stretch: condensed; font-size: 22px; }

#hovline-intent:hover { display: inline; text-decoration: underline green!important; }
#hovline-method:hover { display: inline; text-decoration: underline brown!important; }
#hovline-project:hover { display: inline; text-decoration: underline rgba(51,102,153,1.0)!important; }
#hovline-product:hover { display: inline; text-decoration: underline #9B9929!important; }
#hovline-profile:hover { display: inline; text-decoration: underline #399868!important; }
#hovline-event:hover { display: inline; text-decoration: underline #7f80ac!important; }

div.container-fluid {
    background-color: transparent;
}

#logo-oo {
    background-color: transparent!important;
}
footer {
    background-color: transparent!important;
}
div.container-fluid {
    background-color: transparent!important;
}

#think-intents {}
#think-methods {}
#make-projects {}
#trade-products {}

.think-it { line-height: 20px; visibility: hidden; }
.make-it { line-height: 20px; visibility: hidden; }
.trade-it { line-height: 20px; visibility: hidden; }
#read-it { line-height: 20px; }

.card-product {
	width: 150px;
    height: 150px;
    background-color: #9b99293b;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    vertical-align: top;
    border-radius: 10px;
}

.menu-item-btn {
    margin-left: 14px;
}
.btn-menu-item {
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: #999999;
    color: #000;
    background-color: #ffffff00;
    -webkit-box-shadow: 0 0 7px rgb(141, 141, 141, 0.7);
            box-shadow: 0 0 7px rgb(141, 141, 141, 0.7);
}
.btn-menu-item:hover {
   border: 2px dashed!important #999999;
   box-shadow: none;
}

.hidden-thing {
  position: absolute;
  left: 100%;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.home-right-info {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  color: #8080807d;
}

body::-webkit-scrollbar {
  width: 16px;               /* width of the entire scrollbar */
  height: 0px;
}
body::-webkit-scrollbar-track {
  background: #ffffff00;        /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #99999988;    /* color of the scroll thumb */
  border: none;  /* creates padding around scroll thumb */
}

.box{
    float: left;
    padding: 0px 15px 0px 0px;
    margin: -15px 15px 30px 5px;
 /* outline: 2px solid #CCC; */
}

/* Link Colors */

#menu-think {
    text-align: center; width: 180px;
}
#menu-make {
    text-align: center; width: 180px;
}
#menu-trade {
    text-align: center; width: 180px;
}

/*menu*/
.intents_menu { color: green!important; font-family: "Blender Pro"; }
.intents_menu:hover { cursor: pointer; text-decoration: underline; }
.methods_menu { color: brown!important; font-family: "Blender Pro"; }
.methods_menu:hover { cursor: pointer; text-decoration: underline; }
.projects_menu { color: rgba(51,102,153,1.0)!important; font-family: "Blender Pro"; }
.projects_menu:hover { cursor: pointer; text-decoration: underline; }
.products_menu { color: #9B9929!important; font-family: "Blender Pro"; }
.products_menu:hover { cursor: pointer; text-decoration: underline; }
.exchange_menu { color: #9B9929!important; font-family: "Blender Pro"; color: rgba(155, 153, 41, 1); }
.exchange_menu:hover { cursor: pointer; text-decoration: underline; }
.profiles_menu { color: #4f9b9b!important; font-family: "Blender Pro";}
.profiles_menu:hover { cursor: pointer; text-decoration: underline; }
.events_menu { color: #7f80ac!important; font-family: "Blender Pro";}
.events_menu:hover { cursor: pointer; text-decoration: underline; }

.menu-inline {
font-size: 20px;
display: inline-block;
font-family: "Blender Pro";
}

/*comments*/
/* > base-css.html */

/* mini-lang */
#search-intents:hover:before { content:"Y"; }
#search-methods:hover:before { content:"X" }
#search-projects:hover:before { content:"X̂" }
#search-intents:before { content:">";
    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";
}
#search-methods:before { content:">";
    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";
}
#search-projects:before { content:">";
    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";
}
.exchange {
  display: inline-block;
  color: rgba(155, 153, 41, 1);
  font-weight: 300;
}

.bg-light {

    /* background-color: transparent!important; */
    border: 0px;
    /* background-color: #fffcf5!important; */

    /* border-right: 0.5px solid #ebebebbd; */
    /* border-bottom: 0.8px dotted #e2d9d2; */
}



div .main-panel {
    background-color: #ffffff;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 25px rgb(141, 141, 141, 0.3);
            box-shadow: 0 0 25px rgb(141, 141, 141, 0.3);
}

.card-list {
    padding-left: 0px;
}

.card-like {
    list-style-type: none;
    padding: 30px;
    border: 0px solid;
    margin-top: 20px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 25px rgb(141, 141, 141, 0.3);
            box-shadow: 0 0 25px rgb(141, 141, 141, 0.3);
}

h2 {
    font-size: 20px !important;
    font-weight: normal !important;
}

.search-text {
    width: 80px;
    color: #999999;
    font-size: 25px;
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    background-color: Transparent;
    background-repeat:no-repeat;
}

.search-text:focus {
    background-color: #ffff0059;
    outline: 1px;
}
.search-text:focus::placeholder {
  color: transparent;
}

.search-topics {
  width: 200px;
}

.center-search::-webkit-input-placeholder {
   text-align: center;
}
.center-search:-moz-placeholder {
   text-align: center;
}
.center-search::-moz-placeholder {
   text-align: center;
}
.center-search:-ms-input-placeholder {
   text-align: center;
}

.search-text-button {
    margin-left: -5px;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

div .phone-links {
    margin-top: 7px;
    margin-bottom: 5px;
}
div .phone-links > a {
    color: #000;
}
div .phone-links > a:visited {
    color: #000;
}

.pb-3, .py-3 {
    max-width: 100%!important;
}

#navcats {
  padding-bottom: 5px;
}
#navcats a {
  padding-top: 0px;
  margin-top: -2px;
}



.home-wrap {
    width: 100%;
    overflow:auo;
}

.home-left {
    float:left;
    width: 75%;
}

.home-right {
    float: right;
    width: 25%;
    padding-left: 20px;
}

#logo-oo {
    background-position: 32px 16px!important;
}

.home-more-wedge {
    border-radius: 7px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 35px!important;
    height: 40px!important;
    margin-right: 20px;
}
.home-more-wedge:hover {
    border: 1px dashed;
}
.home-wedge-clear {
    display: none;
}

div #subscribe {
    bottom: -100px;
    right:6px;
    border: 1px #999999 solid;
    padding: 16px 16px 0px 16px;
    border-radius: 7px;
    float: right;
    position: fixed;
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: white;
}

div .comment-envelope {
    background-color: #ededed9c;
    border-radius: 7px;
    width: 57%;
    margin-left: auto;
    margin-right: 0;
    padding: 10px;
}

div .comment-button:hover {
}

div .comment-hidden {
    display: none;
}

.plain-envelope {
    background-color: #ededed9c;
    border-radius: 7px;
    margin-left: auto;
    margin-right: 0;
}

.sharp-envelope {
    background-color: #ededed9c;
    margin-left: auto;
    margin-right: 0;
}


.comment-info {
    color: #999999b8;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 15px;
}

#languages-menu {
    text-align: right;
    margin-left: 10px;
    margin-bottom: 0px;
}

#toggle-wrapper {
    margin-top: -30px;
}

.posting-rules-link { display: none; }

#logo-oo {
    padding-top: 22px;
}

@media (min-width: 0px) and (max-width: 428px) {
    .posting-rules-link { display: none; }
    div .taketo {
        vertical-align: -40px;
    }
    div .origin {
        vertical-align: -40px;
    }
    .home-more-wedge {
        float: right;
        height: 38px!important;
        line-height: 38px!important;
        margin-right: 20px;
        margin-top: -15px;
        margin-bottom: 20px;
    }
    .home-wedge-clear {
        display: block;
    }
    div #subscribe {
        bottom: -20px;
        margin-right: 16px;
    }
    div .comment-envelope {
        width: 100%;
    }
    body::-webkit-scrollbar {
      display: none;
    }
    div .comment-first {
        background-color: #ffffff00;
    }
    #nav-media {
        display: none;
    }
    #languages-menu {
        display: none;
    }
    .home-right-info {
        display: none;
    }
    .card-product {
        width: 90%;
    }
}

/* Phone */
@media (max-width: 768px) {
    .posting-rules-link { display: none; }
    .home-left {
        float:none;
        width: 100%;
    }

    .box{
        float: none;
        display: block;
    }

    .home-right {
        float: none;
        width: 100%;
    }

    .infobox-ops {
        display: block!important;
    }

    #home-notice {
        display: none;
    }

    div .heart {
        float: right;
    }
    div .trash {
        float: right;
    }
    .home-more-wedge {
        float: right;
        height: 38px!important;
        line-height: 38px!important;
        margin-right: 20px;
        margin-top: -15px;
        margin-bottom: 20px;
    }
    .home-wedge-clear {
        display: block;
    }
    #logo-oo {
        background-position: 17px 16px!important;
    }
    div #subscribe {
        bottom: -20px;
        margin-right: 16px;
    }
    div .comment-envelope {
        width: 100%;
    }
    body::-webkit-scrollbar {
      display: none;
    }
    div .comment-first {
        background-color: #ffffff00;
    }
    #nav-media {
        display: none;
    }
    .date-text {
        display: none;
    }
    #languages-menu {
        display: none;
    }
    .home-right-info {
        display: none;
    }
    .card-product {
        width: 90%;
    }
    nav {
        visibility: visible!important;
    }
    #home-comments-wrapper {
    }
    #home-comments {
        visibility: visible!important;
    }
    /* .home-bottom { */
    /*     display: none; */
    /* } */
    #home-cashflows {
        margin-top: 25px;
    }
    #toggle-wrapper {
        margin-top: 0px;
    }
}

/* Desktop low res */
@media (min-width: 768px) {
    #logo-oo {
        position: fixed;
        left: 0px;
        top: 20px;
        width: 150px;
    }
    .posting-rules-link { display: inline; }
    aside {
        height: 100%;
    }
    .col-sm-1 {
      flex: 0 0 150px !important;
      max-width: 150px !important;
    }
    .col-sm-2 {
      flex: 0 0 200px !important;
      max-width: 200px !important;
    }

    div .phone-links {
        display: none;
    }
    .pb-3, .py-3 {
        max-width: 100%!important;
    }
    div #subscribe {
        bottom: -20px;
        margin-right: 16px;
    }
    div .comment-envelope {
        width: 56%;
    }
}

/* Phone landscape */
@media (min-width: 580px) and (max-width: 1024px) {
    #logo-oo {
        position: fixed;
        left: 0px;
        top: 20px;
        width: 150px;
    }
    .posting-rules-link { display: none; }
    .col-sm-1 {
      flex: 0 0 150px !important;
      max-width: 150px !important;
    }
    .col-sm-2 {
      flex: 0 0 200px !important;
      max-width: 200px !important;
    }

    body div:target {
       /* margin-left: 42%; */
        /* -webkit-transition: all 1s linear !important; */
    }

    div .phone-links {
        display: none;
    }
    .pb-3, .py-3 {
        max-width: 82%!important;
    }
    #navcats {
      padding-bottom: 0px;
      border-bottom: none!important;
    }
    .home-right-info {
        display: none;
    }
}

/* iPad Pro & Smaller desktop*/
@media (min-width: 1023px) and (max-width: 1240px) {
    #logo-oo {
        position: fixed;
        left: 0px;
        top: 20px;
        width: 150px;
    }
    .posting-rules-link { display: inline; }
    .col-sm-1 {
      flex: 0 0 150px !important;
      max-width: 150px !important;
    }
    .col-sm-2 {
      flex: 0 0 200px !important;
      max-width: 200px !important;
    }
    body div:target {
       /* margin-left: 42%; */
        /* -webkit-transition: all 1s linear !important; */
    }
    .pb-3, .py-3 {
        max-width: 85%!important;
    }
    #navcats {
      padding-bottom: 0px;
      border-bottom: none!important;
    }
    .home-left {
        float:left;
        width: 65%;
    }

    .home-right {
        float: right;
        width: 35%;
    }
}


@media (min-width: 1240px) and (max-width: 1440px) {
    #logo-oo {
        position: fixed;
        left: 0px;
        top: 20px;
        width: 150px;
    }
    .posting-rules-link { display: inline; }
    .col-sm-1 {
      flex: 0 0 150px !important;
      max-width: 150px !important;
    }
    .col-sm-2 {
      flex: 0 0 200px !important;
      max-width: 200px !important;
    }
    body div:target {
       /* margin-left: 42%; */
        /* -webkit-transition: all 1s linear !important; */
    }
    .pb-3, .py-3 {
        max-width: 88%!important;
    }
    #navcats {
      padding-bottom: 0px;
      border-bottom: none!important;
    }
    .home-left {
        float:left;
        width: 70%;
    }

    .home-right {
        float: right;
        width: 30%;
    }

    .hovline:hover > #hovline-intent { display: inline; }
    .hovline:hover > #hovline-method { display: inline; }
    .hovline:hover > #hovline-project { display: inline; }
    .hovline:hover > #hovline-product { display: inline; }
    .hovline:hover > #hovline-profile { display: inline; }
    .hovline:hover > #hovline-event { display: inline; }
}

@media (min-width: 1440px) and (max-width: 1680px) {
    #logo-oo {
        position: fixed;
        left: 0px;
        top: 20px;
        width: 150px;
    }
    .posting-rules-link { display: inline; }
    .col-sm-1 {
      flex: 0 0 150px !important;
      max-width: 150px !important;
    }
    .col-sm-2 {
      flex: 0 0 200px !important;
      max-width: 200px !important;
    }
    body div:target {
       /* margin-left: 42%; */
        /* -webkit-transition: all 1s linear !important; */
    }
    .pb-3, .py-3 {
        max-width: 90%!important;
    }
    #navcats {
      padding-bottom: 0px;
      border-bottom: none!important;
    }
    div .comment-envelope {
        width: 57%;
    }

    .hovline:hover > #hovline-intent { display: inline; }
    .hovline:hover > #hovline-method { display: inline; }
    .hovline:hover > #hovline-project { display: inline; }
    .hovline:hover > #hovline-product { display: inline; }
    .hovline:hover > #hovline-profile { display: inline; }
    .hovline:hover > #hovline-event { display: inline; }
}

/* My Desktop */
@media (min-width: 1680px) and (max-width: 1920px){
    #logo-oo {
        position: fixed;
        left: 0px;
        top: 20px;
        width: 150px;
    }
    .posting-rules-link { display: inline; }
    .col-sm-1 {
      flex: 0 0 150px !important;
      max-width: 150px !important;
    }
    .col-sm-2 {
      flex: 0 0 200px !important;
      max-width: 200px !important;
    }
    body div:target {
       /* margin-left: 42%; */
        /* -webkit-transition: all 1s linear !important; */
    }
    .pb-3, .py-3 {
        max-width: 91%!important;
    }
    #navcats {
      padding-bottom: 0px;
      border-bottom: none!important;
    }
    div .comment-envelope {
        width: 57.5%;
    }

    .hovline:hover > #hovline-intent { display: inline; }
    .hovline:hover > #hovline-method { display: inline; }
    .hovline:hover > #hovline-project { display: inline; }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    #logo-oo {
        position: fixed;
        left: 0px;
        top: 20px;
        width: 150px;
    }
    .posting-rules-link { display: inline; }
    .col-sm-1 {
      flex: 0 0 150px !important;
      max-width: 150px !important;
    }
    .col-sm-2 {
      flex: 0 0 200px !important;
      max-width: 200px !important;
    }
    body div:target {
       /* margin-left: 42%; */
        /* -webkit-transition: all 1s linear !important; */
    }
    .pb-3, .py-3 {
        max-width: 95%!important;
    }
    #navcats {
      padding-bottom: 0px;
      border-bottom: none!important;
    }
    div .comment-envelope {
        width: 57.5%;
    }

    .hovline:hover > #hovline-intent { display: inline; }
    .hovline:hover > #hovline-method { display: inline; }
    .hovline:hover > #hovline-project { display: inline; }
}


@media (min-width: 1920px) and (max-width: 2560px) {
    #logo-oo {
        position: fixed;
        left: 0px;
        top: 20px;
        width: 150px;
    }
    .posting-rules-link { display: inline; }
    .col-sm-1 {
      flex: 0 0 150px !important;
      max-width: 150px !important;
    }
    .col-sm-2 {
      flex: 0 0 200px !important;
      max-width: 200px !important;
    }
    body div:target {
       /* margin-left: 42%; */
        /* -webkit-transition: all 1s linear !important; */
    }
    .pb-3, .py-3 {
        max-width: 97%!important;
    }
    #navcats {
      padding-bottom: 0px;
      border-bottom: none!important;
    }
    div .comment-envelope {
        width: 57.5%;
    }

    .hovline:hover > #hovline-intent { display: inline; }
    .hovline:hover > #hovline-method { display: inline; }
    .hovline:hover > #hovline-project { display: inline; }
}

@media (min-width: 2560px) {
    #logo-oo {
        position: fixed;
        left: 0px;
        top: 20px;
        width: 150px;
    }
    .posting-rules-link { display: inline; }
    .col-sm-1 {
      flex: 0 0 150px !important;
      max-width: 150px !important;
    }
    .col-sm-2 {
      flex: 0 0 200px !important;
      max-width: 200px !important;
    }
    body div:target {
       /* margin-left: 42%; */
        /* -webkit-transition: all 1s linear !important; */
    }
    .pb-3, .py-3 {
        max-width: 97%!important;
    }
    #navcats {
      padding-bottom: 0px;
      border-bottom: none!important;
    }
    div .comment-envelope {
        width: 57.5%;
    }

    .hovline:hover > #hovline-intent { display: inline; }
    .hovline:hover > #hovline-method { display: inline; }
    .hovline:hover > #hovline-project { display: inline; }
}





.comments {
    display: block;
}
.comment {
    width: auto;
}

div .comment-text a {
    text-decoration: underline;
}

div .comment {
}

body div:target {
    padding-top: 15px;
    border-right: 2px solid #D4D4D4;
    -webkit-transition: all 1s linear !important;
}

.permalink {
    color: grey !important;
}

.shortlink {
    color: #c0c0c0 !important;
}

div #source-content a {
    text-decoration: underline;
}

div .comment a {
    text-decoration: underline;
}

.language-btn {
    background-color: #c9f0dd;
    border: 1px solid #c9f0dd;
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    margin-right: 5px;
}


.recent {
    font-weight: bold !important;
}

.btn-active {
   color: #000 !important;
}

.btn-passive {
   color: #686868 !important;
}

.administrators-title {
    color: black;
    border-bottom: 2px dotted;
}

/* Toggling display of comment input forms */

textarea[id^=addnote]:not(:target) {
    display: none;
}

textarea[id^=addnote]:not(:target) ~ input {
    display: none;
}
textarea[id^=addnote]:not(:target) ~ label {
    display: none;
}
textarea[id^=addnote]:not(:target) ~ select {
    display: none;
}
textarea[id^=addnote]:not(:target) ~ a {
    display: none;
}
textarea[id^=addnote]:not(:target) ~ span {
    display: none;
}

textarea[id^=addnote]:target {
    /* line-height: 50%; */
    display: inline-block;
}

textarea[id^=addnote]:target ~ input {
    display: inline-block;
 }
textarea[id^=addnote]:target ~ label {
    display: inline-block;
}
textarea[id^=addnote]:target ~ select {
    display: inline-block;
}
textarea[id^=addnote]:target ~ a {
    display: inline-block;
}
textarea[id^=addnote]:target ~ span {
    display: inline-block;
}

/* End of Toggling display of comment input forms */

/* Toggling display of comment in original language */
/* End of Toggling display of comments in original language */




.comment-textarea {
    margin-top: 5px;
    background-color: #f7f7f7;
    width: 100%;
}

label[for=id_vote] {
    margin-right: 2px;
}

.tolast {
    text-align: right;
}

s {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: -10px;
  float: right;
}

.examples {
    color: #c0c0c0 !important;
}


body h3:target {
    padding: 15px;
    border: 2px solid #D4D4D4;
}

.instructions a:visited {
    color: #c0c0c0;
}


.mtrans {
    color: grey !important;
}
.hsource {
    color: black!important;
}

.logged-in {
    color: #2de0a5;
}

.logged-out {
    color: #c0c0c0;
}

.has-lang {
    color: #adafb0;
}

.source-lang {
    color: #3e60e3;
    color: #6f7072;
}

.question-textarea {
    background-color: #f7f7f7;
    width: 100%;
    height: 4em;
}


input[class=secret] {
    -webkit-text-security: disc;
}

input[class=secret]:focus {
    -webkit-text-security: none;
}

a[class=s-badge] {
    color: #ffffff;
}

span[class=head-synonym] {
    color: black;
}

a[class=s-badge]:visited {
    color: #ffffff;
}

.badge-secondary {
    color: #ffffff;
}

span.badge.s-badge {
    color: #ffffff;
    background-color: #aaa;
}


a[class=n-badge] {
    color: #ffffff!important;
}


.vote-up {
    background-color: Transparent;
    border-color: Transparent;
}
.vote-up:focus {
  -webkit-filter: invert(70%);
          filter: invert(70%);
    outline: 0;
}

.vote-down {
    background-color: Transparent;
    border-color: Transparent;
}

.vote-down:focus {
  -webkit-filter: invert(70%);
          filter: invert(70%);
    outline: 0;
}

.vote-down:hover {
  -webkit-filter: invert(70%);
          filter: invert(70%);
}
.vote-up:hover {
  -webkit-filter: invert(70%);
          filter: invert(70%);
}

#signup_form {
    text-align: right;
    width: min(min-content, 95vw);
}

form[class=login] {
    text-align: right;
    width: min-content;
    white-space: nowrap;
}

.nav-inline {
    display: inline !important;
}
.phone-links {
    white-space: nowrap;
}

.users-profiles {
    color: #000;
    background-color: Transparent;
    border: 0px;
}


a.list-link {
    font-size: 18px;
}

div.summary-text {
    font-size: 18px;
}

.mobile-menu {
    font-size: 20px;
}

li.draft {
    list-style: none;
}

li.draft:before {
    /* content: "!"; */
    text-indent: -2em;
    line-height: 38px;
    position: absolute;
}

div.draft:before {
    /* content: "!"; */
    text-indent: -1em;
    position: absolute;
}

.share-icon {
    float:right;
    margin-top: 10px;
    cursor: pointer;
}

.share-text {
    float:right;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: default;
}

.equation {
    height: 35px;
    font-size: 25px;
    vertical-align: 0px;

    background-color: #ffffff00;
    border: 1px solid #999999;
    border-radius: 7px;
    outline: none;
}
.equation:focus {
    outline: 0;
}


.menu-score {
    font-size: 1.3rem;
    text-align: right;
    text-warp: break-word;
}

.balance {
    color: green;
}

.negative-balance {
    color: brown;
}

.funds {
    color: #62a2de;
}

.negative-funds {
    color: #de2ed4bf;
}

.funding-funds {
    color: #62a2de;
}

.deposits {
    color: #607d8b;
}

.funding-credit {
    color: brown;
}

.task-uncompensated {
    color: #999999;
}
.task-compensated {
    color: #9fd3a2;
}


.order-status-0 { /* new */
    background-color: #F57A00;
}

.order-status-1 { /* opened */
    background-color: #ffda4ffc;
}

.order-status-2 { /* reviewed */
    background-color: #51bce7;
}

.order-status-3 { /* processing */
    background-color: #369;
}

.order-status-4 { /* fulfilled */
    background-color: green;
}

.order-status-5 { /* rejected */
    background-color: #c22c2c;
}

.order-status-6 { /* unfulfilled */
    background-color: black;
}
.order-status-default { /* other cases */
    background-color: #aaa;
}

.card {
    background-color: transparent;
}

/*
.card :hover {
    background-color: transparent;
}
*/

ul .list-group-item {
    background-color: #ffffff;
}

.phone-links {
    outline: 1px solid rgba(0,0,0,0.125);
    outline-offset: 5px;
}

@-moz-document url-prefix() {
    #navcats {
        overflow: hidden!important;
    }
}

#navcats {
  /* padding-bottom: 5px; */
  border-bottom: 1px dotted rgba(0,0,0,0.125);
  margin-bottom: 10px;
  margin-top: -7px;
  line-height: 10px;
  margin-left: -15px;
  margin-right: -15px;

   overflow-x: auto;
   overflow-y: hidden scroll;
   flex-wrap: nowrap;
}

/* width */
::-webkit-scrollbar {
   width: 10px;
}

.navcat {
  display: inline-block;
  float: none;
  white-space: nowrap;
}
li.navcat:hover {
    text-decoration: underline;
}


#navcats a {
  color: rgba(0,0,0,0.7);
  font-weight: 600;
  line-height: 40px;
  margin-top: 3px;
  padding-bottom: 0px;
}

a.active {
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
}

a.active:after {
  content: '';

  margin-left: 5%;
  width: 90%;
  position: absolute;
  left: 0;
  bottom: 1px;

  border-width: 0 0 7px;
  border-style: solid;
}

a.active:focus {
  outline: 0px;
}

.idea-0 {
    color: grey;
}

.idea-1 {
    color: #ff8940c9; /*CONCEPTUAL LEAP*/
}

.idea-2 {
    color: #9dceff; /*PHYSICAL MECHANISM*/
}

.idea-3 {
    color: #fcd510; /*EXPERIMENTAL SCIENCE*/
}

.idea-4 {
    color: #fba4f3; /*THEORETICAL SCIENCE*/
}

.idea-5 {
    color: #7BF1A8; /*SOCIAL MECHANISM*/

}

.idea-bleak-0 {
    color: grey;
}

.idea-bleak-1 {
    color: #ffc29cc9; /*CONCEPTUAL LEAP*/
}

.idea-bleak-2 {
    color: #daecff; /*PHYSICAL MECHANISM*/
}

.idea-bleak-3 {
    color: #fff4be; /*EXPERIMENTAL SCIENCE*/
}

.idea-bleak-4 {
    color: #ffd6fb; /*THEORETICAL SCIENCE*/
}

.idea-bleak-5 {
    color: #d6ffe6; /*SOCIAL MECHANISM*/

}

.show-original {
    text-align: right;
    font-style: italic;
    font-size: 12px;
}



.btn-home {
  color: #000;
  background-color: #ffffff00;
  border-color: #999999;
  font-size: 30px;
  height: 35px;
  line-height: 30px;
  padding-top: 0px;
  padding-left: 17px;
    -webkit-box-shadow: 0 0 7px rgb(141, 141, 141, 0.7);
            box-shadow: 0 0 7px rgb(141, 141, 141, 0.7);
}
.btn-home:hover {
   border: 2px dashed!important #999999;
   box-shadow: none;
}

.coffee {
  color: #9e9e9e;
  font-family: "Blender Pro";
}

.btn-action {
    color: #999999;
    background-color: #ffffff00;
    border: 1px solid #999999;
}
.btn-action:hover {
    color: #666666;
}


.footer-link {
    margin-left: 20px;
}

.infobox-bottom {
 border-radius: 5px;
 border: 1px solid #1a8ec3;
 background-color: #e7f5f778;
}

.infobox-middle {
 border-radius: 5px!important;
 border: 1px solid #1a8ec3!important;
}

.infobox-top {
 border-radius: 5px;
 border: 1px solid #9b99293b;
 background-color: transparent; /*#3366993b*/
/*  background-image: linear-gradient(to left top, #9B9929, #9B9929, #336699, #336699); */
/*  background-image: linear-gradient(to left top, #6ef2ff, #fffd8c, #72a6db, #81db72); */
}
.operations-top {
 width: 50%;
/*  background-image: linear-gradient(to right, #8f79ff, #40e495, #25bda1, #8f79ff); */
 border: 1px solid #3366993b;
 margin-left: 25%;
 margin-right: 25%;
 margin-top: -20px;
}
.operations-top:hover {
 background-color: #3366993b;
}
.orders-top {
 width: 50%;
 border: 1px solid #9b99293b;
 margin-left: 25%;
 margin-right: 25%;
 margin-top: -10px;
}
.orders-top:hover {
 background-color: #9b99293b;
}

.infobox-ops {
 border-radius: 5px;
 border: 1px solid #33669978;
 background-color: #e7f7e778;
}

.currency {
}

.fiat{
    color: #789de1!important;
}

.crypto {
    color: #789de1!important;
}

.hours {
    color: #69bc7b!important;
}

.link-envelope {
    border-radius: 7px;
    padding: 10px;
    border: 1px solid #c1c1c19c;
}
.link-button {
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
    float: left;
}

.intent-link {
    background-color: #ecf4ecab;
    border: none;
}

.method-link {
    background-color: #eec5c538;
    border: none;
}

.project-link {
    background-color: #dfe7ef9c;
    border: none;
}

.result-link {
    border-color: #ff7600;
  /*  background-color: #ffece06e; */
}
.result-link-bg {
    border-color: #ff7600;
    background-color: #ffece06e;
}

.operation-link {
    border-color: #1ac31a;
  /*  background-color: #e7f7e778; */
}

.operation-link-bg {
    border-color: #1ac31a;
    background-color: #e7f7e778;
}

.comment-link {
    border-color: #7a7a7a8a;
    background-color: #aaaaaa36;
}
.target-link {
    border-color: #d3b700;
    background-color: #fffcae;
}
.target-expired {
    border-color: #d3b700;
    background-color: #fffde1;
}
.target-backlog {
    border-color: #00a6d3;
    background-color: #e1fffa;
}

.cashflow-locked {
    background-color: #e5e5e5!important;
    border-color: #afacac!important;
}
.target-locked {
    /* background-color: #fffcae!important; */
    /* border-color: #d3b700!important; */
    color:#fff;
    border: none;

    background-image: linear-gradient(to right, #8f79ff, #40e495, #25bda1, #8f79ff);
    /* box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75); */
    background-size: 300% 100%;

    /* corner effect */
    position:relative;
    padding:1em 1.5em;
    overflow:hidden;
}

.target-details-button {
    /* background-color: #9a8dd9; */
    background-color: #cd73ff8f;
    color: white;
    border: none;
}
.target-details-button:hover {
    /* background-color: #b7a9ff; */
    /* background-color: #ff4ae3; */
    background-color: #d66cfdde;
}

.target-locked:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.target-locked:hover > div > button {
    /* background-color: #ff4ae3; */
}

.target-locked:hover::before, .target-locked:focus::before {
    /* corner effect */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 0 16px 16px 0; /* This trick side-steps a webkit bug */
    border-style: solid;
    border-color: #fff #fff grey grey; /* A bit more verbose to work with .rounded too */
    background: grey; /* For when also applying a border-radius */
    display: block; width: 0; /* Only for Firefox 3.0 damage limitation */
    transform: rotate(270deg);

    /* rounded */
    border-width:8px; /* Triggers a 1px 'step' along the diagonal in Safari 5 (and Chrome 10) */
    border-color:#fff #fff transparent transparent; /* Avoids the 1px 'step' in webkit. Background colour shows through */
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius:0 0 0 5px;
    border-radius:0 0 0 5px;
}

.locked-target-comment {}

.target-locked:focus {
    outline: none;
}

.unlocks-button {
    color: white;
    border: none;
    font-weight: normal;
    margin-right: -15px;
    margin-bottom: 0px;
    background-color: #b8a9ff;
    padding-top: 0px;
    padding-bottom: 0px;
}
.unlocks-button:hover {
    background-color: #d66cfdde;
}

.target-share-link {
    margin-top: 5px;
}
.target-share-name {
    border: none;
}
.target-share-name:active {
    border: none;
}
.unlock-create {}
.unlock-create:hover {
    background-color: #d66cfdde!important;
    color: white;
}

.unlock-delete {
    color: white;
    border: none;
    background-color: #cd8989;
    border-radius: 7px;
}
.unlock-delete:hover {
    background-color: red;
}

.copy-unlock-url {
    border: none; background-color: #73d073;
    border-radius: 7px;
}
.copy-unlock-url:hover {
    background-color: #0f0;
}

.confidential:hover {
    cursor: pointer;
}
/* Extra fonting */

a.former.category.list-link, a.recent.category.list-link {
   font-family: "Blender Pro";
   font-size: 24px;
}
a.former.idea.list-link, a.recent.idea.list-link {
   font-family: "Blender Pro";
   font-size: 24px;
}
a.former.list-link, a.recent.list-link {
   font-family: "Blender Pro";
   font-size: 24px;
}

/*
a.nav-link.pl-0 {
   font-family: "Blender Pro";
   font-size: 20px;
}
*/

/*
a#nav-market-link:hover {
       -moz-box-shadow: 0 0 25px rgb(141, 141, 141, 0.3);
    -webkit-box-shadow: 0 0 25px rgb(141, 141, 141, 0.3);
            box-shadow: 0 0 25px rgb(141, 141, 141, 0.3);
}
*/

span.permalink, a.permalink {
   font-family: "Blender Pro";
   font-size: 18px;
}
div.summary-text {
   font-family: "Blender Pro";
   font-size: 22px;
}
a.footer-link {
   font-family: "Blender Pro";
   font-size: 20px;
}
.nav-font {
   font-family: "Blender Pro";
}
a.nav-font {
   font-family: "Blender Pro";
   font-size: 20px;
}
span.nav-font {
   font-family: "Blender Pro";
   font-size: 20px;
}
div.nav-font {
   font-family: "Blender Pro";
   font-size: 20px;
}
li.nav-item.navcat {
   font-family: "Blender Pro";
   font-size: 20px;
}

span.results-topic-title {
   font-family: "Blender Pro";
   font-size: 20px;
}
span.comments-topic-title {
   font-family: "Blender Pro";
   font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
   font-family: "Blender Pro";
}
div .link-envelope {
   font-family: "Blender Pro";
   font-size: 20px;
}
.search-text {
   font-family: "Blender Pro";
}
#source-content {
   font-family: "Blender Pro";
   font-size: 20px;
}
.comment-text {
   font-family: "Blender Pro";
   font-size: 19px;
}
.comment-textarea {
   font-family: "Blender Pro";
   font-size: 19px;
}
.note-text {
   font-family: "Blender Pro";
   font-size: 22px;
}
.info-text {
   font-family: "Blender Pro";
   font-size: 18px;
}
.card-block {
   font-family: "Blender Pro"!important;
   font-size: 19px!important;
}

.outlink {
    margin-left: -34px;
    text-decoration: underline!important;
}

/* Earth 4 font */
.oo {
    font-family: 'Earth 4'!important;
    font-weight: 100!important;
    font-size: 150%!important;
}


#clock {
    text-align: center;
    font-size: 14px;
    font-family: "Blender Pro";
    color: grey;
    margin-left: -10px;
}
#clock-time {
    margin-left: -3px;
    font-size: 20px;
    font-weight: normal;
    font-size: 19px!important;
}
#dclock {
    padding-left: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 7px rgb(141, 141, 141, 0.7);
    box-shadow: 0 0 7px rgb(141, 141, 141, 0.7);
    width: 135px;
    margin-left: -2.5px;
}

#dclock:hover {
    color: #000000;
    background-color: #e4e4e4;
    cursor: pointer;
}

.dcurrency {
    text-align: center;
    font-family: "Blender Pro";
    border-radius: 8px;
    -webkit-box-shadow: 0 0 7px rgb(141, 141, 141, 0.7);
    box-shadow: 0 0 7px rgb(141, 141, 141, 0.7);
    color: grey;
    padding-left: 0px!important;
    padding-right: 0px;
    margin-top: -10px;
    width: 135px!important;
    margin-left: -2.5px;
}

.dcurrency:hover {
    color: #000000;
    background-color: #e4e4e4;
    cursor: pointer;
    text-decoration: none!important;
}

#reader-icon:hover {
  -webkit-filter: invert(70%);
          filter: invert(70%);
}

.search-hidden {
    border-bottom-style: hidden;
    /*
    background: -webkit-radial-gradient(
        50% 50%,
        50% 50%,
        #e9eae9 0%,
        rgba(255,0,0,0.00) 70%
    );
    */
}
.search-hidden:focus {
    border-bottom-style: solid;
    background: none;
}
.search-hidden:hover {
    border-bottom-style: solid;
    background: none;
}
.search-hidden-button {
    visibility: hidden;
}
.search-hidden:focus ~ button {
    visibility: visible;
}
.search-hidden:hover ~ button {
    visibility: visible;
}
.search-hidden::placeholder {
  color: transparent;
}
.search-hidden:hover::placeholder {
  color: grey;
}
.search-hidden-button:focus {
    visibility: visible;
}
.search-hidden-button:hover {
    visibility: visible;
}

.link-result {
    visibility: hidden;
    width: 122px;
    border-radius: 10px;
    border: none;
    background-color: #ff760059;
}
.link-result:hover {
    -webkit-box-shadow: 0 0 5px #ff760059;
            box-shadow: 0 0 5px #ff760059;
}

/* Funding progress */
.funding-progress {
    cursor: default;
    float: right;
    width: 250px;
    -webkit-filter: opacity(70%);
            filter: opacity(70%);
    text-align: center;
}

.fund-assumed {
    height: 25px;
    font-size: 17px;
    padding: 0px;
    border: 0px;
    line-height: 27px;
    font-weight: 600;
}
.fund-claimed {
}
.fund-matched {
}
.fund-devoted {
}
.fund-purchase-preview {
    background-color: #58d77d;
    border: 3px dashed #22B24C;
}

.fund-this > input[name=fund_arrow] {
    display: none;
}
/*
.fund-this:hover > input[name=fund_arrow] {
    display: inline-block;
}*/

.fund-target:hover ~ input[name=fund_arrow] {
    display: inline-block;
}

.fund-target:focus ~ input[name=fund_arrow] {
    display: inline-block;
}

input[name=fund_arrow]:hover {
    background-color: #16da4f;
    display: inline-block;
}
.fund-target {
    margin-top: 10px;
    border-radius: 5px;
}
.fund-target-button {
    outline: none;
    color: white;
    background-color: #22B24C; /* #b7a9ff; *//* #ffa9c7; */
    border: none; /* 1px solid #f46a99; */
    padding-left: 15px;
    height: 25px;
}
.fund-in-preparation {
    margin-top: 10px;
    border-radius: 5px;
    outline: none;
    color: white;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}
.fund-in-preparation:hover {
    cursor: grab;
}

input[name=funding]:hover {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
input[name=funding]:hover::-webkit-inner-spin-button {
  opacity: 0.5;
}
input[name=funding]:focus::-webkit-inner-spin-button {
  opacity: 0.5;
}

.fund-target-button:hover {
    outline: none;
    /* cursor: pointer!important; */
    /* caret-color: transparent; */
}
.fund-target-button::placeholder {
    color: white;
    opacity: 1;
    text-align: center;
    text-indent: 10px;
}
.fund-target-button:-moz-placeholder {
    color: white;
    text-align: center;
}
.fund-target-button:-moz-placeholder {
    color: white;
    text-align: center;
}
.fund-target-button:-ms-input-placeholder {
    color: white;
    text-align: center;
}
.fund-target-button::-ms-input-placeholder {
    color: white;
    text-align: center;
}

.fund-target:hover {
    -webkit-box-shadow: 0 0 5px #c0c0c059;
            box-shadow: 0 0 5px #c0c0c059;
}
.fund-modal {
    /* border-color: #d3b700; */
    /* background-color: #fffde1; */
}
.fund-modal-body {
    background-color: #fdff89;
    border-radius: 7px;
}
.btn-fund-confirm {
    opacity: 0.85;
}
.fund-modal-big-text {
    font-size: 36px;
}

.btn-fund-confirm:hover {
}

.fund-modal-title {
    float: left;
}

.btn-fund-cancel {
    background-color: #ff572261;
    border: none;
    float: left;
}
/* /Funding progress */

.product-model {
    border-radius: 5px;
}

.product-model-li {
    margin-bottom: 6px;
}
.add-product {
    border-radius: 5px;
}
.add-stock {
}

.expand:hover {
    cursor: pointer;
}


.nN {
    /* color: grey; */
    /* color: black; */
    background-color: #ffcb5700;
    padding-top: 1px;
    padding-bottom: 5px;
    cursor: pointer;
    width: 100%;
    opacity: 1;
    position: absolute;
    margin-left: -16px;
    font-size: 35px;
    z-index: 999;
    text-decoration: underline;
    text-align: center;
}

n1 {
    margin-top: 34px;
    /* color: #fac678; */
}
n1:hover { background-color: #ffcb5700; }
n2 {
    margin-top: 101px;
    /* color: #ff9b9b; */
}
n2:hover { background-color: #ffcb5700; }
n3 {
    margin-top: 168px;
    /* color: #d2a1f6; */
}
n3:hover { background-color: #ffcb5700; }

.hanzi-switch:hover {
    color: green!important;
}

a.reply-link:hover {
    filter: invert(80%);
}
