/*! Copyright (C) 2014  Gocho Mugo
 *
 *  This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see www.gnu.org/licenses. */@font-face{font-family:Sen;src:url("/assets/fonts/sen/Sen-Regular.ttf")}body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,dl,dd,ol,ul,figure{margin:0;padding:0;font-family:Sen,sans-serif}p{margin:0}table th{text-align:left}body.nojs .js-enabled,body:not(.js):not(.nojs) .js-enabled{display:none !important}body.storage .storage-disabled,body:not(.storage):not(.nostorage) .storage-disabled{display:none !important}body.auth .auth-disabled,body:not(.auth):not(.noauth) .auth-disabled{display:none !important}body.noauth .auth-enabled,body:not(.auth):not(.noauth) .auth-enabled{display:none !important}body.theme-dark{background:#1a1a1a;color:#fff}body.theme-dark a:not(.btn-default){color:#fff;text-decoration:underline}body.theme-dark .alert a{color:#000}body.theme-light{background:#fdf6e3}@media screen and (max-width: 768px){body{padding-bottom:70px}}.site-header{padding:0px;position:fixed;width:100%;z-index:1000}body.js .site-header{padding:40px 40px 0 40px}.site-header noscript div{background:#000}.site-header noscript div ul{list-style:none}.site-header noscript div li{display:inline-block}.site-header noscript div a{color:#fff;display:inline-block;padding:10px 20px;text-transform:uppercase}.site-header nav{border-radius:8px;margin-bottom:0;opacity:.4;transition:all 1s}.site-header nav:hover{opacity:1}.site-header nav .navbar-brand{display:flex;padding:8px 12px}.site-header nav .nav a{text-decoration:none}.site-header nav .nav a:hover{background-color:#828282;color:#000}body.theme-dark .site-header nav,body.theme-dark .site-header .dropdown-menu{background:#000}@media screen and (max-width: 768px){.site-header .navbar-nav{display:none}}.site-header nav>div{-webkit-filter:blur(4px);-moz-filter:blur(4px);-ms-filter:blur(4px);filter:blur(4px);transition:all 1s}.site-header nav>div:hover{-webkit-filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);filter:blur(0)}@media screen and (max-width: 768px){.site-header{display:none}}@media(hover: none){.site-header nav{opacity:1}.site-header nav>div{-webkit-filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);filter:blur(0)}}body.android .site-header nav{opacity:1}body.android .site-header nav>div{-webkit-filter:blur(0);-moz-filter:blur(0);-ms-filter:blur(0);filter:blur(0)}#app-menu{background:#ffecba;bottom:0;display:none;height:70px;justify-content:space-around;list-style:none;position:fixed;width:100%;z-index:2000}#app-menu a{align-items:center;color:#393939;display:flex;flex-direction:column;padding:10px;text-decoration:none}#app-menu a.active{color:#169516}#app-menu i{font-size:1.5em;margin-bottom:5px}body.theme-dark #app-menu{background:#000}body.theme-dark #app-menu a:not(.active){color:#fff}@media screen and (max-width: 768px){#app-menu{display:flex}}#app-panel ul{background:#000;border:1px solid #fff;border-radius:8px;list-style:none;margin:20px}#app-panel li{display:block;float:left;padding:20px;text-align:center;width:33%}#app-panel i{display:block;font-size:30px}#app-panel a{text-decoration:none}#app-panel span{font-size:10px}#app-panel button.close{align-self:end;background:rgba(0,0,0,0);border:0;color:#fff;margin-right:20px}body.theme-light #app-panel li a{color:#657b83}.site-footer{bottom:0;clear:both;padding:40px;position:relative;text-align:center}.page-title{margin:40px}.page-title ul:not(.plain){list-style:none;text-align:center}.page-title ul:not(.plain) li{display:inline-block;margin:2px 5px;cursor:pointer}.page-title ul:not(.plain) li:after{content:"]"}.page-title ul:not(.plain) li:before{content:"["}template,.page-view{display:none}.page-header{border:0;margin:0;padding:120px 0 60px 0}.page-header h1{margin-bottom:14px}@media screen and (max-width: 768px){.page-header{padding-top:60px}}body.theme-dark .page-header{background:linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),url("/assets/images/background/moon.webp");background-position:center;background-size:cover}body.theme-light .page-header{background:url("/assets/images/background/green.jpg")}body.theme-light .page-header a{color:#1a4c77}.page-header-label{border:1px solid;border-radius:4px;padding:2px 10px}body.theme-dark .page-header-label{border-color:#fff;color:#fff}body.theme-light .page-header-label{border-color:#424242;color:#424242}a.page-header-label{cursor:pointer;transition:all 1s}a.page-header-label:hover{background:#424242;color:#fff}.page-content{padding-top:20px}.page-content.no-page-header{padding-top:120px}@media screen and (max-width: 768px){.page-content.no-page-header{padding-top:60px}}.modal{align-items:center;background:rgba(0,0,0,.8);display:none;flex-direction:column;height:100%;justify-content:center;position:fixed;top:0;width:100%;z-index:2000}.modal>section{background:rgba(105,105,105,.9);border-radius:8px;height:75vh;margin:20px;padding:20px;overflow-x:hidden;overflow-y:scroll;width:80%}.modal.modal-big>section{width:95%}.modal.modal-small>section{height:auto}#signin-modal section,#signup-modal section{display:flex;overflow:hidden}#signin-modal form,#signup-modal form{flex:1;padding:0 10px}#signin-modal form div,#signup-modal form div{margin-bottom:10px}#signin-modal section{padding:60px 10px}#signin-modal hr{margin:30px 0px}#signup-modal section{width:50%}@media screen and (max-width: 768px){#signin-modal section{flex-direction:column}#signup-modal section{width:80%}}.alert a{color:#000;text-decoration:underline}.alert strong{border-bottom:1px dashed}#notification{max-width:400px;position:fixed;right:15px;top:15px;z-index:3000}#notification .notification-item{position:relative}#notification .notification-item:not(.sticky){animation:fadeInOutNotificationAnimation 8s;animation-timing-function:ease-in-out;opacity:0}#notification .notification-item.sticky{animation:fadeInNotificationAnimation 4s;animation-timing-function:ease-in}#notification .notification-item:after{background-color:#e8e3e3;border-radius:4px;content:"";height:100%;left:6px;position:absolute;top:6px;width:100%;z-index:-1}@keyframes fadeInNotificationAnimation{0%{opacity:0;transform:translate3d(150px, 0, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes fadeInOutNotificationAnimation{0%{transform:translate3d(150px, 0, 0)}25%,75%{opacity:1;transform:translate3d(0, 0, 0)}100%{transform:translate3d(150px, 0, 0)}}#search-modal>section{padding:0}#search-input{background:#828282;padding:20px;position:sticky;top:0}#search-input div{padding:8px 0}#search-input select{font-size:.8em;padding:0px;width:auto}.search-stats,#search-more{padding:20px;text-align:center}.search-result{background:#d3d3d3;border-radius:10px;color:#000;margin:10px;padding:10px}.search-result .search-result-header{display:flex;justify-content:space-between}.search-result .search-result-header>div{align-items:flex-start;display:flex;padding-top:4px}.search-result .search-result-header h4{padding:4px}.search-result .search-result-header small{border:1px dashed gray;border-radius:4px;font-size:.6em;padding:1px 4px}.search-result .search-result-header button{margin-left:2px}.search-result .search-result-header button i{background:#a9a9a9 !important;border-radius:4px;margin-left:2px;padding:6px !important}.search-result .search-result-header button.disabled i{color:#828282}.search-result .search-result-body{padding:4px}.search-result .search-result-body a{color:#337ab7 !important}.search-result .search-result-body table{border:1px solid #828282;margin-top:8px}.search-result .search-result-body tbody{color:#e8e8e8}.search-result .search-result-body th,.search-result .search-result-body td{border-right:1px solid gray}.search-result .search-highlight{background:#ff0;color:#000}.search-is-searching{animation:search-flash 2s infinite}@keyframes search-flash{0%{opacity:.2}50%{opacity:1}100%{opacity:.2}}[data-hide=true]{display:none}.shown{display:block !important}.coinaddr{cursor:pointer}button.icon-only{background:rgba(0,0,0,0);border:0;padding:0}.list-fancy{margin:10px 0}.list-fancy li{border-top:1px solid;display:flex;justify-content:space-between;padding:10px 8px}.list-fancy li button:not(.btn){background:rgba(0,0,0,0);border:0}.list-fancy li:last-of-type{border-bottom:1px solid}.list-fancy p{margin:0}body.theme-dark .list-fancy li{border-color:#e8e8e8}body.theme-light .list-fancy li{border-color:#424242}.list-none{list-style:none}table.fancy-table{width:100%}table.fancy-table th,table.fancy-table td{padding:10px;text-align:center}table.fancy-table th{text-transform:uppercase}table.fancy-table th:first-child,table.fancy-table td:first-child{text-align:left}table.fancy-table th:last-child,table.fancy-table td:last-child{text-align:right}table.fancy-table tfoot{font-size:1.2em;font-weight:bold}body.theme-dark table.striped tbody tr:nth-child(odd){background-color:#515151}body.theme-dark table.striped tbody tr:nth-child(even){background-color:#282828}body.theme-light table.striped tbody tr:nth-child(odd){background-color:#eee8d5}body.theme-light table.striped tbody tr:nth-child(even){background-color:#cfcfcf}.tcenter{text-align:center}.tright{text-align:right}.row{align-items:center;display:flex}.row.settings-input-expanded{border-top:0}.row input[type=password]{color:#000;text-align:center;width:100%}#settings-alert-upgrade{width:100%}#settings-alert-upgrade .alert{align-items:center;display:flex;justify-content:space-between}#settings-debug-logs{color:#000;font-size:10px;min-height:100px;resize:vertical;width:100%}#settings-modal-signin>section{height:auto}#settings-modal-signin button{margin:15px 0}#settings-modal-signin hr{margin:20px}#settings-modal-signin .fa-spin{display:none}#settings-theme-container select{float:right;width:50%}#settings-username small{color:#828282}#settings-build{color:#424242;font-size:12px;padding:20px;text-align:center}/*# sourceMappingURL=profile.css.map */