.v-tooltip{display:none}.v-tooltip--attached{display:inline}.v-tooltip__content{background:rgba(97,97,97,.9);color:#fff;border-radius:4px;font-size:14px;line-height:22px;display:inline-block;padding:5px 16px;position:absolute;text-transform:none;width:auto;opacity:0;pointer-events:none}.v-tooltip__content.menuable__content__active{opacity:.9}.v-tooltip__content--fixed{position:fixed}.v-tooltip__content[class*=-active]{-webkit-transition-timing-function:cubic-bezier(0,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1)}.v-tooltip__content[class*=enter-active]{-webkit-transition-duration:.15s;transition-duration:.15s}.v-tooltip__content[class*=leave-active]{-webkit-transition-duration:75ms;transition-duration:75ms}.theme--light.v-divider{border-color:rgba(0,0,0,.12)}.theme--dark.v-divider{border-color:hsla(0,0%,100%,.12)}.v-divider{display:block;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0px;max-width:100%;height:0;max-height:0;border:solid;border-width:thin 0 0 0;-webkit-transition:inherit;transition:inherit}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px)}.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical){margin-left:72px}.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical){margin-right:72px}.v-divider--vertical{-ms-flex-item-align:stretch;align-self:stretch;border:solid;border-width:0 thin 0 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:inherit;min-height:100%;max-height:100%;max-width:0;width:0;vertical-align:text-bottom;margin:0 -1px}.v-divider--vertical.v-divider--inset{margin-top:8px;min-height:0;max-height:calc(100% - 16px)}#material-box{position:absolute;right:95%;margin-top:5rem;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:.2rem;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.6901960784);box-shadow:0 1px 4px 1px rgba(0,0,0,.6901960784);min-width:15rem;overflow:hidden}#material-box header{padding:.5rem}#material-box header h1{padding:.3rem;font-weight:400;font-size:.8rem!important}#material-box .content-material-items{padding:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:0;margin-top:.3rem}#material-box .content-material-items h2{font-size:.75rem;font-weight:400;margin-bottom:.3rem}#material-box .content-material-items .material-list{overflow-y:scroll}#material-box .content-material-items .material-list::-webkit-scrollbar{width:6px}#material-box .content-material-items .material-list::-webkit-scrollbar:hover{width:10px}#material-box .content-material-items .material-list::-webkit-scrollbar-thumb{background:#a0a0a0;border-radius:.2rem}#material-box .content-material-items .material-list::-webkit-scrollbar-thumb:hover{width:10px;background:#555}#material-box .content-material-items .material-list{list-style:none;display:grid;width:100%;max-height:8rem;padding:0;margin:0;grid-template-columns:25% 25% 25% 25%}#material-box .content-material-items .material-list .material{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.3rem;border-radius:.3rem;cursor:pointer;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}#material-box .content-material-items .material-list .material,#material-box .content-material-items .material-list .material.add-new span{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}#material-box .content-material-items .material-list .material.add-new span{background-color:hsla(0,0%,100%,0)}#material-box .content-material-items .material-list .material:hover{background-color:rgba(0,0,0,.5)}#material-box .content-material-items .material-list .material .material-indicator{height:25px;width:25px;border-radius:50%;background:green}#material-box .content-material-items .material-list .material h3.material-indicator-title{font-size:.7rem;font-weight:400;text-align:center;margin-top:.2rem;width:2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#material-box footer{-ms-flex-pack:distribute;justify-content:space-around}#material-box footer,#material-box footer button{padding:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#material-box footer button{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.3rem;background-color:hsla(0,0%,100%,.4);-webkit-transition:background-color .25s ease;transition:background-color .25s ease}#material-box footer button:hover{background-color:hsla(0,0%,100%,.5)}#material-box footer h1{font-size:.75rem!important;font-weight:400;line-height:1rem;max-width:50%}