/*! 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-bottom:15px}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}@media(prefers-color-scheme: dark){body{background:#1a1a1a;color:#fff}body a{color:#fff;text-decoration:underline}}body.force-dark-mode{background:#1a1a1a;color:#fff}body.force-dark-mode a{color:#fff;text-decoration:underline}.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}@media(prefers-color-scheme: dark){body .site-header nav{background:#000}}body.force-dark-mode .site-header nav{background:#000}#app-panel{display:none}@media screen and (max-width: 768px){.site-header .navbar-nav{display:none}.site-header #app-panel{display:block;list-style:none}.site-header #app-panel li{display:block;float:left;padding:20px;text-align:center;width:33%}.site-header #app-panel i{display:block;font-size:30px}.site-header #app-panel a{text-decoration:none}.site-header #app-panel span{font-size:10px}}.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)}.site-header .navbar-header .open-search{border:0;color:gray}@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)}.site-footer{bottom:0;clear:both;padding:40px;position:relative;text-align:center}#build{font-size:12px;color:#424242}.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{background:url("/assets/images/background/green.jpg");border:0;margin:0;padding:150px 0 60px 0}.page-header h1{margin-bottom:14px}@media(prefers-color-scheme: dark){body .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/green.jpg")}}body.force-dark-mode .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/green.jpg")}.page-header-label{border:1px solid #424242;border-radius:4px;color:#424242;padding:2px 10px}@media(prefers-color-scheme: dark){body .page-header-label{border-color:#fff;color:#fff}}body.force-dark-mode .page-header-label{border-color:#fff;color:#fff}a.page-header-label{cursor:pointer;transition:all 1s}a.page-header-label:hover{background:#424242;color:#fff}.page-content{padding-top:40px}.page-content.no-page-header{padding-top:120px}.modal{background:rgba(0,0,0,.8);display:none;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:95vh;margin:20px;padding:20px;overflow-x:hidden;overflow-y:scroll;position:fixed;width:80%}.modal.modal-small>section{height:auto}#search-container label{display:block;font-size:2.5em;text-align:center}#search-container #search{margin:25px 0}#search-container #search-results{height:100%;overflow-y:scroll;padding-bottom:130px}#search-container .search-result{background:#000;border-radius:8px;margin-bottom:5px;padding:20px 10px}#search-container .search-result>div{padding:10px}#search-container .search-result a{display:block;margin-bottom:10px;margin-left:10px;text-decoration:none}#search-container .search-result hr{margin:20px;opacity:.3}#search-container .search-result hr:last-child{display:none}#search-container .search-result-match{max-height:100px;overflow-y:scroll;margin-bottom:5px}#search-container .search-result-match *{font-size:12px}@media screen and (max-width: 768px){.modal #search-container>section{width:80%}}.alert a{color:#000}.alert strong{text-decoration:underline}#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)}}[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 li{border-top:1px solid #e8e8e8;padding:10px 8px}.list-fancy li:last-of-type{border-bottom:1px solid #e8e8e8}.list-fancy p{margin:0}.list-none{list-style:none}.tcenter{text-align:center}.tright{text-align:right}#calendar-header,.calendar-week{display:flex}#calendar-header>div,.calendar-week>div{flex:1}#calendar-header{border-bottom:1px solid;color:gray;padding-bottom:12px}.calendar-week{padding-top:12px}.calendar-day{background:rgba(0,0,0,0);border:0;flex:1}.calendar-day.has-event{border:1px dashed gray}.calendar-day.is-today{color:#90ee90;text-decoration:underline}#calendar-controls{display:flex;padding:0 20px 20px 20px}#calendar-controls button{padding:10px}#calendar-controls select{background:rgba(0,0,0,0);margin:0 5px}#calendar-modal h4{text-align:center}#calendar-modal textarea{margin:20px 0;max-width:100%;min-height:200px;min-width:100%}/*# sourceMappingURL=calendar.css.map */