body, html { height: 100%; margin: 0; padding: 0; color: #fff; font-family: 'PT Mono',monospace; position: relative; overflow: hidden; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility;  -webkit-font-smoothing: subpixel-antialiased;  -webkit-tap-highlight-color: rgba(0,0,0,0); 
 background: #8a030f; }

body {
     background: radial-gradient(circle closest-corner at 50% 10px, #c03621, #830b08);
}

body.darkmode { background: radial-gradient(circle closest-corner at 50% 10px, #333, #000); }

#container { position: relative; height: 100%; }
#container {
    /* iphone X notch */
    margin-top: env(safe-area-inset-top);
    margin-top: constant(safe-area-inset-top);
    height: calc(100% - constant(safe-area-inset-top)); 
    height: calc(100% - env(safe-area-inset-top));
}


a, a:visited { color: #a00; text-decoration: none; }

input, button, textarea { font-family: "PT Mono", monospace; outline: none; }
.hardware-acceleration { -webkit-transform: translate3d(0,0,0); }

#channels .action { font-size: 18px;}

.scroll { -webkit-overflow-scrolling: touch; overflow-y: scroll; overflow-x: hidden; }
.scroll-xy { -webkit-overflow-scrolling: touch; overflow-x: scroll; overflow-y: scroll; }
.left-sidebar .scroll { max-height: 100%; box-sizing: border-box; padding-top: 50px; padding-bottom: 50px; }
.hidden { display: none !important; }
#post.hidden { display: block; opacity: 0; }
.icon { position: relative; top: 1px; }

.embed #post {display: none; height: 1px; }
.embed #show-channels { display: none; width: 0px; }
.embed #audio { display: none; }
.embed #chat .padding { padding-bottom: 15px; }

#header {  height: 40px; position: relative; text-align: center;}

#toggle-right-sidebar { display: none; cursor: pointer; text-align: center; position: absolute; bottom: 0; right: 0; height: 40px; line-height: 40px; width: 40px; font-size: 16px; background: #4E4946; border-top-left-radius: 5px; }
#toggle-right-sidebar.closed { background: none; }
#toggle-right-sidebar .icon { top: 0; line-height: 30px; height: 30px; width: 30px; border-radius: 50%; display: inline-block; margin: 5px; }
#toggle-right-sidebar.closed .icon { background: rgba(255, 255, 255, 0.2) !important;  color: #fff !important; }

#nav { display: none; height: 40px; position: relative; font-family: "PT Sans", sans-serif; }
#nav .tab { z-index: 40; display: inline-block; position: relative; height: 40px; cursor: pointer; }
#nav .tab .label { position: relative; z-index: 40; width: calc(100% - 10px); text-align: left; height: 40px; display: inline-block; line-height: 40px; font-size: 12px; vertical-align: top; border-top-right-radius: 5px; border-top-left-radius: 5px; margin: 0; padding: 0 20px; box-sizing: border-box; }
#nav .tab .label .icon { width: 15px; display: inline-block; }

#nav .tab.toggle-left-sidebar { width: calc(50% + 5px); margin-right: -5.5px; }
#nav .tab.toggle-chat { width: calc(50% + 5px); margin-left: -5px; }

#nav .shadow { position: absolute; bottom: 0; top: 0%; left: 0; right: 0; pointer-events: none;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 91%, rgba(0,0,0,0.09) 99%, rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 91%,rgba(0,0,0,0.09) 99%,rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 91%,rgba(0,0,0,0.09) 99%,rgba(0,0,0,0.1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );
z-index: 50;
}
#nav .tab.current .shadow { display: none; }
#nav .tab.current { z-index: 70; }

#nav .tab svg { width: 5px; height: 40px; display: inline-block; vertical-align: top; }
#nav .tab.toggle-left-sidebar .label { background: #fff; color: #777; }
#nav .tab.toggle-left-sidebar path { fill: #fff; }
#nav .tab.toggle-right-sidebar .label { background: #443F3B; color: #999; }
#nav .tab.toggle-right-sidebar path { fill: #443F3B; }
#nav .tab.toggle-chat .label { background: #f3f3f3; color: #777; }
#nav .tab.toggle-chat path { fill: #f3f3f3; }
#nav .tab .channel { font-size: 12px; font-family: "PT Mono", monospace; line-height: 23px; height: 23px; padding: 0 6px; margin: 9px 0 8px 0; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; vertical-align: top; background: rgba(20, 15, 10, 0.05); border-radius: 2px; max-width: calc(100% - 15px); }
#nav .tab .channel .icon { width: 18px; display: inline-block; }

.darkmode #nav .tab.toggle-chat .label { background: #171717; }
.darkmode #nav .tab.toggle-chat path { fill: #171717; }
.darkmode #nav .tab.toggle-left-sidebar .label { background: #000; }
.darkmode #nav .tab.toggle-left-sidebar path { fill: #000; }

.shadowed {
    display: inline-block;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
    filter: url(#drop-shadow);
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
}

#toggle-right-sidebar .notifications { position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; line-height: 20px; background: #900; border-radius: 50%; font-size: 12px; text-shadow: 0 1px 0 #000; display: none; }
#toggle-right-sidebar.closed .notifications { display: none; }

body .left-sidebar.fullscreen { width: 100%; }
body.watchlist-open .left-sidebar.fullscreen { width: auto; right: 226px; }

#ticker { position: relative; z-index: 104; }
#header { z-index: 104; }
#nav { z-index: 100; }
#main-bar { z-index: 103; }
.left-sidebar { z-index: 102; }
#channels { z-index: 103; }
#toolbar { z-index: 101; }
.toolbar-dropdown { z-index: 102; }
#center-column { z-index: 100; }

#center-column { top: 40px; bottom: 0; left: 400px; right: 226px; position: absolute; overflow: hidden; border-top-left-radius: 5px; border-top-right-radius: 5px; }
body.discover-open #center-column { left: 400px; }
body.watchlist-open #center-column { right: 226px; }
body.watchlist-open #nav { padding-right: 226px; }

.right-sidebar { position: absolute; top: 40px; bottom: 0; }

#main-bar { width: 340px; height: 35px; line-height: 35px; padding: 0 10px; color: #333; background: #fff; position: relative; }
#main-bar .title { font-family: "PT Sans", sans-serif; font-size: 18px; font-weight: bold; }


.left-sidebar { background: #fefefe; position: absolute; top: 40px; height: calc(100% - 40px); left: 0; bottom: 0; width: 400px; color: #333; font-size: 13px;  box-shadow: 0 10px 4px rgba(0, 0, 0, 0.1); border-top-right-radius: 5px; }
.darkmode .left-sidebar { background: #000; }

.discover .padding { padding: 0; }
.discover .inner { height: 100%; position: relative; }

.footer { padding: 20px; color: rgba(255, 255, 255, 0.6); background: linear-gradient(to top, rgba(0, 0, 0,0) 80%,rgba(0,0,0,0.2) 100%); overflow: auto; display: flex; }
.footer a { color: #fff; }
.footer .links .icon { display: inline-block; width: 18px; position: relative; top: 1px; }
.footer .link a { border-bottom: 1px solid rgba(255, 255, 255, 0.2); display: inline-block; padding: 0 3px; margin: 2px 0; line-height: 25px; font-size: 15px; border-radius: 2px; color: rgba(255, 255, 255, 0.9); }
.footer .link a:hover { border-bottom: 1px solid #fff; }
.footer .section { margin: 0 50px 30px 20px; }
.footer h3 { font-weight: normal; font-family: "PT Sans", monospace; color: rgba(255, 255, 255 ,0.7); text-transform: capitalize; margin: 5px 0 2px 0; padding: 0; font-size: 18px; line-height: 20px; }
.footer .downloads { margin-top: 20px; }
.footer .downloads img { width: 150px; display: inline-block; }
.footer .legal { display: inline-block; max-width: 600px; font-family: "PT Sans", sans-serif; font-size: 13px; }

.footer .chairmans-container {max-width: auto; font-family: "PT Sans", sans-serif; float:right; margin-left: auto; padding-left: 3em;}
.footer .chairmans-container .chairmans-sign-up-wrapper { display: inline-flex; background: #F0F0F0;box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.25);  border-radius: 4px; height: auto; width: 36vw; padding: 1.5em; margin-right: 1vw;}
.footer .chairmans-sign-up-wrapper .title {color: #373737; font-size: 1.5em; margin-block-start: 0.52em; margin-block-end: 0em;}
.footer .chairmans-sign-up-wrapper .header {color: #373737; margin-bottom: 2em}
.footer .chairmans-sign-up-wrapper .logo-wrapper {min-width: 25%; width: 25%; padding-top: 0.2em; padding-left: 7.5em;}
.footer .chairmans-sign-up-wrapper .chairmans-logo {max-width: 70%;}
.footer .chairmans-sign-up-wrapper .email { width: 16vw; padding: 10px 20px; line-height: 2em; border: none; box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.15); border-radius: 4px; font-family: "PT Sans", sans-serif;}
.footer .chairmans-sign-up-wrapper .submit {background: #A82017; box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.15); border-radius: 4px; color: white; height: 3.5em; width: 8em; border: none; margin-left: 2em; font-family: "PT Sans", sans-serif;}
.footer .chairmans-sign-up-wrapper .submit:hover {opacity: 0.75}

/* #home .ad-container {min-width: 100%; display: flex; flex-wrap: wrap; justify-content: center;} */

.darkmode .footer .chairmans-container .chairmans-sign-up-wrapper {background: #111;}
.darkmode .footer .chairmans-sign-up-wrapper .title {color: white}
.darkmode .footer .chairmans-sign-up-wrapper .header {color: white}

.legal a:hover { text-decoration: underline; }


.left-sidebar .hash.cash, .discover .hash.cash { display: inline-block; padding: 0 3px; margin: 0px -1px; border-radius: 2px; border: none; font-family: "PT Mono", monospace; }
.left-sidebar .hash.cash:hover, .discover .hash.cash:hover { border: none; color: #fff; background: #C13939; }
.left-sidebar .hash.cash, .discover .hash.cash { background: rgba(120, 200, 240, 0.18); color: #0C55B3; }
.left-sidebar .hash.cash:hover, .discover .hash.cash:hover { color: #fff; background: #3D9BEF; }

.left-sidebar .open-sedi-insider-company { border-bottom: 1px solid #aaa; cursor: pointer; }
.left-sidebar .open-sedi-insider-company:hover { color: #999; }

.discover .hash.at, .discover .author { color: #a00; background: none; }
.discover .hash.at:hover, .discover .author:hover { color: #a00; background: none; }

.darkmode .discover .hash.cash:hover { border: none; color: #fff; background: #C13939; }
.darkmode .discover .hash.cash { background: rgba(120, 200, 240, 0.2); color: #9af; }
.darkmode .discover .hash.cash:hover { color: #fff; background: #3D9BEF; }
.darkmode .discover .hash.at, .darkmode .discover .author { color: #aa5d5c; background: none; }
.darkmode .discover .hash.at:hover, .darkmode .discover .author:hover { color: #aa5d5c; background: none; }

.left-sidebar .primis-container { padding: 10px; padding-left: 30px; padding-top: 2px; width: 85%; }
.left-sidebar.fullscreen .primis-container { padding: 20px; padding-left: 30px; padding-top: 10px; width: 23%; }

.left-sidebar.fullscreen .chairmans-sign-up-wrapper {font-size: 12px; max-width: 20%; margin-left: 2.5em;}
.left-sidebar .chairmans-sign-up-wrapper {display: flexbox; flex-direction: row; max-width: 80vw; font-family: "PT Sans", sans-serif; font-size: 13px; background: #F0F0F0; box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.15); border-radius: 4px; border: none; margin: 2em; padding: 1em;}
.left-sidebar .chairmans-sign-up-wrapper .top-half {min-width: 100%; display: inline-flex; flex-direction: row; }
.left-sidebar .chairmans-sign-up-wrapper .title { margin-block-end: 0em; font-size: 18px;}
.left-sidebar.fullscreen .chairmans-sign-up-wrapper .title {font-size: 20px; margin-block-start: 0.4em;}
.left-sidebar .chairmans-sign-up-wrapper .email { width: auto; padding: 10px 20px; line-height: 2em; border: none; box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.15); border-radius: 4px; font-family: "PT Sans", sans-serif;}
.left-sidebar .chairmans-sign-up-wrapper .submit {margin-top: 1em; width: auto; background: #A82017; box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.15); border-radius: 4px; color: white; height: 3.5em; border: none; font-family: "PT Sans", sans-serif;}
.left-sidebar .chairmans-sign-up-wrapper .submit:hover {opacity: 0.75}

.darkmode .left-sidebar .chairmans-sign-up-wrapper {background: #111; color: white;}
.darkmode .left-sidebar.fullscreen .chairmans-sign-up-wrapper {background: #111}

.left-sidebar .legal { color: #888; font-family: "PT Sans", sans-serif; font-size: 13px; }
.left-sidebar .legal a { color: #a00; }

.darkmode .left-sidebar .legal a { color: #a44; }

.discover .author { font-size: 13px; margin-right: 2px; }
.discover .articles { margin-bottom: 0px; }
.discover .articles a { width: 100%; display: inline-block; border: none; margin: 0 7px 0 0; vertical-align: top; position: relative;  }
#home .discover .articles a { width: calc(33.3% - 7px); }
.discover .articles .load-more { line-height: 20px; margin-bottom: 0; font-size: 13px; color: #999; cursor: pointer; border-radius: 3px; margin-right: 10px; text-align: center; font-family: "PT Sans", sans-serif; }
.discover .articles .load-more:hover { color: #a00; background: #FFFcF7; }
.discover .article { display: block; height: 65px; border-radius: 2px; clear: both; margin-bottom: 5px; background: #fff; border-radius: 3px; padding: 5px;  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1); }
.discover .sponsors .article { background: #ffffff; border: 1px solid #face9b; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); font-weight: bold; }
.discover .article.current { font-weight: bold }
.discover .article:hover { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
.discover .thumb { display: inline; float: left; height: 65px; width: 95px; position: relative;}
.discover .articles .thumb img { display: inline-block; height: 100%; width: 100%; border-radius: 2px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); object-fit: contain; }
.discover .sponsors .thumb { height: 65px; width: 130px; text-align: center; background-color: #f7f4ef; background-size: contain; background-position: center; background-repeat: no-repeat; margin-top: 0; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); border-radius: 2px; }
.discover .article .date { display: inline-block; line-height: 13px; }
.discover .article .new-count { display: inline-block; font-size: 10px; color: #777; position: absolute; top: 0; right: 0; background: #efefef; border-radius: 2px; padding: 1px 3px; margin: 0 0 0 2px; }
.discover .article .details { color: #aaa; display: inline-block; font-size: 12px; max-width: calc(100% - 105px); max-height: 100%; overflow: hidden; text-overflow: ellipsis; line-height: 15px; padding-left: 10px;  font-family: "Trebuchet MS", sans-serif; }
.discover .article .title { color: #444; font-size: 13px; line-height: 16px; }
.discover .sponsors .article .details { max-width: calc(100% - 140px); }
.discover .article .details .hash { font-size: 13px; }
.discover .article .description { font-size: 13px; }
.discover h3 { font-weight: normal; font-family: "PT Sans", monospace; color: #999; text-transform: capitalize; margin: 5px 0 2px 0; padding: 0; font-size: 15px; line-height: 20px; }
.discover .active .hash { margin: 4px 0; }

.discover .articles .dot { opacity: 0; }
.discover .articles .unseen .dot { opacity: 1; color: #3af; text-shadow: 0 0 5px #3af; }

.discover.news h3 { font-size: 16px; }
.discover.news .articles .load-more { margin-bottom: 10px; }

.darkmode .discover .article { background: #111; color: #555; }
.darkmode .discover .article .details {color: #555; }
.darkmode .discover .article .title { color: #888 }

.left-sidebar .header { position: absolute; top: 0; left: 0; height: 40px; width: 100%; box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.03); background: #fff; font-size: 12px; color: #555; border-top-right-radius: 5px; }
.left-sidebar .header:before { position: absolute; top: 0; right: 0; text-align: center; width: 40px; line-height: 38px; height: 40px; width: 40px; color: #ddd; font-size: 30px; content: "⊕"; pointer-events: none; }
.left-sidebar .header:hover:before { color: #aaa; }
.left-sidebar .header:hover { box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05); }
.left-sidebar .padding { padding: 0 30px; font-family: "PT Sans", sans-serif;}
.left-sidebar .channel-articles .article { height: auto; overflow: auto; }
.left-sidebar .channel-articles .load-more { margin: 0; }
.left-sidebar.fullscreen .header:before { content: "⊗"; }
.left-sidebar .see-all { height: 40px; line-height: 40px; font-size: 12px; cursor: pointer; border-radius: 2px; }
.left-sidebar.fullscreen .header:after { content: ''; border: none; }
.left-sidebar.fullscreen .close .pointer { padding-right: 10px; }
.left-sidebar .pointer { position: absolute; top: 0; right: 0; line-height: 40px; text-align: center; color: #877; padding-left: 10px; }
.left-sidebar .header:hover .pointer { color: #000; }
.left-sidebar .header .fullname { font-size: 18px; line-height: 42px; padding: 0 30px; font-family: "PT Sans", sans-serif;  white-space: nowrap; text-overflow: ellipsis; overflow: hidden;  }
.left-sidebar .header .fullname.company { font-weight: bold; }
.left-sidebar .header .fullname .icon { width: 25px; display: inline-block; }
.left-sidebar .header .symbol { color: #999; font-weight: normal; font-size: 13px; margin-left: 5px; }
.left-sidebar h3, .left-sidebar .watchlist .channels-list.detailed h3 { font-weight: normal; font-family: "PT Sans", monospace; color: #555; text-transform: capitalize; margin: 5px 0 5px 0; padding: 5px 0 0 0; font-size: 17px; line-height: 20px; }

.darkmode .left-sidebar .header { background: #000; color: #aaa;  }

#toolbar { position: absolute; width: 100%; top: 0; left:0; right: 0; max-height: calc(100% - 30px); box-shadow: 0 0 5px 0 rgba(40, 20, 0, 0.3); }
#toolbar .toolbar-widget { position: relative; width:100%; box-sizing: border-box;}
#toolbar .toolbar-alert { color: #444; line-height: 30px; padding: 10px 20px; font-size: 14px; }
#pending-verification { text-align: center; font-family: "PT Sans", sans-serif; }
#pending-verification a.email { color: #000; text-decoration: underline; }

body.homepage #center-column { left: 0; border-top-left-radius: 0; }
body.homepage .left-sidebar { display: none; }
body.homepage #channels.right-sidebar { border-top-left-radius: 15px; }
body.homepage #toolbar { display: none; }

#center-column.article-mode #toolbar { box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10); background: #f3f3f3; }
#center-column.article-mode .action { background: none; }
#center-column.article-mode #current-channel.formatted-channel { background: #fafafa; opacity: 0.95; }
#center-column.article-mode #current-channel.formatted-channel .channel { display: none; }
#center-column.article-mode #post { display: none; }

.darkmode #center-column.article-mode #current-channel.formatted-channel { background: #000; }
.darkmode .formatted-channel .channel { background: #222; }
.darkmode .formatted-channel .channel:hover { background: #666; }

#center-column #online-list { z-index: 107; background: #333; position: absolute; top: 100%; left: 0; max-height: calc(100vh - 30px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); min-width: 120px; }

#online-users { padding: 10px; z-index: 200; }
.online-user { color: #333; border-radius: 3px; display: block; position: relative; font-size: 13px; white-space: nowrap; max-width: 100%;  text-overflow: ellipsis; overflow: hidden; line-height: 25px; font-size: 12px; }
.online-user .name { margin-left: 24px; color: #fff; }
.online-user.active { opacity: 1; }
.online-user.inactive { opacity: 0.6; }
.online-user.offline { opacity: 0.2; }

#back { color: #fff; font-size: 10px; text-transform: uppercase; cursor: pointer; position: absolute; left: 0; top: 0; height: 40px; color: rgba(255, 255, 255, 0.6); font-family: "PT Sans", sans-serif; line-height: 40px; }
#back .icon { display: inline-block; font-size: 22px; line-height: 40px; height: 40px; top: 0; width: 40px; margin-right: -10px; text-align: center; vertical-align: top;  }
#back:hover { color: #fff; }
#logo { }
#logo a:hover { border: none; }
#logo a { height: 40px; display: inline-block; background: none; }
#logo a img { display: inline-block; height: 20px; position: relative; top: 12px;  }
#logo span { font-size: 16px; }

#post { }
#post .outer { position: absolute; bottom: 0; left: 0; background: #dddddb; width: 100%; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
#post .outer { 
    /* iphoneX notch */
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.darkmode #post .outer {  background: #555;  }

#post .inner { margin: 7px 10px 7px 10px; position: relative; }

#post .unpostable { color: #888; font-family: "PT Sans", sans-serif; font-size: 13px; text-align: center; padding: 5px;}
#post .unpostable.ads { }

#post input, #post textarea, #post button, #accounts input, #accounts button { background: #fff; border: 1px solid transparent; height: 21px; color: #000; border-radius: 2px; padding: 3px 10px; font-family: 'PT Mono', monospace; line-height: 21px; display: inline-block; vertical-align: middle; font-size: 13px; }
#post input:disabled, #post textarea:disabled { border-bottom: none; opacity: 0.8; }
#post textarea.expanding { line-height: 17px; }
#post textarea { width: calc(80% - 65px); vertical-align: bottom; max-height: 50vh; }
#post #name { width: 20%; }
#post .submit { display: none; }
#post .signup-now { color: #333; text-decoration: underline; cursor: pointer; }
#post .force-username { cursor: pointer; }

.darkmode #post input, .darkmode #post textarea, .darkmode #post button, .darkmode #accounts input, .darkmode #accounts button { background: #000; color: #ddd; }

#post form { padding-left: 30px; }
.color-wrap { display: inline-block; height: 30px; width: 30px; position: absolute; left: -3px; top: -2px;}
.color { display: inline-block; height: 16px; width: 16px; border-radius: 8px; position: absolute; left: 5px; top: 5px; box-shadow: 0 0 7px rgba(0,0,0,0.2); }
.color-wrap .color { left: 7px; top: 7px; }
.color-wrap .color .hover-tip { bottom: 20px; left: -18px; display: none; }
.color-wrap .color:hover .hover-tip { display: block; }
#my-color { bottom: 7px; top: auto; cursor: pointer; }

#post .upload { display: inline-block; vertical-align: middle; position: absolute; right: 15px; bottom: 0; overflow: visible; color: #bbb; font-size: 18px; line-height: 30px; cursor: pointer; }
#post .upload:hover { border: none; color: #000; }
#post .open-panel{ display: inline-block; text-align: center; width: 30px; height: 29px; line-height: 29px; vertical-align: middle; color: #000; position: relative; left: -30px; margin-right: -30px; border-radius: 2px; cursor: pointer; border-left: 1px solid #eee; color: #777; }
#post .open-panel:hover { background: #600; color: #fff; }

#post .panel { position: absolute; bottom: 50px; left: calc(20% - 110px); padding: 20px; width: 180px; background: rgba(100, 100, 100, 0.9); box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); border-radius: 3px; font-size: 12px; text-align: center; text-shadow: 1px 1px 0 #000; }
#post .panel:after {top: 100%; left: 140px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;}
#post .panel:after {border-top-color: rgba(100, 100, 100, 0.9); border-width: 10px; bottom: 10px; }
#post .panel a.hash { text-decoration: underline; }

#post .panel .close { display: block; width: 18px; height: 18px; color: #fff; position: absolute; top: 3px; right: 3px; line-height: 19px; font-size: 22px; cursor: pointer; }

#post .panel .action { font-size: 13px; display: inline-block; background: #1F637D; box-shadow: 3px 3px 0 #000; padding: 0 8px; margin: 2px; line-height: 25px; border: none; border-radius: 2px; cursor: pointer; }
#post .panel .action:hover { background: #2198C5; }

#post .posting-limit { color: #666; font-size: 12px; font-family: "PT Sans", sans-serif; padding: 0 10px 10px 30px; } 

.color.star { box-shadow: none; text-shadow: 0 0 7px rgba(0, 0, 0, 0.2); text-align: center; }
.color.star .icon { font-size: 16px; position: relative; bottom: 1px; line-height: 16px; }

#password-prompt { background: #F7E193; }
#password-prompt form { display: inline-block; }
#password-prompt button { background-color: #E29F00; }
#password-prompt input, #password-prompt button { line-height: 20px; font-size: 12px; border: none; vertical-align: middle; font-family: inherit; padding: 0 5px; }

#chat { position: absolute; left: 0; right: 0; bottom: 0; top: 0; overflow: scroll; font-size: 13px; -webkit-overflow-scrolling: touch; -webkit-text-size-adjust: none; overflow-x: hidden; color: #333; background: #eeeeed; }
#chat .padding { padding: 0 0 70px 0;  }
#chat .load-more { display: block; padding: 10px 45px; margin-top: 10px; text-align: center; color: #999; }
#chat .load-more span { cursor: pointer; color: #931a28; padding: 3px 5px; background: rgba(255, 255, 255, 0.5); }
#chat .load-more span:hover { background: #fff; }
#chat .load-more:active { color: #e3eeee; border: none; }
#chat.truncated { right: 220px; }
#chat .loading, #chat .load-info { color: #999; font-size: 15px; padding: 20px 0 0 45px; }

#chat #load-more-controls { padding: 40px 0 10px 0; }

#chat #load-more-below {
    padding: 20px 0 10px 0;
}

#chat .unsent {opacity: 0.7;}

.darkmode #chat { background: #000; }

.toolbar-dropdown { background: #333; font-family: "PT Sans", sans-serif; position: absolute; top: 100%; right: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.toolbar-dropdown .inner { padding: 0 20px 20px 20px; color: #ddd; font-size: 12px; text-align: center; }
.toolbar-dropdown a { color: #fff; }
.spiel-filters-form { text-align: left; padding-top: 20px; }
.spiel-filters-form tr.primary input { background: #000; line-height: 30px; min-width: 230px; max-width: 100%; }
.spiel-filters-form input { line-height: 20px; font-family: "PT Sans", sans-serif; background: #222; border: none; border-bottom: 1px solid #888; color: #fff; border-radius: 2px; padding: 0 8px; }
.spiel-filters-form select { border: none; border-radius: 2px; border-bottom: 1px solid #888; display: inline-block; line-height: 20px; padding: 2px 8px; background: #222; color: #eee; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; }
.spiel-filters-form input[type="submit"] { background: #555; margin-top: 10px; font-size: 16px; line-height: 30px; border: none; box-shadow: 0 0 15px 0 #000; cursor: pointer; }
.spiel-filters-form input[type="submit"]:hover { box-shadow: 0 0 15px 0 #ddd; }
.spiel-filters-form th { text-align: right; padding: 0 7px 0 0; color: #999; }
.spiel-filters-form tr:hover th { color: #fff; }
.spiel-filters-form table { vertical-align: bottom; line-height: 30px; }
#spiel-filters.toolbar-dropdown.permanent {  border-radius: none; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
#spiel-filters.toolbar-dropdown.permanent .inner .applied-filter { background: #666; color: #fff; margin: 0 2px 0 0; border-radius: 2px; padding: 3px 8px;  }
#spiel-filters.toolbar-dropdown.permanent .applied-filter .key { text-transform: capitalize; font-weight: bold; }
#spiel-filters.toolbar-dropdown.permanent .inner { color: #ddd; padding: 10px; font-size: 16px; position: relative; text-align: left; }
#spiel-filters.toolbar-dropdown .controls a { color: #fff; background: #777; border-radius: 3px; display: inline-block; line-height: 30px; padding: 0 10px; }
#spiel-filters.toolbar-dropdown .controls a:hover { color: #333; background: #fff; }
#spiel-filters.toolbar-dropdown .controls { position: absolute; top: 5px; right: 5px; text-align: right; } 
#spiel-filters.toolbar-dropdown .icon-search { display: inline-block; width: 30px; text-align: center; }
#spiel-filters { width: 100%; }
#jump-to-date { min-width: 300px; }
#jump-to-date select { border: 1px solid #eee; display: inline-block; border-radius: 3px; line-height: 20px; padding: 4px 10px; background: rgba(0,0,0, 1); color: #eee; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; }
#jump-to-date select:hover { background: #fff; color: #444; }
#jump-to-date input[type="submit"] { padding: 5px 15px; background: rgba(255, 255, 255, 0.3); color: #fff; border: 1px solid #fff; border-radius: 3px; font-size: 16px; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; }
#jump-to-date input[type="submit"]:hover { background: #fff; color: #666; }
#notifications .error { padding: 30px; font-size: 15px; color: #666; text-align: center; }
#notifications h3 { margin: 0; padding: 10px; text-align: center; }
#notifications h4 { margin: 0 0 5px 0; padding: 0; font-size: 15px; opacity: 0.8; }
#notifications p { margin: 0; padding: 10px; }
#notifications .remove-from-watchlist { color: #aaa; }

#notifications .notification_action { width: 60px; text-align: center; display: inline-block; font-size: 33px; opacity: 0.6; }
#notifications .icon-mobile { font-size: 48px; }
#notifications em { font-style: normal; text-decoration: underline; }

#notifications .notification-section { background: rgba(255, 255, 255, 0.1); border-radius: 3px; padding: 10px; margin: 5px; max-width: 300px; display: inline-block; text-align: left;  vertical-align:top; }
#notifications input[type='radio']:checked+label { color: #fff; text-shadow: 0 0 3px #fff; }

#notifications .download { text-align: center; }
#notifications .download img { height: 35px; margin: 0 3px; }

#notifications .remove-from-watchlist { margin-left: 10px; cursor: pointer; }
#notifications .remove-from-watchlist:hover { color: #faa; }
#notifications .add-to-watchlist, #notifications .in-watchlist, .watchlist-subscribe-button { line-height: 25px; padding: 0 10px; border: 1px solid #777; background: rgba(255, 255, 255, 0.1); color: #999; margin: 0 0 10px 0; display: inline-block; border-radius: 2px; font-size: 14px; }
#notifications .add-to-watchlist, .watchlist-subscribe-button { border: 1px solid #afa; color: #000; background: #afa; cursor: pointer; }
#notifications .select-watchlist { height: 26px; font-size: 14px; width: 100px; margin-right: 5px; background: #eee; }
/*#select-watchlist-to-subscribe { margin-bottom: -15px; }*/


.pop-up { position: absolute; background: #454545; box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.5); width: 200px; padding: 20px; border-radius: 3px; font-size: 12px; line-height: 18px; color: rgba(255, 255, 255, 0.7); text-shadow: 1px 1px 0px rgba(0,0,0,0.4); cursor: default; white-space: normal; }

.pop-up .inline-edit-wrapper { background: rgba(255, 255, 255, 0.1); border-radius: 2px; }

.pop-up:before, .pop-up:after {
    top: 100%; left: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.pop-up:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #454545;
    border-width: 20px;
    bottom: 20px;
}

.flipped:before, .flipped:after {
    top: -40px; left: 16px;
}

.flipped:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #454545;
    border-width: 20px;
    bottom: 20px;
}

.pop-up span.invite-room { cursor: pointer; color: #fff; text-shadow: none; border-bottom: none; background: rgba(255,255,255, 0.2); border-radius: 2px; display: inline-block; padding: 0 4px; line-height: 20px; max-width: 70%; text-overflow: ellipsis; overflow: hidden; }
.pop-up span.invite-room:hover { border: none; color: #222; background: rgba(255,255,255,0.9); }
.pop-up .status { display: inline-block; line-height: 20px; padding: 0 8px; overflow: hidden;}
.pop-up .new-status { }

.pop-up .new-channel:hover { color: #222; background: rgba(255,255,255,0.9); }
.pop-up .new-channel:hover .edit { color: #222; }
.pop-up .channel a { background: rgba(255,255,255, 0.2); border-radius: 2px; display: inline-block; padding: 0 4px; line-height: 20px; max-width: 70%; text-overflow: ellipsis; overflow: hidden; }
.pop-up .channel a:hover { border: none; color: #222; background: rgba(255,255,255,0.9); }
.pop-up .exit { width: 6px; top: 5px; right: 15px; position: absolute; font-size: 15px;}
.pop-up .exit:hover { font-size: 18px; cursor: pointer;}
.pop-up .edit {   outline: none;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  min-width: 90px;
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 120px;
  white-space: nowrap; }
.hover-tip { background: rgba(50, 50, 50, 0.9); box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.5); width: 92px; padding: 3px 5px 3px 5px; border-radius: 3px; position: absolute; opacity: 0.9; font-size: 10px; line-height: 16px; color: white;} /* going to have to change the position*/
.hover-tip:after {top: 100%; left: 16px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;}
.hover-tip:after {border-top-color: rgba(50, 50, 50, 0.9); border-width: 10px; bottom: 10px; }
.hover-tip .symbol { opacity: 0.5; }
.hover-tip .price { display: inline-block; }
.hover-tip .percent { color: #aaa; }
.hover-tip .price.up { color: #7f7; }
.hover-tip .price.down { color: #f77; }

.pop-up-share { position: relative; background: #777; width: 340px; padding: 10px; border-radius: 3px; font-size: 12px; line-height: 18px; color: rgba(255, 255, 255, 0.7); text-shadow: 1px 1px 0px rgba(0,0,0,0.4); cursor: default; white-space: normal; }
.pop-up-share .exit { cursor: pointer; position: absolute; right: 5px; top: 5px; font-size: 25px;}
.pop-up-share .exit:hover { color: #fff; }


.message { cursor: pointer; background: rgba(255,255,255,1); padding: 4px 10px 4px 30px; border-radius: 3px; display: inline-block; margin: 4px 0 0 0;  position: relative; line-height: 18px; min-height: 16px; font-size: 13px; color: #000; max-width: 100%; box-sizing: border-box; }
.message .spiel-content, .message .name { white-space: pre-wrap; word-wrap: break-word; tab-size: 4; }
.message .spiel-content { color: #111; outline: none;}

.message .ellipsis { display: none; }
.message.truncated .ellipsis:hover { color: #ce8600; }
.message.truncated .ellipsis .expand { text-decoration: underline; }
.message.truncated .ellipsis { display: block; position: absolute; bottom: 0; right: 0; width: 100%; padding: 25px 0 5px 0; font-family: "PT Sans", sans-serif; background: #fff; color: #986f23; text-align: center; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-sizing: border-box; cursor: pointer; font-size: 13px;
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,252,244,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 )
}
.message .spiel-summary { display: none; }
.message.truncated .spiel-summary { display: inline; }
.message.truncated .full-spiel { display: none; }

.deld { border: 2px solid red; }

.darkmode .message.truncated .ellipsis {
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.message:hover{ box-shadow: 0 0 1px rgba(0,0,0,0.4); }
.row.emphasis { margin: 20px; }
.emphasis .message { box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); display: block; }
.row .date { vertical-align: middle; display: inline-block; min-width: 130px; color: #888; font-size: 12px; -webkit-text-size-adjust: none; opacity: 0.6; margin: 1px 0 2px 5px; }
.row .date a { display: inline-block; text-decoration: normal; background: rgba(255, 255, 255, 0.9); border-bottom: none; border-radius: 2px; padding: 2px 5px;  white-space: nowrap; }
.row .date a:hover { background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); border: none; color: #a00; }
.row:hover .date { opacity: 1; color: #666; }
.row a { color: #a00; border-bottom: 1px solid #a00; }
.row a:hover { color: #f00; border-bottom: 1px solid #f00; }
.row .message.shitpost { font-size: 0.8em; opacity: 0.7; line-height: 1.4em; }

.darkmode .row a.linkified { color: #fff; border-bottom: 1px solid #666;  }
.darkmode .row a.linkified:hover { border-bottom: 1px solid #fff; }

.message.system .color-wrap { display: none; }
.message.system {
    background:#e8e8e8;
    padding: 10px 15px;
}

.darkmode .message { background: rgba(255,255,255,0.1); }
.darkmode .message .spiel-content { color: #aaa;  }
.darkmode .row .date a { background: rgba(255, 255, 255, 0.3); color: #faa; }
.spiel-actions { font-size: 11px; padding: 10px; background: #f5f5f5; box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); border-radius: 3px; border-top-right-radius: 0; border-top-left-radius: 0; }
.spiel-actions th, .spiel-actions td { padding: 3px 5px; line-height: 20px; }
.spiel-actions th { text-align: right; font-weight: normal; color: #aaa; }
.spiel-actions a:hover  { color: #fff !important; background: #666; }
.spiel-actions a { cursor: pointer; color: #999; padding: 0 5px; font-size: 10px; display: inline-block; border-radius: 4px; height: 24px; line-height: 20px; background: #fff; font-family: "PT Sans", sans-serif; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; vertical-align: bottom; }
.spiel-actions .text { font-size: 13px; vertical-align: baseline; }
.spiel-actions a:hover { border-color: #000; }
.spiel-actions a .icon { width: 16px; text-align: center; font-size: 16px; line-height: 22px; display: inline-block; }
.spiel-actions a.share-button .icon { line-height: 22px; }
.spiel-actions input { font-family: inherit; }

.darkmode .spiel-actions { background: #2e2e2e; }
.darkmode .spiel-actions a { background: #000; border-color: #000; }

.spiel-actions a.remove-spiel { margin-left: 15px; }

.spiel-actions .voted  { background: #a00; color: #fff; }
.spiel-actions .voted:hover  { background: #f00; color: #fff; }
.spiel-actions .voted .tip { color: #faa; }

.spiel-actions.modal-unflag { padding-left: 0px; padding-right: 0px; padding: 0px; background: #eeeeee; box-shadow: 0 0 0px rgba(0, 0, 0, 0); text-align: right; }

.row.emphasis .message { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.row { position: relative; padding-left: 45px; padding-right: 45px; -webkit-transform: translate3d(0,0,0); }
.row.ad .message { padding: 0; display: block; border-radius: 3px; position: relative; }

.last-read-marker { font-family: "PT Sans", sans-serif; padding: 0 30px; line-height: 30px; margin: 10px 0; background: #fbfbe7; width: 100%; color: #8c8c6b; }
.last-read-marker .actions { float: right; margin-right: 30px; }
.last-read-marker .actions span { line-height: 20px; }
.last-read-marker .actions span:hover { color: #000; }
.last-read-marker .return-to-chat { color: #7d6b5a; cursor: pointer; padding: 0 6px; background: #f1ead1; margin-right: 15px; display: inline-block; border-radius: 2px; }
.last-read-marker .close { cursor: pointer; display: inline-block; width: 30px; text-align: center; opacity: 0.8; }

.chat-actions { position: absolute; top: 40px; right: 0px; padding: 10px; background: #f1f1f1; border-radius: 3px; box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2); }
.chat-actions .jump-to-last-seen { font-family: "PT Sans", sans-serif; background: #fbfbe7; color: #8c8c6b; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); display: inline-block; padding: 0 6px; line-height: 25px; border-radius: 2px; font-size: 13px; cursor: pointer; }
.chat-actions .jump-to-last-seen:hover { background: #8c8c6b; color: #fbfbe7; }

.subscription-select select { background-color: black; border: none; color:white;font-family:'PT Mono',monospace;}


.row .note {
    color: #a99;
    display: block;
    text-align: right;
}

.log-button{ display: inline-block; margin: 0 0 5px 0; background: #010101; color: white; font-size: 12px; font-family: inherit; padding: 2px 5px;  outline:none; border:none; border-radius: 2px; cursor: pointer; text-align: left; padding: 3px 8px; }
.edit-form .log-button {width: 65px; margin-right: 5px;}
.log-button:hover{ background: #212121; }
.submit-button { height: 29px !important; }

.inline-edit-wrapper { display: inline-block; padding: 0 4px; cursor: pointer; text-shadow: none; margin-bottom: 2px; }
.inline-edit-wrapper .edit { display: inline-block; height: 20px; line-height: 20px; font-size: 12px; border:none; background:none; font-family: inherit; width: 110px; }

#channels { position: absolute; right: 0; background: #443F3B; color: #ddd; font-size: 12px; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3); border-top-left-radius: 5px; -webkit-tap-highlight-color:transparent; }
#channels.closed { display: none; }

.darkmode #channels { background: #2f2f2f; }

#channels .main { height: calc(100% - 40px); padding-left: 3px; padding-bottom: 30px; padding-top: 10px; margin-right: 0; width: 223px; margin: 0; }

#channels .section { width: 223px; }
#channels .section .channel a { max-width: calc(100% - 70px); }
#channels .section .channel a:hover { background: #fff; }
#channels .section { margin-top: 15px; }
.channels-list .section .inline-edit-wrapper { background: #fff; color: #877777; border: 1px solid #877777; height: 35px; margin: 1px 0 5px 25px; border-radius: 2px; }
.channels-list .section .inline-edit-wrapper input { color: #877777; width: 130px; padding: 0 0 0 2px; }

#channels .button { color: #fff; margin-left: 25px; line-height: 23px; padding: 0 8px; display: inline-block; cursor: pointer; border-bottom: 1px solid #666; margin-bottom: 7px; font-family: "PT Sans";
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 99%, rgba(255,255,255,0.05) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 99%,rgba(255,255,255,0.05) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.05) 99%,rgba(255,255,255,0.05) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0dffffff',GradientType=0 );
}
#channels .button .small-arrow { position: relative; top: 2px; }
#channels .button:hover { color: #fff; border-bottom: 1px solid #aaa; }
.channels-list .section .add-channel { display: inline-block; border: none; background: rgba(255, 255, 255, 0.1); border-radius: 2px; padding: 0 8px; line-height: 25px; margin: 0 0 5px 25px; cursor: pointer; color: #999; }
.channels-list .section .add-channel:hover { color: #333; background: #f8f8f8; }
.channels-list .section .add-channel-inline-edit-wrapper input { border-radius: 2px; }
.channels-list .section .add-channel-form input { color: #000; margin: 0; line-height: 35px; height: 35px; display: inline-block; }

#channels .reload { display: block; position: absolute; top: 2px; right: 2px; height: 26px; width: 26px; opacity: 0.2; cursor: pointer; }
#channels .reload:hover { opacity: 1; }
#channels .reload:active { top: 3px; }
#channels .reload.loading { animation:spin 0.6s linear infinite; }
@keyframes spin { 100% { transform:rotate(360deg); } }

#channels .header { display: none; position: absolute; top: 0; right: 0; width: 100%; background: #4E4946; font-family: "PT Sans", sans-serif; font-size: 14px; border-top-left-radius: 5px; }
#channels .header:hover:before { color: #aaa; }
#channels .show-all-channels { display: block; line-height: 40px; height: 40px; text-indent: 30px; color: #9c9494; position: relative; box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1); }
#channels .pointer { position: absolute; top: 0; left: 0; margin: 0; line-height: 40px; padding-right: 10px; text-align: center; color: #ba9;  }
#channels .pointer .less { display: none; }
#channels .show-all-channels:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
#channels .show-all-channels:hover .pointer { color: #fff; }

#channels .category-action { float: right; margin-right: 20px; border-bottom: 1px solid #aaa; cursor: pointer; }
#channels .edit-category-settings { margin-left: -25px; width: 25px; text-align: center; cursor: pointer; color: rgba(255, 255, 255, 0.3); display: inline-block; }
#channels .edit-category-settings:hover { color: #fff; }

.channels-list .featured .channel.highlight a { background: #fff;  }

.channels-list { font-size: 12px; }
.channels-list .channel.alert a { background: #a00; }
.channels-list .channel { height: 28px; margin-bottom: 2px; white-space: nowrap; }
.channels-list .channel .new-count { width: 25px; display: inline-block; text-align: center; overflow: hidden; line-height: 28px; cursor: default; white-space-collapse: discard; vertical-align: top; }
.channels-list .channel .delete { width: 25px; display: inline-block; text-align: center; overflow: hidden; line-height: 28px; cursor: pointer; visibility: hidden; font-size: 21px; }
.channels-list .channel .new-count:hover { text-decoration: line-through; }
.channels-list .channel .private {background: red; border-radius: 50%; height: 18px; width: 20px; margin-right: -3px;}
.channels-list .inner { margin: 0 25px;  }
.channels-list .logout, .channels-list .settings { font-family: "PT Sans", sans-serif; }
.channels-list .icon-lock { margin-right: -4px; }
.channels-list .icon-mic { margin-left: -2px; }
.channels-list .icon { position: relative; top: 1px; display: inline-block; width: 18px; }

.channels-list .new-event { 
    box-shadow: 0 0 5px #ffa;
font-size: 10px;
border-radius: 2px;
padding: 0 3px;
height: 24px;
line-height: 24px;
margin: 2px 0 2px 0 ;
display: inline-block;
font-family: "PT Sans", sans-serif;
vertical-align: top;
cursor: pointer;
}
.channels-list .new-event.news { color: #000; background: rgba(255, 248, 165, 1); }
.channels-list .new-event.sedi { color: #fff; background: #222; }
.channels-list .new-event.sedar { color: #fff; background: #333; }
.channels-list .new-event.stale { box-shadow: none; opacity: 0.4 }
.channels-list .new-event.news.stale { background: #bdbf76 }
.channels-list .new-event:hover { color: #000; background: #fff; }
.channels-list .new-event.news.stale:hover { color: #000; background: #fff; }

.log-button:hover { border: none; }

.channels-list .channel:hover .delete { visibility: visible; }
.channels-list .channel .delete:hover { color: #faa; }
.channels-list .channel a { color: #fff; background: #696562; border-radius: 2px; display: inline-block; padding: 0 8px; line-height: 28px; text-overflow: ellipsis; overflow: hidden; }
.channels-list .channel a { max-width: calc(100% - 50px); vertical-align: top; }
.channels-list .channel a:hover { border: none; color: #222; background: rgba(255,255,255,0.9); }
.channels-list h3 { color: rgba(255,255,255,0.6); font-size: 11px; margin: 2px 0 4px 25px; padding: 0; font-weight: normal; text-shadow: 1px 1px 0px rgba(0,0,0,0.4); font-family: "PT Sans", sans-serif; }
.right-sidebar.channels-list .highlight a { box-shadow: 0 0 4px #fff; border: none; color: #222; background: #fff !important; }

.channels-list .action a { border-radius: 3px; line-height: 30px; color: #fff }
.channels-list .channel[channel='featured'] a { background: #528DAF; }
.channels-list .channel[channel='feedback'] a { background: #407A41; }
.channels-list .channel[channel='popular'] a { background: #90759A; }

.channels-list.public .channel.commodity .cashtag { color: #3e3e3e; }
.channels-list.public .channel.commodity .bid-ask { display: none; }

.channels-list .channel[channel='insiders'] a { background: #3a3a3a; }
.channels-list .channel[channel='articles'] a { background: #6F3447; }
.channels-list .channel[channel='newsroom'] a { background: #2C4573; }
.channels-list .channel[channel='moderators'] a { background: #943104; }
.channels-list .channel[channel='rss_stream'] a { background: #8f4301; }

.channels-list .dm .with { color: #999; font-family: "PT Sans", sans-serif; font-size: 11px; line-height: 10px; }

.channels-list .channel .desc { font-size: 9px; color: #666; margin: 0 3px; }

.watchlist .channels-list.detailed  { margin: 0 0 25px 0; }
.watchlist .channels-list.detailed.edit .section  { padding: 10px; }
.watchlist .channels-list.detailed.channels-list.edit .section .add-channel { margin-left: 0; margin-top: 1px; padding: 5px 10px; }
.watchlist .channels-list.detailed .section .inline-edit-wrapper { margin-left: 0; }
.watchlist .channels-list.detailed h3 { margin-left: 0; }
.watchlist .channels-list.detailed .field-labels { display: inline-block; padding-left: 4px; margin-top: 5px; line-height: 25px; color: #888; white-space: nowrap;}
.watchlist .channels-list.detailed.narrow .field-labels { display: none; }
.watchlist .channels-list.detailed .field-labels > span { display: inline-block; }
.watchlist .channels-list.detailed .field-labels .exchange { width: 20px; }
.watchlist .channels-list.detailed .field-labels .cashtag { width: 61px; }
.watchlist .channels-list.detailed .field-labels .price { width: 55px;  }
.watchlist .channels-list.detailed .field-labels .change { width: 100px;  }
.watchlist .channels-list.detailed .field-labels .high-low { width: 55px; }
.watchlist .channels-list.detailed .field-labels .bid-ask { width: 90px;  }
.watchlist .channels-list.detailed .field-labels .small-chart { width: 115px ; }
.watchlist .channels-list.detailed .field-labels .desc { width: 160px;  }
.watchlist .channels-list.detailed .field-labels .volume { width: 220px;  }
.watchlist .channels-list.detailed .field-labels .market-cap { width: 80px;  }
.watchlist .channels-list.detailed .field-labels .customize-fields { display: none; position: absolute; left: 0; top: 5px; color: #777; background: #ddd; padding: 0 5px; border-radius: 2px; cursor: pointer; line-height: 20px; border-left: 1px solid #fff; border-top: 1px solid #fff; }
.watchlist .channels-list.detailed .field-labels .customize-fields:hover { color: #000; background: #ccc; }


.watchlist .channels-list.detailed .channel { white-space: nowrap; }
.watchlist .channels-list.detailed .channel .channel-name { font-family: "PT Mono", monospace; font-size: 13px; }
.watchlist .channels-list.detailed .channel  .n-a { opacity: 0.25; }
.watchlist .channels-list.detailed .channel .bid-ask { width: 90px; display: inline-block; line-height: 15px; margin-top: 0px; font-size: 11px; vertical-align: middle;}
.watchlist .channels-list.detailed .channel  .bid-ask .vol { color: #aaa; }
.watchlist .channels-list.detailed .channel  .bid-ask .bid { color: #4a4; }
.watchlist .channels-list.detailed .channel  .bid-ask .ask { color: #a44; }
.watchlist .channels-list.detailed .channel .bid-ask .label  { display: inline-block; width: 7px; opacity: 0.5; }
.watchlist .channels-list.detailed .channel .exchange { display: inline-block;  width: 20px; line-height: 25px; white-space: nowrap; text-align: center; border-radius: 2px; font-weight: bold; color: #ddd; font-size: 11px; text-shadow: -1px -1px 0 #fff; }
.watchlist .channels-list.detailed.narrow .channel .exchange { display: none; }

.watchlist .channels-list.detailed .channel .cashtag { display: inline-block;  width: 61px; white-space: nowrap; text-overflow: ellipsis; }
.watchlist .channels-list.detailed .channel .cashtag span {  vertical-align: middle; font-size: 14px; padding: 0 5px 0 4px; border-radius: 2px; display: inline-block; background: #f3faff; color: #286c80; line-height: 25px; }
.watchlist .channels-list.detailed .channel .cashtag.long span { font-size: 12px;  }
.watchlist .channels-list.detailed .channel .cashtag.longest span { font-size: 10px;  }

.watchlist .channels-list.detailed .channel .change { display: inline-block; width: 100px; }
.watchlist .channels-list.detailed .channel .arrow { display: inline-block; min-width: 100px; }

.watchlist .channels-list.detailed .channel .desc { font-size: 13px; color: #3c3c3c; display: inline-block; width: 160px; white-space: nowrap; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; vertical-align: bottom; }
.watchlist .channels-list.detailed .channel .high-low { white-space: nowrap; width: 55px; display: inline-block; line-height: 15px; margin-top: 0px; font-size: 11px; vertical-align: middle;}
.watchlist .channels-list.detailed .channel .high-low .label  { display: inline-block; width: 7px; opacity: 0.5; }
.watchlist .channels-list.detailed .channel .price { font-size: 18px; color: #717171; margin-right: 5px; display: inline-block; width: 50px; position: relative; top: 2px; }
.watchlist .channels-list.detailed .channel .price .n-a { opacity: 0.3; font-size: 14px; }

.watchlist .channels-list.detailed .channel .price-change { font-size: 14px; position: relative; top: 1px; }
.watchlist .channels-list.detailed .channel .new-count { font-size: 12px; position: absolute; top: 4px; left: -25px; width: 20px; z-index: 3; font-family: "PT Mono", monospace; }
.watchlist .channels-list.detailed.narrow .channel .new-count { left: auto; right: 10px; }
.watchlist .channels-list.detailed .channel .delete { font-size: 11px; position: absolute; top: 1px; right: 7px; line-height: 20px; width: 20px; background: #fff; border-radius: 3px; color: #666; text-shadow: -1px 1px 4px #aaa; box-shadow: -1px 1px 0 #aaa; }
.watchlist .channels-list.detailed .channel .delete:hover { background: #844; color: #fff; }
.watchlist .channels-list.detailed.edit .channel .new-count { display: none; }
.watchlist .channels-list.detailed .channel .percent { font-size: 11px; background: #f0f0f0; border-radius: 2px; padding: 1px 3px; }
.watchlist .channels-list.detailed .channel .up .percent { background: #e0f3e0; }
.watchlist .channels-list.detailed .channel .down .percent { background: #fee; }
.watchlist .channels-list.detailed .channel .ch-online-count { position: absolute; bottom: 7px; right: 7px; background: #f8fce1; color: #026c17; border-radius: 2px; padding: 0 6px; font-family: "PT Sans", sans-serif; font-size: 12px; line-height: 22px; pointer-events: none; }
.watchlist .channels-list.detailed .channel a { display: inline-block; position: relative; width: calc(100% - 6px); max-width: none; box-sizing: border-box; padding: 2px 5px; margin: 0 3px 3px 0; box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1); white-space: nowrap; } 
.watchlist .channels-list.detailed.narrow .channel a { margin-bottom: 6px; } 

.watchlist .channels-list.detailed .channel a:hover { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1) }
.watchlist .channels-list.detailed .section .list .channel { position: relative; margin-bottom: 0px; box-sizing: border-box; height: auto; font-family: "PT Sans", sans-serif; }
.watchlist .channels-list.detailed.narrow .section[data-type="Commodities"] { margin-top: -10px; }
.watchlist .channels-list.detailed.narrow .section[data-type="Commodities"] .channel .price-change { display: none; }

.watchlist .channels-list.detailed .channel .volume { width: 220px; color: #717171; display: inline-block; text-overflow: ellipsis; }
.watchlist .channels-list.detailed .channel .vol-spacer { color: #ccc; }
.watchlist .channels-list.detailed .channel .of-avg { display: inline-block; color: #666;  }
.watchlist .channels-list.detailed .channel .of-avg .vol-percent { color: #555; text-shadow: 0 0 0.5px #555; }
.watchlist .channels-list.detailed .channel .regular { display: inline-block; }
.watchlist .channels-list.detailed .channel .dollar { display: inline-block;  color: #3c3c3c; }
.watchlist .channels-list.detailed .channel .market-cap { display: inline-block; width: 80px;  }

.watchlist .channels-list.detailed .channel .vol-alert { width: 12px;  }
.watchlist .channels-list.detailed .channel .vol-alert.up { color: #0a0; }
.watchlist .channels-list.detailed .channel .vol-alert.down { color: #a00; }

.watchlist .channels-list.detailed .channel .vol-alert.low { opacity: 0.3; }
.watchlist .channels-list.detailed .channel .vol-alert.high.up { text-shadow: 0 0 3px #0f0;  }
.watchlist .channels-list.detailed .channel .vol-alert.high.down { text-shadow: 0 0 3px #f00;  }
.watchlist .channels-list.detailed .channel .new-event { margin: 3px 5px; }

.watchlist .channels-list.detailed .channel .small-chart { width: 110px; display: inline-block;  }
.watchlist .channels-list.detailed .channel .small-chart svg { width: 100px ;  height: 20px; margin: 0 10px 0 0; vertical-align: middle;}

.watchlist .channels-list.detailed .channel .col-group { white-space: nowrap; display: inline-block;  }


.darkmode .watchlist .channels-list.detailed .channel .dollar { color: #bbb; }
.darkmode .watchlist .channels-list.detailed .channel .volume {color: #999; }
.darkmode .watchlist .channels-list.detailed .channel .price { color: #eee; }
.darkmode .watchlist .channels-list.detailed .channel .exchange { color: #444; text-shadow: none; }

.darkmode .watchlist .channels-list.detailed .channel .cashtag span { background: #222; color: #aaa; }
.darkmode .watchlist .channels-list.detailed .channel .percent { background: #222; }
.darkmode .watchlist .channels-list.detailed .channel .bid-ask { background-color: #171717; box-shadow: 0 0 10px 5px #171717; }
.darkmode .watchlist .channels-list.detailed .channel .desc { color: #aaa; }
.darkmode .watchlist .channels-list.detailed .channel a:hover .desc { color: #fff; }

#home .watchlist .channels-list.detailed .channel { white-space: normal; }
#home .watchlist { position: relative; }

#home .channels-list.detailed .section .list .channel { width:100%; display: block;  }

#home .channels-list.detailed.narrow .section .list .channel { width: 14.2%; display: inline-block; vertical-align: top; }
#home .channels-list.detailed.narrow .section .list .channel .cashtag { display: block; }
#home .channels-list.detailed.narrow .section .list .channel  .price { font-size: 17px; width: auto; max-width: 70px; margin-right: 0; }
.left-sidebar .watchlist .channels-list.detailed { margin: 0; }
.left-sidebar .watchlist .channels-list.detailed .section .list .channel { margin: 0; width: 100%; }
.left-sidebar .quick-filters.watchlist .channels-list.detailed .channel .channel-name { font-family: "PT Sans"; }
.left-sidebar.fullscreen .watchlist .channels-list.detailed .section .list .channel { width: 33%; }
#shared-watchlist .watchlist .channels-list.detailed .channel a:hover { background: #fff; }
#shared-watchlist .watchlist .channels-list.detailed h3 { display: none; }
#shared-watchlist .watchlist .channels-list.detailed { margin-bottom: 0; padding-bottom: 0; }
#shared-watchlist .watchlist { padding: 0 25px 0 25px; }
#shared-watchlist .watchlist-description { padding: 5px 5px 15px 5px; font-family: "PT Sans", sans-serif; font-size: 14px; }
#shared-watchlist .owner { color: #000; font-size: 16px; margin-bottom: 5px; }
#shared-watchlist a.hash, #shared-watchlist a.hash:visited { color: #a00; }

#shared-watchlist { width: 100%; }

#home { height: 100%; font-family: "PT Sans", sans-serif; -webkit-tap-highlight-color:transparent; color: #555; }
#home .scroll { height: 100%; }
#home .inner { box-sizing: border-box; }
#home .content { box-sizing: border-box; padding: 20px 40px 30px 40px; background: #f3f3f3;  z-index: 1; position: relative; min-height: 500px; }
#home .floating-buttons { padding: 10px; border-radius: 4px; background: rgba(0, 0, 0, 0.3); position: absolute; bottom: 10px; right: 10px; box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1); z-index: 102; }
#home .intro { margin: 10px 0 20px 0; }
#home .loading { color: #666; min-height: 100vh; }
#home h2 { font-family: "PT Sans", sans-serif; color: #877777; font-size: 18px; margin: 5px 0; padding: 0; font-weight: normal; text-shadow: 0 1px 0 #fff; border-radius: 5px; }


.watchlist .sort-and-filter .filter.sort {  }
.watchlist .sort-and-filter .filter-spacer { color: #ccc; text-shadow: 1px 1px 0px #fff;  }
.watchlist .sort-and-filter .filter { background: #f3f3f3; background: linear-gradient(to top, rgba(255,255,255,1) 0%, #f6f6f6 100%); display: inline-block; font-size: 15px;  line-height: 25px; padding: 0 6px; color: #333; margin-bottom: 4px; border-bottom: 1px solid #9d9d9d; }
.watchlist .sort-and-filter .filter:hover { background: #ddd; color: #000;  }
.watchlist .sort-and-filter .filter.selected { background: #444; color: #fff; box-shadow: 0 0 9px 4px #ffd05ba1; }
.watchlist .sort-and-filter .filter-label { display: inline-block; font-size: 14px; line-height: 25px; width: 70px; border-bottom:  1px solid #d9d9d9; }
.watchlist .sort-and-filter .filter-group { margin: 2px 0; padding: 2px 0; }
.watchlist .sort-and-filter .filter-group.exchanges .filter { font-size: 17px; }
.watchlist .sort-and-filter .filter-group.sectors .filter {  }
.watchlist .sort-and-filter .filter-group.sorts .filter { display: block; }
.watchlist .sort-and-filter .filter-group .show-all { text-decoration: underline; color: #777; font-size: 14px; line-height: 25px; padding: 0 6px; }
.watchlist .no-results { margin: 30px 0; font-size: 16px; }

.watchlist .sort-and-filter .field-group { width: 100px; display: inline-block; vertical-align: top; }

.darkmode .watchlist .sort-and-filter .filter-label {  border-bottom:  1px solid #444; }
.darkmode .watchlist .sort-and-filter .filter { background: #111; color: #aaa; }
.darkmode .watchlist .sort-and-filter .filter.selected { background: #777; color: #fff; }
.darkmode .watchlist .sort-and-filter .filter:hover { background: #333; color: #fff; }

#home .spacer { border-top: 1px solid #e0dddd; border-bottom: 1px solid #fff; }
#home .spacer.big { margin: 30px; }
#home .intro h1 { font-size: 25px; font-family: "PT Sans", "Trebuchet MS", sans-serif; font-weight: normal; line-height: 30px; margin: 0; color: #766666; }
#home .intro .sub-2 { display: inline-block; font-size: 18px; line-height: 20px; color: #888; max-width: 700px; margin: 2px 0; font-family: "PT Sans", "Trebuchet MS", sans-serif; }
#home .online-count { font-size: 14px; margin-top: 3px; }

#home .mobile { margin: 20px 0; }

.darkmode #home h2 { color: #877777; text-shadow: 0 1px 0 #000; }
.darkmode #home .content { background: #000; }
.darkmode #home .spacer { border-top: 1px solid #111; border-bottom: 1px solid #444; }

#home .tabs { line-height: 35px; font-size: 19px; background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0,0,0,0) 60%); }
#home .tabs.main { margin-top: 0px; padding: 0 5px; }
#home .tabs .tab { cursor: pointer; display: inline-block; color: #fff; background: rgba(0, 0, 0, 0.25); padding: 0 12px; position: relative; top: 1px;  border-top-left-radius: 3px; border-top-right-radius: 3px; text-shadow: 0 1px 0 #000, 0 1px 20px #fff; border-top: 1px solid rgba(255, 255, 255, 0.5) }
#home .tabs .tab.selected { color: #544444; text-shadow: none; background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, #f3f3f3 100%); z-index: 2; }
#home .tabs .tab:hover { background: rgba(255, 255, 255, 0.15); }
#home .tabs .tab.selected:hover { background:#f3f3f3; }


.darkmode #home .tabs .tab { background: rgba(255, 255, 255, 0.26); }
.darkmode #home .tabs .tab.selected { background: rgba(255, 255, 255, 0.7); color: #000; }
.darkmode #home .tabs .tab.selected .icon { color: #000;  }

#home .tabs .icon {  font-size: 19px; position: relative; top: 2px; margin: 0 3px; color: #fff; text-shadow: 0px 1px 0px #000;  }
#home .tabs .tab.selected .icon { text-shadow: none; color: #000 ;}
#home .tabs.sub { margin: 0 -40px 20px -40px; padding: 0 40px; overflow: hidden;}
#home .tabs.sub .tab .icon {  font-size: 17px; text-shadow: none; color: #333; top: 2px;}
#home .tabs.sub .tab { background: rgba(255, 255, 255, 0.45); text-shadow: none; color: #333; }
#home .tabs.sub .tab.selected { background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, #f3f3f3 100%); }

.watchlist .channels-list {
    margin: 0 -25px 25px -25px;
    -webkit-transform: translate3d(0,0,0);
}
.watchlist .channels-list h3 { max-width: calc(100% - 80px); font-size: 14px; line-height: 22px; padding: 3px 0 0 0; margin: 0; color: #543; text-shadow: none; }
.watchlist .channels-list .section { position: relative; border-radius: 3px; margin: 3px 0 10px 0; }
.watchlist .channels-list .section .list { transform: translateZ(0); position: relative; overflow: visible; }
.watchlist .channels-list .section .list .channel { display: block; }

.watchlist .channels-list .channel { margin-bottom: 5px; }
.watchlist .channels-list .channel a { background: #fff; color: #333; }
.watchlist .channels-list .channel .new-count { color: #777; line-height: 25px; }
.watchlist .channels-list .channel .delete { color: #777; line-height: 25px; }
.watchlist .channels-list .channel .delete:hover { color: #a77; }
#home .num-online { font-size: 13px; float: right; line-height: 25px; }

.watchlist .up { color: #090; }
.watchlist .up.lvl-1 { color: #090; opacity: 0.6; }
.watchlist .up.lvl-2 { color: #090; opacity: 0.8; }
.watchlist .up.lvl-3 { color: #090; opacity: 1 }
.watchlist .up.lvl-4 { color: #090; opacity: 1; text-shadow: 0 0 2px #1af005; }
.watchlist .up.highest {  color: #090; opacity: 1; text-shadow: 0 0 2px #53ff05, 0 0 8px #25ff05; }

.watchlist .down { color: #a00; }
.watchlist .down.lvl-1 { color: #a00; opacity: 0.6; }
.watchlist .down.lvl-2 { color: #a00;opacity: 0.8; }
.watchlist .down.lvl-3 {color: #a00; opacity: 1 }
.watchlist .down.lvl-4  { color: #c00;opacity: 1; text-shadow: 0 0 2px #ff0505; }
.watchlist .down.highest { color: #c00;opacity: 1; text-shadow: 0 0 10px #ff0e05; }

.darkmode .watchlist .channels-list .channel a { background: #171717; color: #aaa; }
.darkmode .watchlist .channels-list .channel a:hover { }
.darkmode .watchlist .channels-list .channel .up { color: #0d0; }
.darkmode .watchlist .channels-list .channel .down { color: #d33; }

.watchlist-save .action { margin-left: 5px; cursor: pointer; font-size: 13px; line-height: 25px; padding: 0 6px; border-radius: 2px; font-family: "PT Sans", sans-serif; } }
.watchlist-save .cancel { text-decoration: underline; }
.watchlist-save .done { background: #f0ffc4; color: #162; padding: 0 10px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); font-size: 16px; }
.watchlist-save .done:hover { background: #fff; color: #390; }

.watchlist .add-category { display: block; margin: 10px 0 0 0; line-height: 25px; background: #f3f1ea; border-radius: 2px; padding: 0 5px; color: #877777; cursor: pointer; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); border: 1px solid #baaaaa }
.watchlist .add-channel { background: none; color: #877777; border: 1px solid #899999; box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); vertical-align: top; }
.watchlist .add-channel:hover { background: #fff; }
.watchlist .add-category:hover { background: #fff; }
.watchlist .channels-list.edit .section { box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); background: #f3f1ea; margin-top: 10px; padding-bottom: 5px; }
.watchlist .channels-list.edit .add-channel-form { display: inline-block; vertical-align: top; }
.watchlist .channels-list.edit h3 { margin-top: 10px; margin-bottom: 10px; padding: 0; }
.watchlist .channels-list.edit .sort-alphabetically { display: inline-block; float: right; color: #555; border-bottom: 1px solid #999; cursor: pointer; padding: 2px 4px; border-radius: 2px; }
.watchlist .channels-list h3 .settings { cursor: pointer; position: absolute; right: 0; margin-right: 10px; font-size: 13px;line-height: 16px; }
.watchlist .channels-list h3 .settings .action {  border-bottom: 1px solid #ccc;  }
.watchlist .channels-list h3 .settings .icon { font-size: 12px; color: #ccc; }
.watchlist .channels-list.edit h3.editable { border: 1px solid #dccccc; line-height: 28px; background: #fff; color: #877777; margin-left: 30px; text-indent: 5px; border-radius: 2px; margin-top: 0; }
.watchlist .channels-list.edit .settings { display: block; background: #fefeee; border: 1px solid #dccccc; border-radius: 2px; position: absolute; top: 10px; right: 15px; font-size: 12px; text-align: center; line-height: 28px; height: 28px; color: #877777; cursor: pointer; vertical-align: top; padding: 0 5px; }
.watchlist .channels-list.edit .settings .icon { font-size: 16px; line-height: 25px; }
.watchlist .channels-list.edit .remove-category { font-size: 14px; }
.watchlist .channels-list.edit .settings:hover { color: #988888; }
.watchlist .channels-list.edit .delete { visibility: visible; }

.watchlist .handle { position: absolute; top: 10px; left: 10px; width: 28px; height: 28px; border: 1px dotted #fff; border-radius: 2px; background: #e8e3e3; line-height: 30px; text-align: center; font-size: 18px; cursor: pointer; color: #335; }
.watchlist .handle:hover { background: #e9e4e4; }
.watchlist .sortable-ghost { opacity: 0; }
.watchlist .edit .handle, .watchlist .edit .channel {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.watchlist .edit .handle:active, .watchlist .edit .channel:active, .sortable-drag {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#watchlist_settings { font-family: "PT Sans", sans-serif; }
#watchlist_settings label { display: inline-block; padding: 0 10px; margin: 0; line-height: 40px; font-size: 16px; }
#watchlist_settings label .icon { display: inline-block; width: 12px; font-size: 14px; }
#watchlist_settings label.selected { background: #ddd; }
#watchlist_settings textarea { font-family: "PT Sans", sans-serif; font-size: 15px; width: 80%; border: none; background: #fff; }
#watchlist_settings input[type='radio'] { background: rgba(255, 255, 255, 0.4); width: 20px; height: 20px; padding: 5px; display: inline-block; position: relative; top: 5px; }
#watchlist_settings input[type='radio']:checked { background: #9D1C20; box-shadow: 2px 2px 0 #600; }
#watchlist_settings .typing-new-channel { background: #fff; border-radius: 2px; font-size: 20px; line-height: 20px; color: #666; margin: 0 20px 20px 20px; }
#watchlist_settings .typing-new-channel input { width: 200px; line-height: 30px; height: 30px; display: inline-block; }
#watchlist_settings .section { margin-bottom: 30px; }
#watchlist_settings .info { color: #444; border-radius: 5px; margin-bottom: 15px; font-size: 14px; }
#watchlist_settings .domain { opacity: 0.5; }
#watchlist_settings .description { padding: 0 15px; color: #666; background: #ddd; }
#watchlist_settings .input { border-radius: 2px; margin: 2px 0 10px 0; padding: 5px; background: #eee; }
#watchlist_settings .editable { background: #FFF; border-bottom: 1px dotted #aaa; box-shadow: none; text-indent: 0; font-size: 16px; line-height: 20px; }
#watchlist_settings p { padding: 5px 0; margin: 0; font-size: 14px; }
#watchlist_settings button { padding: 0 10px; font-size: 15px; }

.up { color: #88ff85; }
.down { color: #ff8374; }

.up.lvl-1 { color: #d5ffc3; }
.up.lvl-2 { color: #b0ff88; }
.up.lvl-3 { color: #6cff2c; }
.up.lvl-4 { color: #53ff05; text-shadow: 0 0 2px #1af005; }
.up.highest { color: #53ff05; text-shadow: 0 0 2px #53ff05, 0 0 8px #25ff05; }

.down.lvl-1 { color: #ffccc7; }
.down.lvl-2 { color: #ff9b85; }
.down.lvl-3 { color: #ff7d51; }
.down.lvl-4  { color: #ff7a61; text-shadow: 0 0 2px #ff0505; }
.down.highest { color: #fe6350; text-shadow: 0 0 10px #ff0e05; }

.channel .none { color: #eee; }
.channel .none.zero-vol { color: #bbb; }
.channel .none.zero-vol .icon-arrow-up { opacity: 0.5; }
.watchlist .channels-list .channel .none { color: #999; }
.channel a:hover .up, .channel.highlight .up { color: #090; }
.channel a:hover .down, .channel.highlight .down { color: #a00; }
.channel a:hover .none, .channel.highlight .none { color: #666; }

.channel .vol-alert { width: 12px; }
.channel .vol-alert.low { opacity: 0.3; }
.channel .vol-alert.high { text-shadow: 0 0 3px #fff; color: #fff; }
.channel .down .vol-alert.high { text-shadow: 0 0 3px #ff4f05; color: #ff7828; }
.channel .up .vol-alert.high { text-shadow: 0 0 5px #7eff05; color: #b3ff44; }

.channel .halt { top: 4px; left: -3px; }

.leaderboard { color: #333; text-align: center; }
.leaderboard .tables-wrapper { margin: 0 -38px; }
.leaderboard h2 { font-size: 26px; }
.leaderboard table { margin-bottom: 20px; text-align: left; }
.leaderboard table th { text-align: right; color: #d7d0d0; }
.leaderboard table .market-cap { font-size: 20px; color: #857777; white-space: nowrap; }
.leaderboard .watchlist .section { }
.leaderboard .watchlist .channels-list .channel { max-width: 300px; display: inline; }
.leaderboard .watchlist .channels-list.detailed { margin: 0;}
.leaderboard .stack { display: inline-block; margin-right: 30px; }
.leaderboard .watchlist .channels-list.detailed .channel a { margin: 0; }
.leaderboard .load-more { cursor: pointer; color: #875; display: block; text-align: center; border-bottom: 1px solid transparent; padding: 3px; }
.leaderboard .load-more:hover { border-bottom: 1px solid #aaa; }

.leaderboard-nav { font-size: 0; border-radius: 4px; display: inline-block; border-radius: 4px; overflow: hidden; border-bottom: 1px solid rgba(150, 140, 140, 0.5); }
.leaderboard .disclaimer { margin: 5px 0 15px 0; color: #888; font-size: 12px; }
.leaderboard-nav .leaderboard-tab { font-size: 14px; padding: 3px 5px; border-right: 1px solid rgba(150, 140, 140, 0.5); border-left: 1px solid rgba(255, 255, 255, 0.5); color: #877777; background: #ded0d0; }
.leaderboard-nav .leaderboard-tab.selected { background: #877777; color: #fff; padding: 2px 5px; display: inline-block; }

#profile { position: relative; }
#profile .padding.editing { cursor: normal; }
#profile .description a { color: #900; }
#profile h1 { font-weight: normal; margin: 0; padding: 0; line-height: 20px; height: 20px; font-size: 18px; display: block;  }
#profile .details { display: inline-block; vertical-align: top; margin: 10px; max-width: calc(100% - 90px); line-height: 28px; }
#profile .user-followers { font-size: 14px; color: #888; }
#profile .description { font-size: 13px; padding: 0; display: block; vertical-align: top; margin: 5px 0 8px 0; max-width: 400px; }
#profile .description .expand, #profile .description .collapse { color: #999; font-weight: bold; border-bottom: 1px solid #aaa; cursor: pointer; }
#profile .joined { color: #999; font-size: 12px; line-height: 15px; height: 15px; display: block; margin-bottom: 5px; }
#profile .pic { position: relative; display: inline-block; vertical-align: top; margin: 0 10px 0 0; }
#profile .pic img { width: 60px; border-radius: 2px; display: block; }
#profile .pic .label { position: absolute; font-size: 9px; bottom: 0; left: 0; width: 100%; line-height: 20px; height: 20px; background: rgba(240, 255, 240, 0.9); color: #060; text-align: center; cursor: pointer; }
#profile textarea, #profile input[type="text"] { border: 1px solid #ddd; border-radius: 2px; font-family: "PT Sans", "Trebuchet MS", sans-serif; font-size: 13px; }
#profile textarea { width: 300px; }

#profile .badges { margin: 20px 0; }
#profile .badge { position: relative; border-radius: 10px; padding: 5px; margin-bottom: 3px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
#profile .badge .description { padding-left: 35px; }
#profile .badge-desc-ctrl { float: right; line-height: 25px; padding-right: 10px; cursor: pointer; color: rgba(0, 0, 0, 0.3); }
#profile .badge-desc-ctrl:hover { color: rgba(0, 0, 0, 1); }
#profile .badge-name { display: inline; line-height: 25px; display: inline-block; padding: 0; margin: 0;  vertical-align: baseline; }
#profile .badge-icon { position: relative; display: inline-block; line-height: 25px; height: 25px; width: 30px; vertical-align: top; text-align: center; }
#profile .badge-icon .icon { color: #000; font-size: 22px; line-height: 22px; }
#profile .badge-icon img { height: 100%; }

#profile .user-trust { margin: 15px 0 15px 0; padding: 0 10px; background: #f7f5f3; display: inline-block; border-radius: 60px;   -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; text-align: center; width: calc(100% - 20px); }
#profile .user-trust .info { color: #555; margin: 10px 0; font-size: 14px; }
#profile .user-trust .indicator {  display: inline-block; font-size: 15px; }
#profile .user-trust .yes {  color: #080; }
#profile .user-trust .no { color: #800; transform: rotate(180deg); }
#profile .user-trust input { display: inline-block; height: 5px; line-height: 20px; appearance: none; background: #d3d3d3; outline: none; -webkit-appearance: none; vertical-align: middle; border-radius: 2px; width: 70%; border: 1px solid #fff; }
#profile .user-trust input:active { background: #999; }
#profile .user-trust input.positive { border: 1px solid #ada; }
#profile .user-trust input.negative { border: 1px solid #daa; }
#profile .user-trust input::-webkit-slider-thumb { height: 30px; background: #aaa; border: 2px solid #f7f5f3; width: 20px; -webkit-appearance: none; appearance: none; cursor: pointer; border-radius: 10px; }
#profile .user-trust input::-moz-range-thumb { height: 30px; background: #aaa; border: 2px solid #f7f5f3; width: 20px; -webkit-appearance: none; appearance: none; cursor: pointer; border-radius: 10px; }

#profile .paper-trades .paper-trade { padding: 2px 0; margin: 2px 0; border-bottom: 1px solid #eee; }
#profile .paper-trades .date { font-size: 11px; color: #999; }
#profile .paper-trades .trade-type { text-transform: capitalize; }
#profile .paper-trades .trade-type.buy { color: #0a0; }
#profile .paper-trades .trade-type.sell { color: #a00; }
#profile .paper-trades .gain-loss { float: right; }
#profile .paper-trades .gain-loss .gain { color: #0a0; }
#profile .paper-trades .gain-loss .loss { color: #a00; }
#profile .paper-trades .show-all-papertrades { color: #777; border-bottom: 1px solid #777; margin: 5px 0 10px 0; }
#profile .paper-trades .show-all-papertrades:hover { color: #000; border-bottom: 1px solid #000; }

#inviteusersinner { font-family: 'PT Sans'; }
#inviteusersinner #back-button { margin-top: -54px; margin-left: 0px; width: 40px; height: 40px; padding: 10px; color:white; position: absolute; box-sizing: border-box; cursor: pointer;}
#inviteusersinner .color { margin: 50px 5px; }
#inviteusersinner ul { margin: 0 0 10px 0; padding: 0; list-style: none; display: block; box-sizing: border-box; }
#inviteusersinner li { margin: 0; padding: 13px 10px; display: block; width: 100%; min-width: 300px; height: 50px; background: white; color:#444444; border-radius: 3px; border-bottom: 1px solid #dddddd; text-align: left; box-sizing: border-box; box-shadow: 0 1px 2px rgba(0,0,0,0.1); cursor: pointer; }
#inviteusersinner li:hover { background:#f2f2f2; }
#inviteusersinner #invite-menu h3 { margin: 15px 35px 15px 35px; padding: 0; font-size: 13px; font-weight: 300; color:#444444; text-align: left; }
#inviteusersinner #invite-menu h3.no-color { margin: 15px; }
#inviteusersinner #invite-menu li  { width:calc(100% - 20px); margin: 5px 10px; }
#inviteusersinner #invite-menu li .icon  { float:right; margin-right:5px; }
#inviteusersinner #invite-private h3 { margin: 15px 35px 15px 10px; padding: 0; font-size: 13px; font-weight: 300; color:#444444; text-align: left; }
#inviteusersinner #invite-private ul { display:flex; flex-direction: row; flex-wrap: wrap; margin: 0 0 5px 0; }
#inviteusersinner #invite-private li  { width:calc((100% - 40px) / 3); margin: 5px 0px 5px 10px; display:block; font-size:15px; font-family: 'PT Mono', monospace; padding: 15px 10px;}
#inviteusersinner #invite-private li .invite-status { float:right;  color: #999999; font-size:14px; font-family: 'PT Sans'; margin-top:3px;}
#inviteusersinner .input-container { background: white; margin: 0px 10px; padding: 0 10px; height: 50px; width: calc(100% - 20px); border: 1px solid #dddddd; box-shadow: none; border-radius: 0; text-align: left; box-sizing: border-box;}
#inviteusersinner .input-container input { margin: 0px 0px; padding: 0; height: 46px; width: calc(100% - 135px); box-shadow: none; border-radius: 0; font-family: 'PT Mono', monospace; font-size: 16px; text-indent: 5px; }
#inviteusersinner .input-container #invite-new-submit { float: right; font-size: 20px; margin: 14px 4px; color: #bbbbbb; cursor: pointer; }


.channel-details.padding { color: #333; font-family: "PT Sans", "Trebuchet MS", sans-serif; overflow: auto; padding: 0 30px 10px 30px; }
.channel-details .action { display: inline-block; cursor: pointer;  font-size: 13px; line-height: 25px; padding: 0 8px; background: #333; color: #fff; border-radius: 2px; margin-bottom: 4px;}
.channel-details  .action:hover { background: #000; color: #fff; }
.channel-details  .action .icon-mute { width: 17px; display: inline-block; font-size: 16px; top: 3px; transform: scale(1.4); } 

.channel-details .sedi-insider-name { font-size: 24px; line-height: 30px; margin: 5px 0 10px 0; font-weight:  bold; }

.formatted-channel { height: 40px; line-height: 40px; font-size: 13px; background: #f3f3f3;  font-family: "PT Sans", "Trebuchet MS", sans-serif; }
.formatted-channel .reload {  opacity: 0.3; padding-left: 3px; }
.formatted-channel .channel { cursor: pointer; color: #fff; font-size: 15px; border-radius: 2px; line-height: 27px; height: 27px; background: #716C68; padding: 0 8px; margin: 6px 0 6px 8px; display: inline-block; max-width: 200px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; vertical-align: top; box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.2); }
.formatted-channel .channel:hover { background: #000; box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.3); }
.formatted-channel .channel:hover .reload {  opacity: 0.5; }
.formatted-channel .channel:active { box-shadow: -1px 1px 0 0 rgba(0, 0, 0 ,0.2); position: relative; top: 1px; left: -1px; }
.formatted-channel .channel .icon { width: 20px; display: inline-block; }
.formatted-channel .details { display: inline-block; height: 40px; line-height: 40px;  color: #716C68; vertical-align: top; }
#current-channel .open .details { color: #ddd; }
#current-channel .controls { position: absolute; top: 0px; right: 0; height: 40px; }
#current-channel .toggle.open { background: #333; color: #fff; }

.darkmode .formatted-channel {  background: #171717;  }

.top-bar { text-align: center; height: 40px; line-height: 40px; position: absolute; top: 0; right: 0; width: 229px; }
.top-bar .search-bar { margin: 5px 3px 5px 3px; display: block; }
.top-bar .search-bar .search-form { display: block; padding: 0; margin: 0; height: 30px; line-height: 30px; position: relative; color: #fff; cursor: text; background: rgba(255, 255, 255, 0.2); border-radius: 15px;  text-align: left; }
.top-bar .search-form.focused { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
#header.searching .top-bar  { width: 350px; }
.top-bar .search-bar .icon { display: inline-block; height: 23px; line-height: 23px; width: 30px; font-size: 13px; text-align: center; }
.top-bar .search-bar .search-form .icon { color: #fff; }
.top-bar .search-bar input { display: inline-block; border: 1px solid transparent; font-size: 15px; line-height: 28px; height: 28px; background: none; padding: 0; width: calc(100% - 35px); color: #fff; font-family: "PT Sans", "Trebuchet MS", sans-serif; font-size: 13px; vertical-align: top; }
.top-bar .search-bar .suggestions { width: 100%; position: absolute; top: 24px; left: 0px; color: #333;  border-top: none; background: #ae4846; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5); display: none; border-radius: 12.5px; border-top-left-radius: 0; border-top-right-radius: 0; box-sizing: border-box; padding: 10px; }
.top-bar .search-bar .loading { color: rgba(255, 255, 255, 0.5); font-size: 12px; }
.top-bar form.search-form { display: block; }

.darkmode .top-bar .search-bar .suggestions { background: #000; }

.top-bar .help { font-size: 12px; font-family: "PT Sans", "Trebuchet MS", sans-serif; color: #777; margin-left: 70px; }
.top-bar .channels-list .new-count { display: none; }
.top-bar .channels-list .delete { display: none; }
.top-bar .channels-list .add-channel { display: none; }
.top-bar .channels-list .channel { margin: 0; display: block; height: 25px; padding: 0; border-bottom: 1px solid transparent; }
.top-bar .channels-list .channel a { display: block; background: rgba(255, 255, 255, 0.9); color: #333; max-width: none; font-size: 13px; height: 25px; cursor: pointer; }
.top-bar .channels-list .channel.special { line-height: 30px; height: auto; }
.top-bar .channels-list .channel.special a { line-height: 30px; height: auto; white-space: normal; }
.top-bar .channels-list .channel a:hover { background: #333; color: #fff; }
.top-bar .channels-list.highlight-first .channel:first-child a { background: #333 !important; color: #fff; }
.top-bar .channels-list .channel a:hover .desc { color: #ddd; }
.top-bar .channels-list .channel a .icon { color: #aaa; display: inline-block; width: 18px; line-height: 20px; }
.top-bar .channels-list .section { margin: 2px 0; }
.top-bar .channels-list h3 { display: none; }

::-webkit-input-placeholder { color: #aaa; }
:-moz-placeholder {  color: #aaa; opacity:  1; }
::-moz-placeholder { color: #aaa; opacity:  1; }
:-ms-input-placeholder { color: #aaa; }

.top-bar ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.8); }
.top-bar :-moz-placeholder {  color: rgba(255, 255, 255, 0.8); opacity:  1; }
.top-bar ::-moz-placeholder { color: rgba(255, 255, 255, 0.8); opacity:  1; }
.top-bar :-ms-input-placeholder { color: rgba(255, 255, 255, 0.8); }


#moderator { position: relative; font-size: 12px; color: #716C68; }
#moderator .icon { position: relative; top: 1px; }
#moderator .icon-lock { display: inline-block; width: 12px; }
#moderator .icon-star { opacity: 0.6; }
#moderator .chevron { opacity: 0.5; font-size: 13px; display: inline-block; width: 10px; text-align: center; position: relative; top: 2px; left: 3px; }
#moderator .expand { position: absolute; background: rgba(0, 0, 0, 0.1); right: 0; top: 0; text-align: center; vertical-align: middle; cursor: pointer; padding: 0 10px 0 20px; color: rgba(255, 255, 255, 0.7); }
#moderator .expand:hover { color: #fff; text-shadow: 0 0 5px #fff; }
#moderator .expand .icon-users { font-size: 15px; position: relative; top: 2px; }
#moderator .expanded { display: none; max-height: calc(100vh - 140px); }
#moderator .expanded.show { display: block; padding: 20px; overflow: auto; background: #333; color: #fff; }
#moderator .color { position: relative; }
#moderator .inline-edit-wrapper { background: rgba(255, 255, 255, 0.1); }
#moderator button { line-height: 30px; border-radius: none; border: none; background: #555; color: #fff; padding: 0 5px; }
#moderator input { background: transparent; line-height: 20px; border: none; color: #fff; }
#moderator h5 { margin: 0; padding: 0; line-height: 20px; margin-top: 10px; }
#moderator .name { color: #eee; }
#moderator .action { display: inline-block;  cursor: pointer; padding: 0 8px; border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
#moderator .action:hover { border-bottom: 2px solid #716C68; }
#moderator .action.open:hover { border-bottom: none; }
#moderator .role { color: #ccc; font-size: 10px; }
#moderator .leave { display: inline-block; float: right; font-size: 12px; line-height: 18px; border-bottom: 1px solid #666666; cursor: pointer; margin:-2px 0 0 0;}
#moderator .section { float: left; padding: 00px 10px 30px 10px; }
#moderator form { display: inline-block; }
#moderator table { margin-top: -2px; margin-left: -2px;  }
#moderator table td { background: rgba(255, 255, 255, 0.1); padding: 0 4px; line-height: 22px; }
#moderator .best-of { margin-left: 35px; }
#moderator .one-day .icon { color: #ad9652; }
#moderator .one-week .icon { color: #5b4570; }


.user-handle-autoc td {
    padding: 10px !important;
    background: #555;
}

#admin-suggested .channel span, #admin-suggested .channel .delete-suggested { display: inline-block; padding: 0 4px; height: 25px; line-height: 25px; font-size: 15px; margin-bottom: 2px;}
#admin-suggested .channel .delete-suggested { cursor: pointer; }
#admin-suggested .channel span { background-color: #931a28; }
#add-suggested { cursor: pointer; margin-top: 10px; width:25px; height: 25px; text-align: center;}
#admin-suggested, .admin-users-table, #admin-send-mail { margin-bottom: 30px;}
.admin-users-table { border-collapse: collapse; margin-right: 20px; }
.admin-users-table th, .admin-users-table td, .admin-users-table tr { padding:4px; border: 5px solid #EDE8E9; }
.admin-users-table tr td:nth-child(1) { background: rgba(0,0,0,0.2); }
.admin-users-table tr td:nth-child(2) { background: rgba(0193, 66, 66, 0.2)}
.admin-users-table tr td:nth-child(3) { background: rgba(0,0,0,0.2); }
.admin-users-table tr:nth-child(odd) {}
.admin-users-table tr td { min-width: 112px; }
.admin-user-verified-column {text-transform: lowercase}

#admin-modal a.button { font-size: 12px; background-color: #a00; padding: 3px; color: #eee; margin: 2px; border: none; border-radius: 5px; cursor: pointer; outline: none;}

#admin-modal .pagination {
    display: inline-block;
    padding: 0;
    margin: 3px;
    cursor: pointer;
    line-height: 140%
}

#admin-modal .order {
    cursor: pointer;
}

#admin-modal .active {
    background-color: #931a28;
    color: white;    
}


#chat .section { margin-top: 15px;}


.modal button:disabled { background: #333; }

.cover { position: absolute; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:999; top: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-top: env(safe-area-inset-top);
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.modal {  
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .outer {
    position: relative; overflow: hidden; color:black; box-shadow: 0 0 20px rgba(0,0,0,0.4);
    max-height: 100%;
    max-width: 100%;
    border-radius: 5px;
    background: #eee;
}
.modal .inner { padding: 30px; max-height: calc(100vh - 140px); }
.modal .header { font-family: "PT Sans", sans-serif; text-align: center; font-size: 17px; line-height: 40px; background-color: #9D1C20; height: 40px; color: #fff; padding: 0 30px; }
.modal .close { display: block; position:absolute; top: 0px; right: 0px; line-height: 40px; width:40px; height:40px; color: #fff; text-align: center; cursor: pointer; font-size: 30px; }
.modal .close:hover { border: none; background-color: rgba(255, 255, 255, 0.1); }

.modal .logo { height: 40px; background-image: url('../assets/ceo.ca.png'); background-repeat: no-repeat; background-position: center 11px; background-size: auto 20px; width: 100%; background-color: #9D1C20; }
#article-editor-modal.modal a, #edit-profile-modal a { color: #a00; }

.modal button, #header button { background: #931a28; color: white; margin-bottom: 20px; margin-top:0; z-index:10000; cursor: pointer;
}
.modal a { color: #a00; }
#header button { margin-top:0px; }


.modal h1 { font-size:25px; margin-bottom: 0; margin-top:10px; color:rgba(0,0,0,0.8); }

/* rss */
.modal button.remove-rss-sub-button { width: 75px; font-size: 14px; line-height: inherit; }

.big-buttons input[type='text'], .big-buttons select, #login-modal input.email, #login-modal input.password { background: #fff; color: #333; box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 1px rgba(0, 0, 0, 0.1); text-indent: 20px; -webkit-appearance: none;}

.big-buttons input[type='text'], .big-buttons button, .big-buttons select, #login-modal input.email, #login-modal input.password, #login-modal button { display: inline-block; font-size: 20px; font-family: inherit; padding: 0; outline:none; border:none; border-radius: 3px; line-height: 40px; }

#login-modal input.email.required { box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 5px 1px rgba(255, 0, 0, 0.5); }
.big-buttons button, #login-modal button { background: #9D1C20; color: #fff; text-decoration: none; box-shadow: 2px 2px 0 #600; width: 200px; }
.big-buttons button:hover, #login-modal button:hover { background: #b00; }
.big-buttons button:active, #login-modal button:active { box-shadow: none; position: relative; top: 2px; left: 2px; }

#start-channel-modal { text-align: center; }
#start-channel-modal input[type='radio'] { -webkit-appearance: none; }

#start-channel { font-family: "PT Sans", sans-serif; }
#start-channel label { display: inline-block; padding: 0 10px; margin: 0; line-height: 40px; font-size: 16px; }
#start-channel label .icon { display: inline-block; width: 12px; font-size: 14px; }
#start-channel label.selected { background: #ddd; }
#start-channel input[type='text'] { background: none; box-shadow: none; text-indent: 0; line-height: 30px; }
#start-channel input[type='radio'] { background: rgba(255, 255, 255, 0.4); width: 20px; height: 20px; padding: 5px; display: inline-block; position: relative; top: 5px; }
#start-channel input[type='radio']:checked { background: #9D1C20; box-shadow: 2px 2px 0 #600; }
#start-channel .typing-new-channel { background: #fff; border-radius: 2px; font-size: 20px; line-height: 20px; color: #666; margin: 0 20px 20px 20px; }
#start-channel .typing-new-channel input { width: 200px; line-height: 30px; height: 30px; display: inline-block; }
#start-channel .description { padding: 10px; font-size: 13px; color: #666; background: #ddd; }

#login-modal { text-align: center; }
#signup-box.inner { padding: 0; }
#login-modal a { color: #a00; cursor: pointer; }
#login-modal a:hover { color: #f00; }
#login-modal h1 { font-family: "PT Sans", "Trebuchet MS", sans-serif; font-weight: normal; line-height: 30px; margin: 20px 0; color: #555; }
#login-modal .sub-2 { font-size: 18px; line-height: 20px; color: #888; max-width: 500px; margin: 20px 40px; font-family: "PT Sans", "Trebuchet MS", sans-serif; }
#login-modal #registration { padding: 10px 30px 30px 30px; }
#login-modal #login-form { padding: 0 30px 30px 30px; }
#login-modal .agree { font-size: 12px; }
#login-modal .actions { background: #fff; border-top: 1px solid #eee; overflow: auto; }
#login-modal .action { width: 50%; float: left; font-size: 14px; line-height: 20px; padding: 20px 0; }
#login-modal .action a { font-weight: bold; }
#login-modal .action.learn-more { background: #eee; }
#login-modal .faint { font-size: 12px; color: rgba(0, 0, 0, 0.6); }

#login-box input.email, #login-box input.password, #login-box button { display: block; margin: 0 auto 3px auto; }
#login-box input.password:disabled { display: none; }
.close-button { cursor: pointer; display: block; position:absolute; top: 0px; right: 0px; line-height: 40px; width:40px; height:40px; color: #fff; text-align: center; cursor: pointer; font-size: 30px; }
.close-button:hover { border: none; background-color: rgba(255, 255, 255, 0.1); }
#registration a { color: #a00;}


#drawing {  background: #fff; }

.name { color: #888; margin-right: 3px; }
.name.anon { color: #c7c7c7; }
.name a, .name a:hover { border: none; }
.name:before { content: "["; }
.name:after { content: "]"; }
.name.name-online-list[data-name=""]:before { content: "";}
.name.name-online-list[data-name=""]:after { content: "";}

.message .name { display: inline-block; height: 15px; }
.message .name .hash.at { color: #691566; }
.message .name .hash.at:hover { color: #A52BA0; }
.message .name.fake a.at { text-decoration: line-through; color: #666; }

.darkmode .message .name .hash.at { color: #ffe4fa; }
.darkmode .message .name .hash.at:hover { color: #fff; }

.spiel-content .hash { display: inline-block; padding: 0 3px; margin: 0px -3px; border-radius: 2px; border: none; }
.spiel-content .hash { background: rgba(190, 60, 60, 0.08); color: #a00; }
.spiel-content .hash:hover { border: none; color: #fff; background: #C13939; }
.spiel-content .hash.at { background: rgba(230, 170, 230, 0.14); color: #691566; }
.spiel-content .hash.at:hover { color: #fff; background: #a955a6; }
.spiel-content .hash.panel { background: rgba(104,154,76,0.18); color: #16581f; }
.spiel-content .hash.panel:hover { color: #fff; background: #16581f; }
.spiel-content .hash.cash { background: rgba(120, 200, 240, 0.18); color: #0C55B3; }
.spiel-content .hash.cash:hover { color: #fff; background: #3D9BEF; }
.spiel-content .hash.sedi { background: #948989; color: #fff; }
.spiel-content .hash.sedi:hover { color: #fff; background: #000; }
.spiel-content .hash.article { background: rgba(210, 164, 105, 0.14); color: #6F3447; }
.spiel-content .hash.article:hover { color: #fff; background: #A05C33; }
.spiel-content .hash.shared { background: #f7f2cd; color: #5f451b; }
.spiel-content .hash.shared:hover { color: #f7f2cd; background: #5f451b; }

.darkmode .spiel-content .hash { background: rgba(190, 60, 60, 0.30); color: #faa; }
.darkmode .spiel-content .hash:hover { border: none; color: #fff; background: #C13939; }
.darkmode .spiel-content .hash.at { background: rgba(230, 170, 230, 0.20); color: #e1a8e1; }
.darkmode .spiel-content .hash.at:hover { color: #fff; background: #a955a6; }
.darkmode .spiel-content .hash.panel { background: rgba(104,154,76,0.18); color: #16581f; }
.darkmode .spiel-content .hash.panel:hover { color: #fff; background: #16581f; }
.darkmode .spiel-content .hash.cash { background: rgba(120, 200, 240, 0.33); color: #adf; }
.darkmode .spiel-content .hash.cash:hover { color: #fff; background: #3D9BEF; }
.darkmode .spiel-content .hash.sedi { background: #948989; color: #fff; }
.darkmode .spiel-content .hash.sedi:hover { color: #fff; background: #000; }
.darkmode .spiel-content .hash.article { background: rgba(210, 164, 105, 0.34); color: #ffa; }
.darkmode .spiel-content .hash.article:hover { background: rgba(210, 164, 105, 0.94); color: #fff; }
.darkmode .spiel-content .hash.shared { background: #f7f2cd; color: #5f451b; }
.darkmode .spiel-content .hash.shared:hover { color: #f7f2cd; background: #5f451b; }

.spiel-content .hash.buy { background: #d7ffcc; color: #29771d; }
.spiel-content .hash.buy:hover { color: #d7ffcc; background: #29771d; }
.spiel-content .hash.sell { background: #ffebe1; color: #962003; }
.spiel-content .hash.sell:hover { color: #ffebe1; background: #962003; }

.spiel-content .hash.buy .icon, .hash.sell .icon {transform: rotate(-25deg); }

.spiel-content .hash.wiki { background: #000; color: #fff; }
.spiel-content .hash.wiki:hover { color: #fff; background: #000; }

.spiel-content .hash .icon { padding-right: 3px; display: inline-block;  }


#edit-profile-modal p { font-family: "PT Sans", sans-serif; }
#edit-profile-modal .success { font-family: "PT Sans", sans-serif; text-align: left; }
#edit-profile-modal .input { display: inline-block; background: #fff; color: #333; box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);  -webkit-appearance: none; border: none; font-size: 20px; border-radius: 3px; line-height: 40px;}
#edit-profile-modal .input input { box-shadow: none; padding: 0; border: none; font-size: 20px; line-height: 30px; width: calc(100% - 60px); }
#edit-profile-modal button { display: inline-block; font-size: 20px; font-family: inherit; padding: 0; outline:none; border:none; border-radius: 3px; line-height: 40px; background: #9D1C20; color: #fff; text-decoration: none; box-shadow: 2px 2px 0 #600; width: 200px; }
#edit-profile-modal button:hover { background: #b00; }

#my-articles .open-article { cursor: pointer; margin: 4px 0; padding: 15px; background: #fff; border-left: 5px solid #a00; }
#my-articles .open-article.new { background: #efe; border-left: 5px solid #0a0; }
#my-articles .inner { text-align: left; }

#toolbar .separator {border-top: 1px solid #e9e9e9; border-bottom: 1px solid #fbfbfb; }


#house-positions-modal { font-size: 13px; font-family: "PT Sans", sans-serif; }
#house-positions-modal .code { font-size: 12px; color: #888; }
#house-positions-modal .housename { font-size: 16px; }
#house-positions-modal table { border-spacing: 0; border-collapse: collapse; }
#house-positions-modal table.parent { margin: 20px 0; }
#house-positions-modal .parent > tbody > tr > td:nth-child(even) { background: #fff; }
#house-positions-modal .parent > tbody > tr > td { border-top: 1px solid #eee; padding: 10px 15px; white-space: nowrap; overflow: hidden; background: #f8f8f8; }
#house-positions-modal .parent > tbody > tr > th { text-align: left; font-size: 16px;  padding: 5px 10px; cursor: pointer; }
#house-positions-modal .child th { text-align: right; padding: 3px 6px; }
#house-positions-modal .pos { color: #080; }
#house-positions-modal .neg { color: #800; }
#house-positions-modal .net .pos { color: #0b0; font-size: 15px; }
#house-positions-modal .net .neg { color: #b00; font-size: 15px; }
.greyed-out { opacity: 0.5; }

#house-positions-modal input[type='date'] { padding: 5px; }
#house-positions-modal button { margin-left: 5px; padding: 5px 10px; border: none; outline: none; border-radius: 2px;}

#short-positions-modal { width: auto; max-width: 100%; min-width: 200px;}
.short-positions-clear-filter { cursor: pointer; }


.history-chart-container { position: relative; width: 100%; }
#chart-box { position: relative; font-size: 12px; color: #555; overflow: none;  font-family: "PT Sans", sans-serif; }
#chart-box .padding { overflow: auto; padding: 0px 30px 0 30px; }
#chart-box .legend {  font-family: "PT Sans", sans-serif; color: #999; font-size: 10px; position: absolute; bottom: 12px; right: 25px; left: 15px; text-align: right; line-height: 13px; }
#chart-box .legend .left { text-align: left; float: left; }
#chart-box .legend .box { height: 10px; width: 10px; margin-bottom: -1px; display: inline-block; border-radius: 2px; }
#chart-box .legend .box.bid { background: #0c0; }
#chart-box .legend .box.ask { background: #c00; }
#chart-box .legend .box.volume { background: rgba(173,216,230,0.4); }

#chart-box .data-box {  width: 100%; }
#chart-box .action-buttons .action { width: calc(50% - 11px); text-align: left; background: #e6efff; }
#chart-box .action-buttons .action .icon { opacity: 0.6; width: 20px; text-align: center; display: inline-block; }
#chart-box .action { color: #000; font-size: 13px; cursor: pointer; border-radius: 2px; display: inline-block; white-space: nowrap; background: #dee2e4; padding: 2px 4px; margin-bottom: 3px; }
#chart-box .action.company-url { max-width: 75px; overflow: hidden; text-overflow: ellipsis; }
#chart-box .action.sedi { }
#chart-box .action:hover { background: #000; color: #fff; }
#chart-box .action.double { width: calc(100% - 11px); line-height: 20px; text-align: center; background: #5a6870 !important; color: #fff !important; }
#chart-box .action.double:hover { background: #000 !important; color: #fff; }
#chart-box .timeliness { font-family: 'PT Sans', sans-serif; color: #aaa; margin: -7px 0 0 0; }

#chart-box .vrify { border-radius: 3px; background: #00000011; line-height: 20px; position: relative; width: calc(100% - 5px); margin-top: 10px; border: 1px solid #00000011; }
#chart-box .vrify .action { color: #fff; width: calc(50% - 8px); box-sizing: border-box; margin: 4px; text-align: center; }
#chart-box .vrify .action.a3d { background: rgb(40, 62, 68);}
#chart-box .vrify .action.a360 { background: rgb(79, 126, 138);}
#chart-box .vrify .icon { top: 0; opacity: 1 !important; }
#chart-box .vrify .icon img { height: 20px; display: inline-block; vertical-align: bottom; }
#chart-box .vrify .powered-by { text-align: center; margin: 0px 5px 0 5px; padding-top: 2px; border-top: 1px solid #ddd }
#chart-box .vrify .powered-by .logo { height: 12px; position: relative; top: 2px; }

#chart-box .investor_deck { border-radius: 3px; background: #00000011; line-height: 20px; position: relative; width: calc(100% - 5px); margin-top: 10px; border: 1px solid #00000011; }
#chart-box .investor_deck .action { background: #a00; color: #fff; width: calc(50% - 8px); box-sizing: border-box; margin: 4px; text-align: center; }

#chart-box .digigeodata { border-radius: 3px; background: #00000011; line-height: 20px; position: relative; width: calc(100% - 5px); margin-top: 10px; border: 1px solid #00000011; text-align: center;  }
#chart-box .digigeodata .action { color: #fff; width: calc(50% - 8px); box-sizing: border-box; margin: 4px; text-align: center; }
#chart-box .digigeodata .action.fullwidth { width: calc(100% - 8px);}
#chart-box .digigeodata .action:nth-child(odd) { border: 1px solid rgb(172, 153, 103); background: rgb(181, 161, 116); margin: 3px; }
#chart-box .digigeodata .action:nth-child(even) { border: 1px solid rgb(28, 70, 164); background: rgb(40, 56, 112); margin: 3px; }
#chart-box .digigeodata .action:hover { border-color: #fff; }
#chart-box .digigeodata .icon { top: 0; opacity: 1 !important; }
#chart-box .digigeodata .icon img { height: 20px; display: inline-block; vertical-align: bottom; }
#chart-box .digigeodata .powered-by { text-align: center; margin: 0px 5px 0 5px; padding-top: 2px; border-top: 1px solid #ddd }
#chart-box .digigeodata .powered-by .logo { height: 12px; position: relative; top: 2px; }

#chart-box .high-low { color: #b5b5b5; font-size: 12px; }
#chart-box .high-low td, #chart-box .high-low th { padding: 0 4px; text-align: center; font-weight: normal; }
#chart-box .high-low .price { color: #999; }
#chart-box .high-low .price.vwap {  }
#chart-box .high-low-halt { position: absolute; top: 4px; right: 0px; } 
#chart-box .halted { font-size: 12px;color: white;padding: 5px 10px;background: #c00;text-align: center;box-shadow: 0px 1px 5px rgba(0,0,0,0.1);display: inline-block;border-radius: 2px;text-shadow: 0px 1px 3px rgba(0,0,0,0.3); }

#chart-box .chart { height: 110px; width: 100%; cursor: pointer; }
#chart-box .hash.sedi { color: #a00; text-decoration: underline; cursor: pointer; }
#chart-box .data-box { overflow: visible; }
#chart-box .last-value { font-size: 27px; line-height: 30px; color: #555; }
#chart-box .percent { font-size: 12px; background: #eee; border-radius: 2px; padding: 1px 3px; }
#chart-box .up .percent { background: rgba(225, 244, 225, 0.68); }
#chart-box .down .percent { background: #fee; }
#chart-box .up, #chart-box .down, #chart-box .none { display: inline-block; }
#chart-box .quote .change { font-size: 18px; }
#chart-box .quote .up { color: #0a0; }
#chart-box .quote .down { color: #a00; }
#chart-box .quote .none { color: #aaa; }
#chart-box .chart-buttons { width: 100%; text-align: center; padding: 0 0 10px 0; clear: both; }
#chart-box .chart-button { cursor: pointer; display: inline-block; padding: 2px; width: 30px; border-radius: 2px; border: 2px solid #fff; background: #f3f2fa; color: #333; }
#chart-box .chart-button-inactive { color: #ddd; background: #f8f8f8; border-color: #f8f8f8; }
#chart-box .chart-button-focussed { color: #294861; background: #fff; border-color: #5493C5; }
#chart-box .last-trade { color: #b3ad9a; font-size: 11px; }
#chart-box table { width: 100%; }
#chart-box table th, #chart-box table td { text-align: right; }
#chart-box table th { font-family: "PT Sans", sans-serif; text-align: right; }

.darkmode #chart-box .last-value { color: #ccc; }
.darkmode #chart-box .percent { background: #333; }
.darkmode #chart-box .quote .down { color: #f00; }
.darkmode #chart-box .data-item .ask { color: #d33; }

#chart-box .stock-data-container {   border-radius: 3px; padding: 5px 10px; color: #666; line-height: 16px; margin: 0px 30px; position: relative; }
#chart-box .separator { opacity: 0; }
#chart-box .data-box, #chart-box .chart { position: relative; display: inline-block; vertical-align: top; }

#chart-box .data-section { position: relative; width: 100%;  box-sizing: border-box; }
#chart-box .data-item  {  display: inline-block; width: calc(25% - 3px); text-align: center; background: rgb(242, 249, 255); padding: 5px 0; margin: 0 0 5px 0; border-radius: 3px; }
#chart-box .data-item .value { font-size: 15px; color: #000; }
#chart-box .data-item .value.clickable { cursor: pointer; }
#chart-box .data-item .value.clickable:hover { border-bottom: 1px solid #000; }
#chart-box .data-item .bid { color: #0a0; }
#chart-box .data-item .ask { color: #a00; }
#chart-box .data-item .na { opacity: 0.15; }
#chart-box .data-item .icon { display: inline-block; position: relative; top: -1px; font-size: 11px; }

.darkmode #chart-box .data-item  { background: #333; color: #888;}
.darkmode #chart-box .data-item .value { color: #aaa; } 
.darkmode #chart-box .action-buttons .action { background: #222; color: #aaa; }
.darkmode #chart-box .action-buttons .action:hover { background: #aaa; color: #333; }

.darkmode #chart-box .chart-button { background: #333; border-color: transparent; color: #aaa; }
.darkmode #chart-box .chart-button:hover { background: #555; color: #fff; }
.darkmode #chart-box .chart-button-inactive { }
.darkmode #chart-box .chart-button-focussed { color: #ccc; background: #555; border-color: #aaa; }

#chart-box .details table { width: 100%; margin: 0; border-collapse: collapse; margin-top: 2px; }
#chart-box .details table th, #chart-box .details table td { text-align: left; white-space: nowrap; border-bottom: 1px solid #e4ecf3; padding: 2px 4px; }

#chart-box h3 { position: relative; }
#chart-box h3.toggle { cursor: pointer; border-bottom: 1px solid #eee; }
#chart-box h3.toggle:hover { color: #000; border-bottom: 1px solid #ccc; background: #effdff; }
#chart-box h3.toggle.on:after { content: " -"; display: block; float: right; }
#chart-box h3.toggle.off:after { content: " +"; display: block; float: right; }
#chart-box .chart-table-toggle { position: absolute; top: -3px; right: 20px; background: #f8f8f8; border-radius: 3px; text-align: center; }
#chart-box .mode { font-size: 12px; cursor: pointer; display: inline-block; border-radius: 3px; padding: 0 6px; margin: 1px; line-height: 18px; box-sizing: border-box; }
#chart-box .mode.current { color: #000; background: #eee; }
#chart-box .mode .icon { line-height: 20px; }
#chart-box .mode:hover { color: #000; }
#chart-box .note .text { background: #f8f8f8; padding: 10px; font-size: 12px; color: #777; }
.market-depth-chart { height: 370px; width: 100%; box-sizing: border-box; position: relative; margin-top: 10px; }
.market-depth-chart .controls { position: absolute; top: 15px; left: 12px; }
.market-depth-chart .controls a { display: block; color: #999; font-size: 16px; line-height: 26px; cursor: pointer; width: 22px; text-align: center; background: #f8f8f8; margin-bottom: 3px; border: 1px solid #eee; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
.market-depth-chart .controls a:hover { color: #000; background: #f0f0f0; }
.market-depth-chart .controls a:active { color: #fff; background: #555; }

.market-depth-chart .delayed { position: absolute; bottom: 45px; left: calc(50% - 60px); width: 120px; background: rgba(255, 242, 180, 0.5); padding: 5px 5px; border-radius: 2px; color: #333; text-align: center; font-family: "PT Sans", sans-serif; }
.market-depth-chart .delayed .unlock { color: #030; background: #e0ffe0; border-radius: 2px; margin-top: 3px; display: inline-block;  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); padding: 2px 5px; }
.market-depth-chart .delayed .unlock:hover { background: #bdff9b; }

.darkmode .market-depth-chart .controls a { background: #555; border: 1px solid #333; }
.darkmode #chart-box table th, .darkmode #chart-box table td { color: #aaa; }
.darkmode .market-depth-tables tr.bid td { background: rgba(0, 255, 0, 0.2); }
.darkmode .market-depth-tables tr.ask td { background: rgba(255, 0, 0, 0.2); }

.market-depth-tables { height: auto; width: 100%; padding: 0 30px; box-sizing: border-box; margin-bottom: 20px; }
.market-depth-tables table { font-family: "PT Sans", sans-serif; width: 100%; border-spacing: 1px; margin-bottom: 20px; }
.market-depth-tables .icon { width: 8px; display: inline-block; }
.market-depth-tables tr.bid td { background: rgba(0, 255, 0, 0.1); }
.market-depth-tables tr.ask td { background: rgba(255, 0, 0, 0.1); }
.market-depth-tables th { text-transform: capitalize; padding: 3px; }
.market-depth-tables td { padding: 3px; }
.market-depth-tables .recent-trades { position: relative; }
.market-depth-tables .recent-trades .arrows { display: block; text-align: center; }
.market-depth-tables .recent-trades .arrows .navlink { color: #555; line-height: 25px; cursor: pointer; font-size: 14px; display: inline-block; margin: 0; text-align: center; margin: 0 20px; }
.market-depth-tables .recent-trades .arrows .navlink.disabled { opacity: 0.1; }
.market-depth-tables .recent-trades .arrows .navlink:hover { color: #000; }


.widget-tabs { position: relative; z-index: 100; margin-top: -30px; margin-bottom: 20px; font-family: "PT Sans", sans-serif; font-size: 14px; padding: 0 50px 0 40px; text-align: center; }
.widget-tabs .tab { padding: 0 10px; display: inline-block; text-align: center; box-sizing: border-box; cursor: pointer; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; line-height: 25px; color: #fff; background: #5b7d98; opacity: 0.5; width: 60px; }
.widget-tabs .tab:hover { background: #335077; opacity: 1; }
.widget-tabs .tab[data-selected] { opacity: 1; border-bottom: 1px solid #000; }

.left-sidebar.fullscreen #chart-box .chart { height: 160px; }
.left-sidebar.fullscreen .widget { width: 100%; max-width: calc(50% - 25px); margin: 0 20px 10px 0; display: inline-block; vertical-align: top; }
.left-sidebar.fullscreen .discover .articles a { width: calc(50% - 10px); }

#chart-box .quote { margin: 5px 0 0 0; }

#new_search_results { font-size: 11px; }

.photo-control, .video-control { display: inline-block; background: rgba(255, 255, 255, 0.3); border: 1px solid #a00; border-radius: 2px; color: #a00;  width: 20px; text-align: center; margin: 0 10px 0 5px; color: #aaa; }
.image-preview img { max-width: 100%; vertical-align:  top; display:  block; margin: 5px 0;height: 80px; border-radius: 3px; box-shadow: 1px 1px 3px #000; }
.image-preview:hover { filter: brightness(1.05); }
.image-preview:active { position: relative; top: 1px; left: 1px; }
.image-preview.expanded img { height: auto; filter: brightness(1); }
.photo-pop-up { display:block; max-width:100%; }
.photo-control:hover { cursor: pointer; background: rgba(255, 255, 255, 0.5); }
.iframe-pop-up { display:block; margin: 10px; width:420px; height:315px; }

.darkmode .photo-control, .video-control {  border-color: #aaa; }

.chart-icon { height: 1em; vertical-align: bottom; margin-left: 2px; }
.quote-unavailable {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  text-align: center;
}

.vote-listener { cursor: pointer; }

.row .vote-count { font-size: 15px; font-family:monospace; vertical-align:sub; }
.row:hover .vote { opacity: 0.2; }
.row .vote:hover { opacity: 1; color: #333; }
.emphasis.row .vote { opacity: 1; }
.emphasis.row:hover .vote { opacity: 1; }

.row .vote { opacity: 0; position: absolute; top: 0; left: 0; line-height: 35px; color: #aaa; font-size: 10px; cursor: pointer; text-align: center; white-space: nowrap; width: 45px; overflow: hidden; }
.row .vote.voted { color: #000; }
.row .vote:hover.voted { color: #000; }
.row .vote.voting, .favorite-spiel.voting, .remove-favorite-spiel.voting {
animation: pulsate 0.4s ease-out infinite;
}
@-webkit-keyframes pulsate {
    0%   { text-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
    50%  { text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    100% { text-shadow: 0 0 0 rgba(0, 0, 0, 0.3); }
}
.row .vote.show { opacity: 1; }
.row .vote .icon-thumbsup { font-size: 15px; vertical-align: sub; }
.row.show-votes .vote { opacity: 1; }

.darkmode .row .vote { color: #666; }
.darkmode .row:hover .vote { opacity: 0.5; }
.darkmode .row .vote.voted { color: #fff; }
.darkmode .row .vote:hover { color: #aaa; }
.darkmode .row .vote:hover.voted { color: #fff; }


#spiel_feedback_reason-modal .outer { max-width: 600px; font-family: "PT Sans", sans-serif; }
#spiel_feedback_reason-modal .message { font-family: "PT Mono", monospace; }
#spiel_feedback_reason-modal .padding { margin-bottom: 15px; }
#spiel_feedback_reason-modal .icon.big { font-size: 22px; color: #777; }
#spiel_feedback_reason-modal .reasons { font-size: 14px; margin: 15px; overflow: hidden; }
#spiel_feedback_reason-modal .reasons .reason { display: inline-block;  border-radius: 5px; margin: 0 1px 5px 0; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 0 10px; line-height: 30px; cursor: pointer; }
#spiel_feedback_reason-modal .reasons .reason:hover { background: #a50; }
#spiel_feedback_reason-modal .reasons .reason.clicked { background: #5a0; }
#spiel_feedback_reason-modal #mod-type-here { width: 100%; cursor: text; }
#spiel_feedback_reason-modal .submit_to_mod { float: right; border-radius: 5px; margin: 0 1px 5px 0; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 0 10px; line-height: 30px; cursor: pointer; }
#spiel_feedback_reason-modal .submit_to_mod:hover { background: #a50; }
#spiel_feedback_reason-modal .submit_to_mod.clicked { background: #5a0; }
#spiel_feedback_reason-modal .mod-actions { font-size: 14px; margin: 15px; overflow: hidden; }
#spiel_feedback_reason-modal .mod-actions .mod-action { display: inline-block;  border-radius: 5px; margin: 0 1px 5px 0; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 0 10px; line-height: 30px; cursor: pointer; }
#spiel_feedback_reason-modal .mod-actions .force { display: inline-block; margin: 0px -11px 0px 10px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background: rgb(192, 20, 20); color: #fff; padding: 0 10px; line-height: 30px; cursor: pointer; }
#spiel_feedback_reason-modal .mod-actions .force.active { background: green; }
#spiel_feedback_reason-modal .mod-actions .mod-action:hover { background: #a50; }
#spiel_feedback_reason-modal .mod-actions .mod-action.clicked { background: #5a0; }
#spiel_feedback_reason-modal .msg { text-align: center; font-weight: bold; }
#spiel_feedback_reason-modal .mod_action_until { font-size: 12px; }

.poll-opt { font-size: 14px; margin: 15px; overflow: hidden; }
.poll-opt { display: inline-block;  border-radius: 5px; margin: 0 1px 5px 0; background: rgba(0, 0, 0, 0.5); color: #fff; padding: 0 10px; line-height: 30px; cursor: pointer; }
.poll-opt:hover { background: #a50; }
.poll-opt.clicked { background: #5a0; }

#search-pagination{ margin-top: 50px; }
#search-results { background: #eee; overflow: hidden; height: 100%; min-width: 70%; }
#search-results .searchheader { background: #eee; font-size: 14px; line-height: 19px; }
#search-results .searchheader .padding { padding: 10px 20px; }
#search-results .searchheader a { margin: 2px; color: #a00; cursor: pointer; }
#search-results .search-form { }
#search-results .inline-edit-wrapper { background: #fff; padding: 0 10px; width: calc(100% - 20px); color: #000; border-radius: 0; font-size: 14px; border-top: 1px solid #ddd; border-bottom: 1px solid #ccc; }
#search-results .search-query { border: none; background: none; height: 30px; line-height: 30px; color: #000; font-size: 14px; width: calc(100% - 100px); }
#search-results .inner { max-height: 100%; }
#search-results .results { padding: 0 20px; }
#search-results .matching-channels { margin: 0 20px; }
#search-results .matching-channels .channels-list h3 { text-shadow: none; font-weight: bold; }
#search-results .matching-channels .channels-list .channel { display: inline-block; background: #f3f3f3; }
#search-results .matching-channels .channels-list .channel .new-count { display: none; }
#search-results .matching-channels .channels-list .channel a { max-width: 200px; text-overflow: clip; }
#search-results .matching-channels .channels-list .channel a .desc { color: #aaa; }

#search-results .load-more { padding: 20px 20px 100px 20px; display: block; color: #a00; cursor: pointer; }
#search-results .load-more:hover { border: none; color: #f00; }
#search-results h3 { font-size: 15px; margin: 15px 0 5px 0; font-family: "PT Sans", sans-serif; color: #666; }
#search-results.modal span{ margin-top: 0; }
#search-results a.search-result { text-decoration: none; border-bottom: none; }
#search-results .row { padding-left: 0px; font-size: 12px; max-width: calc(100% - 20px); }
#search-results .search-option-chosen { font-weight: bold; text-decoration: underline; }

.article-ad {margin: 0 0 15px 0;}

#article {
    background: #fafafa;
    padding: 65px 7% 50px 7%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: -20px;
}

#article h1, #article h2, #article h3 { font-weight: normal; margin: 10px 0 5px 0; line-height: 30px; }
#article li { margin-bottom: 4px; }
#article .article-body { font-family: "Trebuchet MS", sans-serif; font-size: 14.5px; line-height: 23px; color: #444;}
#article .toggle-featured, .toggle-pinned { color: #aaa; font-size: 16px; cursor: pointer; }
#article .toggle-featured.featured, .toggle-pinned.pinned { color: #a00; }

#article .article-inner { max-width: 700px; margin: 0 auto; }
/*#article img { display: block; max-width: 500px; margin: 20px auto; border-radius: 2px; box-shadow: 3px 3px 0 #ccc; }*/
#article a { color: #a00; }
#article .title { font-size: 30px; font-family: "PT Sans", sans-serif; line-height: 40px; }
#article .author { color: #999; margin: 0 0 15px 0; font-size: 13px; position: relative; }
#article .date { margin: 0 0 20px 0; color: #777; }
#article .medium-insert-buttons { display: none !important; }
#article .article-body a:hover { border: none; text-decoration: underline; }
#article .article-body img { border: 1px solid #eee; padding: 1px; border-radius: 2px; cursor: pointer; }
#article figure { margin-top: 20px; margin-bottom: 20px; }

.darkmode #article { background: #000; color: #aaa; }
.darkmode #article .article-body {color: #999; } 
.darkmode #article a { color: #d44; }

#article-editor-modal .actions a.saved {
    background: #ccc;
    pointer-events: none;
}


#article-editor-modal .inner p:nth-of-type(1) {
    /* fix to stop the first line from jumping down in editor */
    margin-top: 0px;
}

#article-editor-modal .inner { background: #fff; width: 800px; min-height: 400px; position: relative; }
#article-editor-modal .article-editor { padding-bottom: 150px; font-family: "PT Sans", sans-serif; }
#article-editor-modal .editable { line-height: 23px; }
#article-editor-modal .toggle-html-editor { cursor: pointer; position: absolute; top: 10px; left: 20px; color: #a00; }
#article-editor-modal .title { margin: 20px; line-height: 40px; }
#article-editor-modal .actions a { background: #a00; border-radius: 2px; color: #fff; padding: 2px 4px; cursor: pointer; }
#article-editor-modal .actions a:hover { border: none; background: #f00; }

#article .actions {
    margin: 20px 0 20px 0;
    vertical-align: middle;
}
#article .edit { position: absolute; right: 0px; }
#article .edit { cursor: pointer; color: #aaa; display: inline-block; }
#article .edit:hover { color: #a00; }

#article { color: #222; }
.article .inner {
    box-sizing: border-box;
}

.article blockquote {
    color: #333;
    font-style: italic;
    margin: 0;
    padding: 10px 20px 10px 20px;
    word-wrap: break-word;
}

.article figcaption {
    line-height: 15px;
    margin: 5px 20px;
}

.article p {
    margin: 10px 0 20px 0;
    word-wrap: break-word;
}

#article-editor {
    font-size: 13px;
}
#article-editor .article { max-width: 800px; }

.article h1, .article h2, .article h3 {
    margin: 20px 0;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
}

.article h1 {
    font-size: 25px;
    line-height: 30px;
}

.article h2 {
    font-size: 20px;
    line-height: 25px;
}

.article h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    margin: 30px 0 20px 0;
}

#article-editor .title {
    text-align: center;
}

.article-editor-toolbar {
    background: #f5f5f5;
    box-shadow: 0px -1px 2px #aaa;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 15px;
    line-height: 25px;
    z-index: 6;
}

.article-editor-toolbar input{
    width: 300px;
    outline: none;
    border: 0;
    border-bottom: 1px solid #aaa;
    line-height: 18px;
    font-size: 14px;
    padding: 0;
}

.article-editor-toolbar .tag { display: inline-block; padding: 0 4px; line-height: 18px; background: #fff; margin-right: 5px; }

.article figcaption {
    color: #555 !important;
}

.article-body {
    padding-bottom: 50px;
}

#admin-suggested .channel span { color: white; }


#admin-modal #admin-show-users {
    color: #a00;
    text-decoration: underline;
    cursor: pointer;
    padding-bottom: 80px;
}

#admin-modal #admin-show-users:hover {
    color: red;
}
.medium-editor-toolbar {
    /* this is stupid */
    z-index: 100000000 !important;
}

#article .medium-insert-embeds-overlay {
    pointer-events: none;
}

.edit-button {
    margin-top: 10px;
}

#progress { position: absolute; top: -40px; min-height:40px; background: #989898; width: 100%;}
#progress-bar{ min-height: 40px; background: #000; position:absolute;top:0px;left:0px; }
#filename { position: absolute; background: rgba(0, 0, 0, 0.5); z-index: 1; min-height:40px; line-height:40px; padding: 0 15px; top:0px;left:0px;font-size:12px; color:rgba(255, 255, 255, 0.8); }
#filename a.uploaded { border-bottom: 1px solid #fff; }
#progress .exit { color: white;position: absolute; right: 0;cursor: pointer;line-height: 40px;font-size: 26px;width: 40px;text-align: center; background: rgba(0, 0, 0, 0.5); z-index: 51; }
#progress .exit:hover { color:red; }
#add-upload-link { cursor: pointer; font-weight:bold; color:white; margin-left:15px;background-color: rgba(255,255,255,0.4); padding:5px;border-radius:3px; white-space: nowrap; }
#paste-arrow { font-size: 8px;}

#drop-here { width:100%;height:100%;background:grey; position:relative; color:white; opacity: 0.5;z-index:1001;font-size:40px;text-align:center;}
#drop-here p {position:absolute; top: 50%;left: 0; right: 0;margin-top: -9px;}
.symbol_search_results {
    position: absolute;
    background: #333;
    color: white;
    z-index: 1000;
    right: 0;
    border-collapse: collapse;
    font-size: 12px;
    border-bottom-left-radius: 2px;
    cursor: pointer;
}

.symbol_search_results b {
    font-weight: bold;
}

.symbol_search_results td:nth-of-type(2) {
    padding-left: 10px;
    max-width: 200px;
}

.symbol_search_results td {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 3px;
}

.symbol_search_results .highlighted{
    color: black;
    background: white;
}



@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.modal.map { max-width: 900px; }
.map .outer { overflow: hidden; height: 100vh; background: #fff; }
.map .inner { height: calc(100vh - 80px); }
.map .header { background: #9D1C20 url(../assets/ceo.ca.png) center center no-repeat; background-size: auto 20px; color: #fff; line-height: 40px; height: 40px; text-align: left; padding-left: 10px; }
.map .sub-header { background: #fefefe; color: #444; line-height: 40px; height: 40px; text-align: center; padding-left: 10px; font-size: 16px; font-family: "PT Sans", sans-serif; }

.map .gm-style-iw { text-align: left; }
.map .gm-style-iw h2 { margin: 2px 0; padding: 0; font-size: 16px; line-height: 22px; color: #444; }
.map .gm-style-iw a { text-decoration: underline; font-weight: bold; }
.map .gm-style-iw a:hover { color: #f00; border: none; }
.map .gm-style-iw a.small {  font-weight: normal; color: #666; font-size: 10px;}
/* .map .gm-style-iw + div { display: none; } */
.map .gm-style-iw img { max-height: 40px; max-width: 100px; margin-right: 10px; }
.map .gm-style-iw .details { margin: 10px 0; font-size: 12px; }
.map .gm-style-iw label { display: inline; color: #888; }

.share-button:hover { text-decoration: none; }
.share-button .icon-facebook2 {
    color: #3b5998 !important;
}
.share-button .icon-twitter2 {
    color: #00acee !important;
}
.share-button .icon-linkedin {
    color: #0077b5 !important;
}
.share-button .icon-mail {
    color: #555 !important;
}
.share-button .icon-link {
    color: #555 !important;
}

.autocomplete-results { box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7); }

.settings-switch { line-height: 30px; padding: 0 10px; margin: 0 0 3px 0; background: rgba(20, 0, 0, 1); border-radius: 2px;  display: inline-block; cursor: pointer; }
.settings-switch:hover { background: #fff; color: #333; }
.settings-switch:active { background: #aaa; color: #333; }

#mod-tools-ban-modal button {
    width: auto;
    padding: 0 10px 0 10px;
}


#short-positions-modal { box-sizing: border-box; padding: 0; font-family: 'PT Sans', sans-serif; }
#sedi-container { box-sizing: border-box; padding: 0; font-family: 'PT Sans', sans-serif; }
#sedi-container a {color: #174a94; text-decoration: underline; }

#short-positions-modal label, #sedi-content .label { font-size: 14px; }
#short-positions-modal input, #short-positions-modal select, #sedi-filter select, #sedi-filter input { font-family: "PT Sans", sans-serif; width: 100%; font-size: 14px; box-shadow: none; text-indent: 5px; line-height: 25px; border: none; margin: 0; height: 25px; display: inline-block; background: #fff; }
#sedi-filter input.submit { background: #333; color: #fff; }
#short-positions-modal input, #short-positions-modal select { width: 200px; padding-left: 7px }
#short-positions-modal input[type=submit] { margin: 10px 0px 10px 0px;}

#short-positions-modal form { display: inline-block; box-sizing: border-box; width: calc(50% - 20px); min-width: 220px }
#short-positions-modal table { width: 100%; font-size: 12px; }

#sedi-container .sedi-filter-query-x:hover { color: red; cursor: pointer; }
#sedi-container #sedi-filter-insider-suggestions, #sedi-container #sedi-filter-company-suggestions, #sedi-container #sedi-filter-insider-suggestions, { position: absolute; margin-top: 39px; width: calc((100% - 60px - 20px) / 3); border-radius: 3px; border: 1px solid #cccccc; z-index: 100; background: white; display: none; box-sizing: border-box; }

#sedi-container .sedi-filter-suggestion { width: 100%; height: 40px; border-bottom: 1px solid #cccccc; box-sizing: border-box; padding: 10px; white-space: nowrap; overflow: hidden; }
#sedi-container tr.recent td { font-size: 1.2em; }
#sedi-container tr.buy-sell td { background: #fff; }
#sedi-container td.time-tag { font-weight: bold; font-size: 15px; color: #5c5b55; background: #fcfffa; border-bottom: 3px solid #dbd6d6; }

#sedi-results-container { font-size: 12px; }
#sedi-container .filter-box { display: inline-block; min-width: 150px; padding: 5px; border-radius: 3px; overflow: auto; }
#sedi-container .filter-box.filtered { background: #fffade; box-shadow: 0 0 3px rgba(0, 0, 0, 0.4)}
#sedi-container .sedi-filter-suggestions { position: absolute; top: 100%; left: 0; width: 100%; background: #f8f8f8; }
#sedi-container .sedi-filter-query-container { background: #fff; }

#sedi-container .relationship { font-size: 0.8em; max-width: 150px;}
#sedi-container .holder { font-size: 0.8em; max-width: 150px; font-weight: 600;}

#short-positions-modal .bought { color: #0a0; font-weight: bold; }
#short-positions-modal .sold { color: #a00; font-weight: bold; }

#sedi-container tr  .bought { color: #484; font-weight: bold; }
#sedi-container tr  .sold { color: #844; font-weight: bold; }
#sedi-container tr.buy-sell  .bought { color: #0b0; font-weight: bold; }
#sedi-container tr.buy-sell  .sold { color: #b00; font-weight: bold; }

#short-positions-modal table, #sedi-container table { margin-top: 10px; width: 100%; }
#short-positions-modal tr.today td, #sedi-container tr.today td { background: #fff; }
#short-positions-modal th, #sedi-container th { color: #666; background: #f3f3f3; vertical-align: top; padding: 5px; }
#short-positions-modal td, #sedi-container td { background: #f3f3f3; vertical-align: top; padding: 5px; max-width: 200px; }
#sedi-container .sedi-show-detail {cursor: pointer; background: #d0d0d0; border-radius: 2px; display: inline-block; padding: 5px 8px; color: #fff; font-weight: bold; }
#sedi-container .sedi-show-detail:hover { background: #000; }
#sedi-modal .share { float: right; border-bottom: 1px solid #333; }
#sedi-modal .share a { text-decoration: none; }

#sedi-filter { margin: 10px 0 20px 0; }

#sedi-filter .sedi-filter-query-container { position: relative; height: 25px; }
#sedi-filter .sedi-filter-query-x { position: absolute; right: 0; top: 0; line-height: 30px; font-size: 25px; }

#sedi-details-back { color: #000000 !important; font-size: 10px; text-transform: uppercase; cursor: pointer; position: absolute; left: 0; top: 0; height: 40px; color: rgba(255, 255, 255, 0.6); font-family: "PT Sans", sans-serif; line-height: 40px; }
#sedi-details-back .icon { display: inline-block; font-size: 22px; line-height: 40px; height: 40px; top: 0; width: 40px; margin-right: -10px; text-align: center; vertical-align: top;  }
#sedi-details-back:hover { color: #6f6f6f !important; }

#sedi-filing { padding: 10px 0px; }
#sedi-filing .sedi-filing-row { width: 100%; height: auto; box-sizing: border-box; border-bottom: 1px solid #cccccc; padding: 5px; display: block; }
#sedi-filing .sedi-filing-row .sedi-filing-key { font-weight: 600; }
#sedi-filing .sedi-filing-row .sedi-filing-value { font-weight: 300; }

#sedi-header-newbalance:hover .sedi-filing-tooltip { /* NEW */
    display: block;
}

.sedi-filing-tooltip {
    display: none;
    background: #C8C8C8;
    margin-left: -52px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    /* width: 154px;
    height: 50px; */
}


.full-widget #container { overflow: scroll; }
.full-widget .inner { font-family: "PT Sans", sans-serif; color: #333; padding: 20px; background: #ebe6e3; }

#sedi-home .title { font-size: 20px; line-height: 30px; margin: 5px; }
#sedi-home a, #sedi-home a:visited { color: #333; }

.home-top-banner { display: inline-flex; width: 100%; height: fit-content; justify-content: space-between;}

.home-banners { text-align: center; position: relative; justify-content: center; display: flex; }
.ads { margin-bottom: 20px; }

.primis-container { width: 300px; padding-left: 1em; }
.primis-container-banner { width: 294px; float: right;}

.custom-ad { text-align: left; position: relative; max-width: 728px; }
.custom-ad .disclaimer { text-align: right; position: absolute; top: 0; right: 0; margin: 3px; padding: 1px 5px; border-radius: 2px; border: 1px solid transparent; color: #888; text-shadow: 1px 1px 0 #fff; }
.custom-ad .disclaimer:hover { background: #fff; box-shadow: 0px 1px 6px 0 #00000044; color: #000; border: 1px solid #333; }
.custom-ad .disclaimer .hover { display: none;  text-align: left; padding: 10px; line-height: 20px; margin-top:  -15px;}
.custom-ad .disclaimer .hover a { text-decoration: underline; }
.custom-ad .disclaimer:hover .hover { display: block; }
.custom-ad img { border-radius: 3px;  max-width: min(728px, 100%); display: inline-block; vertical-align:top; }
.custom-ad a { border: none; display: inline-block; color:  #a00;  }
.custom-ad a:hover { filter: brightness(1.1); border: none; }

#home .footer .custom-ad { max-width: 400px; display: inline-block; margin: 0 0 5px 0; }
#chat .custom-ad { text-align: center; max-width:  none; }
#home .custom-ad {margin: 10px 0;}

.pro-banner { padding: 0 30px; }
.get-pro, .get-pro:visited { white-space: nowrap; font-family: "PT Sans", sans-serif; font-size: 14px; background: rgba(255, 250, 214, 0.39); color: #444; border-radius: 3px; padding: 5px 10px 5px 5px; display: inline-block; cursor: pointer; text-align: left; vertical-align: top;}
.get-pro:hover { background: #667d82; color: #fff; }
.get-pro .text { display: inline-block; vertical-align: top; padding-top: 2px; }
.get-pro .h3 { font-size: 12px; opacity: 0.9; }
.get-pro .image { display: inline-block; padding-right: 10px; vertical-align: bottom;}
.get-pro .image img { display: block; height: 50px; width: 60px; }

.sponsor { display: inline-block; vertical-align: top; }
.sponsor img { display: block; width:410px; border-radius: 3px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
.sponsor:hover img { filter: saturate(150%);  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }
.left-sidebar .sponsor img { width: 100%; }

.left-sidebar .banners { margin: 10px 0; }

.get-pro { color: #000; box-shadow: 0 0 2px 1px rgba(21, 72, 7, 0.4); margin-bottom: 10px; padding-right: 20px;}
.get-pro:hover { background: rgba(103, 138, 37, 1); color: #fff; }
.get-pro .text { color: inherit; }
.get-pro .image img { display: block; height: 70px; width: auto; }
.get-pro .h1 { font-size: 16px; }
.get-pro .h2 { font-size: 14px; color: #000; }
.get-pro .h3 { font-size: 12px; opacity: 0.9; color: #080; }
.get-pro:hover .h2 { color: #fff; }
.get-pro:hover .h3 { color: #fff; }
.get-pro.compact { padding-right: 5px; }

.verification-option { background: #fff; border-radius: 5px; padding: 10px; margin: 5px; }
.verification-option.highlight { border: 3px solid #8a8; }
.verification-option h1 { margin: 0; padding: 0; font-size: 19px; color: #888; }

#home .get-pro .h1 { font-size: 19px; }
#home .get-pro .h2 { font-size: 17px; }
#home .get-pro .h3 { font-size: 15px; }
.left-sidebar .get-pro  { display: block; }
.left-sidebar .get-pro .image img { max-width: 100px; height: 58px; }

#home .get-pro { max-width: 410px; overflow: hidden; box-sizing: border-box; }
#home .sponsor img { max-width: 100%; overflow: hidden; }



.toggle-grid-view { position: absolute; right: 0; top: 0; background: white; display: inline-block; padding: 0 3px; border-radius: 2px; font-size: 16px; }
.darkmode .toggle-grid-view { background: #888; }
.toggle-grid-view .button { cursor: pointer; display: inline-block; padding: 0 3px; margin: 5px 0; line-height: 20px; }
.toggle-grid-view .button.selected { color: #000; box-shadow: 0 3px 0 0 #444; }
.toggle-grid-view .button:hover { background: #444; color: #fff; }
.toggle-grid-view .button:active { background: #000; color: #fff; }

#home .grid.watchlist .channels-list.detailed .section .list { display: grid;  grid-row-gap: 3px;  grid-column-gap: 3px; grid-template-columns: repeat( auto-fill, minmax(345px, 1fr) ); }
#home .grid.watchlist .channels-list.detailed .section .list .channel {  display: inline-grid;  }


.watchlist.grid .channels-list.detailed .field-labels { display: none; }
.watchlist.grid .channels-list.detailed .channel .desc { width: 145px;  }
.watchlist.grid .channels-list.detailed .channel .exchange {display: none; }
.watchlist.grid .channels-list.detailed .channel a { white-space: normal; padding: 0 0 0 4px; margin: 0; width: 100%; border-right: 1px solid #e0e0e0;}
.darkmode .watchlist.grid .channels-list.detailed .channel a { border-right: none; }
.watchlist.grid .channels-list.detailed .channel .small-chart { position: absolute; bottom: 2px; right: 2px; }
.watchlist.grid .channels-list.detailed .channel .market-cap { display: none; }
.watchlist.grid .channels-list.detailed .channel .volume > span {display: none;  }
.watchlist.grid .channels-list.detailed .channel .volume > span.regular {display: inline-block;  }
.watchlist.grid .channels-list.detailed .channel .desc { width: 110px; margin-right: 10px; }
.watchlist.grid .channels-list.detailed .channel .volume { width: auto;  }
.watchlist.grid .channels-list.detailed .channel .news-container { display: none; position: absolute; right: -20px; top: 0; width: 50px; line-height: 15px; }
.watchlist.grid .channels-list.detailed .channel .news-container .news { margin: 0; }
.watchlist.grid .channels-list.detailed .channel .news-container .new-event { margin: 0; }
.watchlist.grid .channels-list.detailed .channel  .bid-ask .vol { display: none; }
.watchlist.grid .channels-list.detailed .channel .new-count { position: absolute; top: 3px; right: 3px; left: auto; background: #f2f2e7; border-radius: 4px; line-height: 15px; font-size: 11px; padding: 0 1px; }
.darkmode .watchlist.grid .channels-list.detailed .channel .new-count { background: #111; }
.watchlist.grid .channels-list.detailed .channel .bid-ask { width: 45px; }

.stockpicking-leaderboard { position: relative; width: 100%; box-sizing: border-box; overflow-x: scroll; }
.stockpicking-leaderboard table {  background: #fff; border-radius: 5px; padding: 10px; }
.stockpicking-leaderboard td { padding: 2px 12px 2px 0; }
.stockpicking-leaderboard .rank { opacity: 0.5; }
.stockpicking-leaderboard .user .hash { max-width: 150px; overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap; }
.stockpicking-leaderboard .total { font-size: 20px; }
.stockpicking-leaderboard th { text-align: left; }
.stockpicking-leaderboard td { border-bottom: 1px solid #e0e0e0; }
.stockpicking-leaderboard .stock-pick { display: inline-block; width: 150px; margin-bottom: 2px; }
.stockpicking-leaderboard .percent-change { margin-left: 5px; }

@media only screen and (max-width: 2600px) {
    .footer .chairmans-sign-up-wrapper .logo-wrapper {padding-left: 6.8em;}
}

@media only screen and (max-width: 2440px) {
    .footer .chairmans-container .chairmans-sign-up-wrapper {font-size: 14px;}
    .footer .chairmans-sign-up-wrapper .title {margin-block-start: 0em;}
    .footer .chairmans-sign-up-wrapper .logo-wrapper {padding-left: 6.3em;}
}

@media only screen and (max-width: 2180px) {
    .footer .chairmans-sign-up-wrapper .title {margin-block-start: -0.2em;}
    .footer .chairmans-sign-up-wrapper .logo-wrapper {max-width: 35%; padding-top: 0.6em; padding-left: 5.8em;}
    .footer .chairmans-sign-up-wrapper .email {width: 15vw;}

    #home .footer .custom-ad { max-width: 360px; margin: 0 0 5px 0;}
}

@media only screen and (max-width: 1832px) {
    .footer .chairmans-sign-up-wrapper .logo-wrapper {padding-left: 5.2em;}
    .footer .chairmans-sign-up-wrapper .email {width: 14vw;}
}

@media only screen and (max-width: 1782px) {
    .footer .chairmans-sign-up-wrapper .title {font-size: 1.25em}
    .footer .chairmans-sign-up-wrapper .header {font-size: 0.75em}
    .footer .chairmans-sign-up-wrapper .email {width: 13vw;}
}

@media only screen and (max-width: 1630px) {
    .footer .chairmans-container {padding-right: 1em;}
    .footer .chairmans-sign-up-wrapper .logo-wrapper {padding-left: 5em; padding-top: 1em;}
}

@media only screen and (max-width: 1500px) {
    .footer .chairmans-sign-up-wrapper .logo-wrapper {padding-left: 4.5em; padding-top: 1.4em;}
}

@media only screen and (max-width: 1486px) {
    .footer .chairmans-container {font-size: 13px}
    .footer .chairmans-sign-up-wrapper {margin-left: 1em}
    .footer .chairmans-sign-up-wrapper .email {padding: 5px 10px; width: 15.5vw; font-size: 12px;}
    .footer .chairmans-sign-up-wrapper .submit {height: 2.7em; width: 7em; font-size: 12px;}
    .footer .chairmans-sign-up-wrapper .logo-wrapper {padding-left: 5.5em; padding-top: 0.4em;}
    
    .left-sidebar.fullscreen .chairmans-sign-up-wrapper {font-size: 15px; min-width: 40%;}
    .left-sidebar.fullscreen .chairmans-sign-up-wrapper .title {font-size: 20px}
}

@media only screen and (max-width: 1370px) {
    .footer .chairmans-sign-up-wrapper .email {width: 13.5vw;}
    .footer .chairmans-sign-up-wrapper .logo-wrapper {padding-left: 4.6em; padding-top: 1.2em;}
}

@media only screen and (max-width: 1300px) {
    
    #home .channels-list.detailed.narrow .section .list .channel { width: 20%; }
    
}


@media only screen and (max-width: 1200px) {
    #current-channel .desc { display: none; }

    .footer {display: flex; flex-direction: column;}

    .footer .chairmans-container {margin-left: 16vw;}
    .footer .chairmans-sign-up-wrapper .logo-wrapper {padding-top: 2em;}

    .left-sidebar.fullscreen .chairmans-sign-up-wrapper {font-size: 13px}
    .left-sidebar.fullscreen .chairmans-sign-up-wrapper .title {font-size: 18px}
}

@media only screen and (max-width: 1180px){
    .footer .chairmans-container {float: left; margin-left: 0; width: auto; padding-right: 3em; padding-left: 0;}
    .footer .chairmans-container .chairmans-sign-up-wrapper {margin-left: 0em; width: 50vw;}
    .footer .chairmans-sign-up-wrapper .email {width: 19vw}
    .footer .chairmans-sign-up-wrapper .logo-wrapper {padding-left: 5.6em; padding-top: 0.2em;}
}

@media only screen and (max-width: 1124px) {
    #channels .header:before { display: none; }
    .left-sidebar .header:before { display: none; }

    #center-column.article-mode #current-channel.formatted-channel { background: #f3f3f3; }

    #toggle-right-sidebar { display: block; }
    #header.searching #logo { opacity: 0; }
    .top-bar {right: 35px; width: 50px; overflow: visible; }
    .top-bar .search-bar { margin: 5px 10px;  }
    #header.searching .top-bar { width: auto; left: 60px; }
    .left-sidebar, #center-column { top: 80px; }
    #nav { display: block; }
    
    .left-sidebar.closed { display: none; }
    #center-column { left: 0px; right: 0; border-radius: 0; }
    body.watchlist-open #center-column { right: 226px; }
    body.watchlist-open #nav { padding-right: 226px; }

    .left-sidebar .scroll { padding-bottom: 100px; }
    body.homepage #nav { display: none; }
    body.homepage .left-sidebar, body.homepage #center-column { top: 40px; }
    #current-channel.formatted-channel .channel { display: none; }
    .left-sidebar { box-shadow: none; }
    .left-sidebar { width: 100%; }
    body.watchlist-open .left-sidebar { right: 226px; width: auto; }
    #center-column, #nav { left: 0 !important; }
    #home .discover .articles a { width: calc(50% - 10px); }
    .watchlist .channels-list.detailed .channel .exchange {display: none;  }
    .watchlist .channels-list.detailed .field-labels .exchange { display: none; }
    .watchlist .channels-list.detailed .channel .desc { width: 145px;  }

    .footer .chairmans-sign-up-wrapper .logo-wrapper {width: auto; height: 50%;}
    .footer .chairmans-sign-up-wrapper .submit { width: 8vw;}

}

@media only screen and (max-width: 1069px) { 
    
    .footer .chairmans-sign-up-wrapper .left-contain { width: 90%; padding-top: 0em;}
    .footer .chairmans-sign-up-wrapper {width: 100%}
    .footer .chairmans-sign-up-wrapper .email {width: 20vw;}
    .footer .chairmans-sign-up-wrapper .submit { width: 9vw;}
    .footer .chairmans-sign-up-wrapper .logo-wrapper {width: auto; height: 50%; padding-left: 5.4em;}
}

@media only screen and (max-width: 950px) {
    
    #home .channels-list.detailed.narrow .section .list .channel { width: 33.3%; }

    .watchlist .channels-list.detailed .field-labels { display: none; }
    .watchlist .channels-list.detailed .channel a { white-space: normal; }
    .watchlist .channels-list.detailed .channel .small-chart { position: absolute; bottom: 5px; right: 5px; }
    .watchlist .channels-list.detailed .channel .market-cap { display: none; }
    
    #home .discover .articles a { width: calc(100%); }
    .discover .articles .load-more { line-height: 40px; margin: 0; }
    .discover .thumb { height: 45px; width: 70px; position: relative;}
    .discover .article .details { width: calc(100% - 80px); }

    #home .tabs { text-align: center; padding: 0 10px; }
    #home .tabs .tab { margin-bottom: 5px; border-radius: 3px; }
    #home .tabs .tab.selected { box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); background: #fff; }
    #home .tabs.sub { padding: 5px; }

    .home-banners {flex-direction: column; align-items: center;}
    .top-ad {display: none;}
    .primis-container {padding-left: 0;}
    
    .formatted-channel { font-size: 12px; }
    
    .spiel-actions a { line-height: 16px; }
    .spiel-actions .text { display: none; }

    .toggle-grid-view { display: none; }

    .footer .chairmans-sign-up-wrapper .left-contain {padding-top: 0;}
    .footer .chairmans-sign-up-wrapper .email {width: 20vw}
    .footer .chairmans-sign-up-wrapper .logo-wrapper {padding-left: 4.6em; padding-top: 1em;}

}

@media only screen and (max-width: 800px){
    .footer .chairmans-container {margin-right: 0;}
    .footer .chairmans-container .chairmans-sign-up-wrapper {width: 100%;}
    .footer .chairmans-sign-up-wrapper .logo-wrapper {display: none;}
    .footer .chairmans-sign-up-wrapper .left-contain {width: 100vw;}
    .footer .chairmans-sign-up-wrapper .email {width: 96.2%;}
    .footer .chairmans-sign-up-wrapper .submit {margin-top: 1em; margin-left: 0; min-width: 100%; width: auto;}
}

@media only screen and (max-width: 768px) {
    .footer .chairmans-sign-up-wrapper .email {width: 95.6%;}
}

@media only screen and (max-width: 720px) {
    /*
    #home .channels-list.detailed.narrow .channel a { margin: 0 0 2px 0; width: calc(100% - 2px); }
    */
    #home .channels-list.detailed.narrow .section .list .channel { width: 50%; }
    #home .watchlist .channels-list .section .list { margin-right: -6px;  }

    .left-sidebar.fullscreen .widget { max-width: none; }

    .left-sidebar.fullscreen .chairmans-sign-up-wrapper {min-width: 100%;}

    .footer .chairmans-sign-up-wrapper .email {width: 95%;}

}
@media only screen and (max-width: 600px) {
    #center-column, #nav { right: 0 !important; padding-right: 0 !important; }
    .left-sidebar { width: 100%; }
    body.watchlist-open .left-sidebar { right: 0; width: auto; }

    /*
    #home .channels-list.detailed.narrow .section .list .channel { width: 50%; }
    #home .channels-list.detailed .section .list .channel { width: 100%; }
    */

    #num-users { display: inline-block; line-height: 30px; }

    #channels .main { width: 270px; }

    #channels .channel .delete { visibility: visible; }

    #home .inner { }
    #home .content { margin: 0; padding: 20px 20px 20px 20px;}
    .watchlist .channels-list.detailed .channel .new-count { left: -20px; }

    #moderator .action.leftpad { padding-left: 10px; }
    #moderator .action.rightpad { padding-right: 10px; }

    .iframe-pop-up { width: 100%; height: 100%; margin: 0; }

    #post .inner { margin: 5px; overflow: show; }
    #post textarea[name='spiel'], #post #name { width: calc(100vw - 90px); margin-bottom: 1px; }
    #my-color { bottom: 38px; }

    #chat .date { color: #999; font-size: 10px; margin-left: 5px; }

    #chat #load-more-below { padding-left: 15px; }

    #ticker .active { width: calc(100% - 30px); overflow-x: scroll; }

    #ticker .mover-buttons .sort {
        display: block;
        margin: 7px 0 0 0;
    }

    .pop-up-share { left: -40px; width: 100%; }

    #login-modal input.email, #login-modal input.password, #login-modal button { width: 240px; }
    #sedi-modal.modal .inner { padding: 5px; }

    #edit-profile-modal .modal { top: 50%; margin-top: -50%; bottom: auto; }

    .row { padding-left: 20px; padding-right: 20px; width: 100%; box-sizing: border-box; }
    .row .vote { opacity: 0; }
    .row:hover .vote { opacity: 0; }
    .row .vote.show { opacity: 1; z-index: -1; left: -4px; }
    .row .vote.show .icon-thumbsup { opacity: 0; }
    .emphasis .vote { opacity: 1; left: -30px !important; }
    .emphasis .vote .icon-thumbsup { opacity: 1 !important; }
    .message:hover { box-shadow: none; }
    .row.emphasis { margin-left: 30px; width: calc(100% - 30px); }

    #post .outer.enabled { background: #aaa;  }
    #post .upload { position: absolute; bottom: 0; top: auto; right: auto; left: 3px; width: 25px; color: #fff; }
    #post .upload:hover { color: #fff; }

    .darkmode #post .outer.enabled { background: #252525;  }

    #post .panel { bottom: 65px; left: auto; right: 30px; }
    #post .panel:after { right: 12px; left: auto; }

    #post .submit { display: block; background: none; color: #fff; position: absolute; bottom: 0px; right: 0px; height: 30px; width: 25px; padding: 0; font-size: 22px; line-height: 30px; }

    .mobile-hide {display: none;}

    .watchlist .channels-list.detailed .channel .volume > span {display: none;  }
    .watchlist .channels-list.detailed .channel .volume > span.regular {display: inline-block;  }
    .watchlist .channels-list.detailed .channel .desc { width: 110px; margin-right: 10px; }
    .watchlist .channels-list.detailed .channel .volume { width: auto;  }
    .watchlist .channels-list.detailed .channel .news-container { display: none; position: absolute; right: -20px; top: 0; width: 50px; line-height: 15px; }
    .watchlist .channels-list.detailed .channel .news-container .news { margin: 0; }
    .watchlist .channels-list.detailed .channel .news-container .new-event { margin: 0; }
    .watchlist .channels-list.detailed .channel  .bid-ask .vol { display: none; }
    .watchlist .sort-and-filter .filter-label {display: none;}

    .footer .chairmans-sign-up-wrapper .email {width: 96%}

    .stockpicking-leaderboard { margin: 0 -10px; width: calc(100% + 20px); }
    .stockpicking-leaderboard .user .hash { max-width: 125px; }
}

@media only screen and (max-width: 535px) {
    .footer .chairmans-sign-up-wrapper .email {width: 96%}

    .left-sidebar.fullscreen .chairmans-sign-up-wrapper {font-size: 14px;}
    .left-sidebar.fullscreen .chairmans-sign-up-wrapper .title {font-size: 18px}
}

@media only screen and (max-width: 428px) {
    .footer .chairmans-sign-up-wrapper .email {width: 94%}
}

@media only screen and (max-width: 360px) {
    .footer .chairmans-sign-up-wrapper .email {width: 93%}
}

@media only screen and (max-width: 320px){

    .discover .header { display: none; }
    .discover .padding { padding-top: 20px; }

    #channels .pointer { display: none; }
    #channels .header { display: none; }

    .watchlist .channels-list.detailed .channel .small-chart { width: 70px; }
    .watchlist .channels-list.detailed .channel .small-chart svg { width: 70px; }
    .watchlist .channels-list.detailed .channel .high-low { display: none; }

    .footer .chairmans-sign-up-wrapper .email {width: 92%;}
}



img.disabled-desaturate {
    -webkit-filter: grayscale(1); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
    filter: gray; filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
}

.embedded-logo a {
    background-size: 80px 16px !important;
    background-position: 5px 8px !important;
}


.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.modal#pro-manager-modal .inner {
    padding: 0;
    position: relative;
}
.modal#pro-manager-modal iframe {
    min-width: 400px;
    max-width: 700px;
    width: 95vw;
    height: 90vh;
    border: none;
    overflow: scroll;
}


#settings-modal .inner {
    font-family: "PT Sans", sans-serif;
}
#settings-modal .formatted-channel { line-height: 30px; font-family: "PT Mono", monospace; }
#settings-modal .formatted-channel .channel { margin: 0 10px 0 0; cursor: pointer; max-width: 170px; text-overflow: ellipsis; }

#settings-modal td {
    vertical-align: top;
    padding: 0;
    white-space: nowrap;
}
#settings-modal td.channel {
    text-align: left;
}
#settings-modal .icon-lock { width: 8px; display: inline-block; }
#settings-modal th{
    padding-bottom: 10px;
    text-align: left;
}
#settings-modal table.general th label { font-weight: bold; font-size: 15px; }
#settings-modal table.general th { text-align: right; font-weight: normal; font-size: 13px; padding-right: 15px; }
#settings-modal table.general td, #settings-modal table.general th { padding-bottom: 10px; }
#settings-modal h3 { border-bottom: 2px solid #888; color: #888; }

#settings-modal select { line-height: 25px; margin-right: 15px; cursor: pointer; width: 120px; text-indent: 0; font-size: 14px; padding: 0 10px; text-transform: capitalize; }

#settings-modal .notification-status-on {
    color: #0a0;
}

#settings-modal .notification-status-off {
    color: #9D1C20;
}

#settings-modal #notifications-button.enable {
    border: 1px solid #0a0;
    background-color: #efe;
    color: #080;
}
#settings-modal #notifications-button.disable {
    border: 1px solid #a00;
    background-color: #fee;
    color: #800;
}

#settings-modal #notifications-button.disable:hover {
    background-color: #fff;
    color: #a33;
}
#settings-modal #notifications-button.enable:hover {
    background-color: #fff;
    color: #3a3;
}

#settings-modal .settings-switch { border: 1px solid #333; background: #fff; color: #333; }
#settings-modal .settings-switch:hover { background: #333; color: #fff; }

#settings-modal .remove-ignore-block { text-decoration: underline; font-size: 11px; }


#wiki-modal {
    font-family: "PT Sans", sans-serif;
}
#wiki-modal.modal .outer {
    background: #fff;
}
#wiki-modal .title .symbol {
    padding: 3px 5px;
    background: #666;
    border-radius: 3px;
}
#wiki-modal .title {
    line-height: 30px;
    font-size: 20px;
    margin: -30px -30px 0 -30px;
    padding: 10px 20px;
    background: #000;
    color: #ccc;
    border-bottom: 1px solid #ddd;
}
#wiki-modal .wiki.mkcontent {
    overflow-x: scroll;
    margin: 0 -30px 0 -30px;
    padding: 0 30px;
}
#wiki-modal a.open-wiki-site {
    border-bottom: 1px solid #a00;
    text-decoration: none;
    margin: 10px 0;
    float: right;
    display: inline-block;
}

#sms-verify-modal {
    font-family:  "PT Sans", sans-serif;
}


#chairmans_brief_popup-modal h1 {
    font-size: 40px;
    margin: 30px 30px 50px 0;
    line-height: 40px;
    transform:scale(1,1.4);
    letter-spacing: 3px;
}
#chairmans_brief_popup-modal .text {
    font-size: 23px;
    margin: 10px 0;
}
#chairmans_brief_popup-modal img {
    width: 180px;
    float: right;
    margin-bottom: 30px;
}
#chairmans_brief_popup-modal .inner {
    font-family:  "PT Sans", sans-serif;
    padding: 50px;
    background: #fff;
    max-width: 600px;
}
#chairmans_brief_popup-modal form {
    text-align: center;
}
#chairmans_brief_popup-modal input {
    font-family:  "PT Sans", sans-serif;
    border: 2px solid #a00;
    padding: 5px;
    text-align: center;
    font-size: 20px;
}
#chairmans_brief_popup-modal button {
    font-family:  "PT Sans", sans-serif;
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17);
}
@media only screen and (max-width: 600px) {
    #chairmans_brief_popup-modal h1 {
        transform: none;
        margin: 5px 0;
        font-size: 20px;
        line-height: 25px;
    }
    #chairmans_brief_popup-modal img {
        width: 150px;
        float: none;
        margin: 0;
        display: block;
        margin: -30px auto 20px auto;
    }
    #chairmans_brief_popup-modal .text {
        font-size: 16px;
    }
}
