.user-dropdown{position:relative;height:100%}.user-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-weight:100;height:100%;padding:0 20px}.user-dropdown:hover{background-color:rgba(0,0,0,.2)}.user-dropdown-img{margin:0 10px}.user-dropdown-img>img{max-height:37px;border-radius:5px}.user-dropdown-content{position:absolute;right:0;background-color:#f9f9f9;min-width:170px;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);padding:10px;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;visibility:hidden;opacity:0;-webkit-transition:visibility 0s,opacity .5s linear;transition:visibility 0s,opacity .5s linear}.user-dropdown:hover .user-dropdown-content{visibility:visible;opacity:1}.user-dropdown-content a{text-decoration:none;color:#000;padding:10px}.user-dropdown-content a:hover{text-decoration:none;color:#000;background-color:#ededed}.header{grid-area:header;background:-webkit-gradient(linear,left top,right top,from(#d356f3),to(#49a7c1));background:linear-gradient(90deg,#d356f3,#49a7c1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.title{font-size:1.2rem;color:#fff;font-weight:100;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.title a,.title a:hover,header.header>a.toggle{color:#fff;text-decoration:none}header.header>a.toggle{width:60px;height:100%;justify-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header.header>a.toggle:hover{color:#fff;background-color:rgba(0,0,0,.2)}.menu{grid-area:menu;background:-webkit-gradient(linear,left top,right top,from(#232526),to(#414345));background:linear-gradient(90deg,#232526,#414345);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.menu a,.menu a:hover{color:#fff;text-decoration:none}.menu .tree-node.selected>.tree-content,.menu .tree-node .tree-content:hover{background-color:hsla(0,0%,100%,.2)}.tree-arrow.has-child{-webkit-filter:brightness(2);filter:brightness(2)}.menu .menu-filter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px;padding-bottom:8px;border-bottom:1px solid #aaa}.menu .menu-filter i{color:#aaa;margin-right:10px}.menu input{color:#ccc;font-size:1.3rem;border:0;outline:0;width:100%;background:transparent}.tree-filter-empty{color:#ccc;font-size:1.3rem;margin-left:20px}.content{grid-area:content;background-color:#efefef;padding:20px}.footer{grid-area:footer;background-color:#ddd;color:#333;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:10px}.footer,.loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loading{grid-area:content;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}*{font-family:Lato,sans-serif}body{margin:0}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;display:grid;grid-template-rows:60px 1fr 40px;grid-template-columns:300px 1fr;grid-template-areas:"header header" "menu content" "menu footer"}#app.hide-menu{grid-template-areas:"header header" "content content" "footer footer"}.auth-content{height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.auth-content,.auth-modal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.auth-modal{width:350px;padding:35px;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.15);box-shadow:0 1px 5px rgba(0,0,0,.15);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.auth-title{font-size:1.2rem;font-weight:100;margin-top:10px;margin-bottom:15px}.auth-modal input{border:1px solid #bbb;width:100%;margin-bottom:15px;padding:3px 8px;outline:none}.auth-modal button{-ms-flex-item-align:end;align-self:flex-end;background-color:#2460ae;color:#fff;padding:5px 15px}.auth-modal a{margin-top:35px}