.ReactTable{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,.1)}.ReactTable *{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactTable .rt-table{-ms-flex:auto 1;flex:auto 1 0%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,.03)}.ReactTable .rt-thead.-filters,.ReactTable .rt-thead.-headerGroups{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-thead.-header{-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,.15);box-shadow:0 2px 15px 0 rgba(0,0,0,.15)}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-td,.ReactTable .rt-thead .rt-th{padding:5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,.05);-webkit-transition:-webkit-box-shadow .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-box-shadow .3s cubic-bezier(.175,.885,.32,1.275);-o-transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275),-webkit-box-shadow .3s cubic-bezier(.175,.885,.32,1.275);-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent}.ReactTable .rt-thead .rt-td.-sort-asc,.ReactTable .rt-thead .rt-th.-sort-asc{-webkit-box-shadow:inset 0 3px 0 0 rgba(0,0,0,.6);box-shadow:inset 0 3px 0 0 rgba(0,0,0,.6)}.ReactTable .rt-thead .rt-td.-sort-desc,.ReactTable .rt-thead .rt-th.-sort-desc{-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.6);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.6)}.ReactTable .rt-thead .rt-td.-cursor-pointer,.ReactTable .rt-thead .rt-th.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-td:last-child,.ReactTable .rt-thead .rt-th:last-child{border-right:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:hsla(0,0%,100%,0);border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:hsla(0,0%,40%,0);border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{-ms-flex:99999 1 auto;flex:99999 1 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:auto}.ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,.02)}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;-o-text-overflow:clip;text-overflow:clip}.ReactTable .rt-tr-group{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}.ReactTable .rt-tr{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-inline-flexbox;display:inline-flex}.ReactTable .rt-td,.ReactTable .rt-th{-ms-flex:1 0 0px;flex:1 0 0%;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;-webkit-transition-property:width,min-width,padding,opacity;-o-transition-property:width,min-width,padding,opacity;transition-property:width,min-width,padding,opacity}.ReactTable .rt-td.-hidden,.ReactTable .rt-th.-hidden{width:0!important;min-width:0!important;padding:0!important;border:0!important;opacity:0!important}.ReactTable .rt-expander{display:inline-block;position:relative;margin:0;color:transparent;margin:0 10px}.ReactTable .rt-expander:after{content:"";position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);-ms-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,.8);-webkit-transition:all .3s cubic-bezier(.175,.885,.32,1.275);-o-transition:all .3s cubic-bezier(.175,.885,.32,1.275);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.15);box-shadow:0 0 15px 0 rgba(0,0,0,.15)}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,.05)}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,.05)}.ReactTable .-pagination{z-index:1;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.1);box-shadow:0 0 15px 0 rgba(0,0,0,.1);border-top:2px solid rgba(0,0,0,.1)}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:400;outline:none}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,.6);background:rgba(0,0,0,.1);-webkit-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease;cursor:pointer;outline:none}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,.3);color:#fff}.ReactTable .-pagination .-next,.ReactTable .-pagination .-previous{-ms-flex:1;flex:1 1 0%;text-align:center}.ReactTable .-pagination .-center{-ms-flex:1.5;flex:1.5 1 0%;text-align:center;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;padding:20px;color:rgba(0,0,0,.5)}.ReactTable .-loading,.ReactTable .rt-noData{display:block;position:absolute;background:hsla(0,0%,100%,.8);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;pointer-events:none}.ReactTable .-loading{left:0;right:0;top:0;bottom:0;z-index:-1;opacity:0}.ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,.6);-webkit-transform:translateY(-52%);-ms-transform:translateY(-52%);transform:translateY(-52%);-webkit-transition:all .3s cubic-bezier(.25,.46,.45,.94);-o-transition:all .3s cubic-bezier(.25,.46,.45,.94);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-td,.ReactTable .rt-resizing .rt-th{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.react-vis-magic-css-import-rule{display:inherit}.rv-treemap{font-size:12px;position:relative}.rv-treemap__leaf{overflow:hidden;position:absolute}.rv-treemap__leaf--circle{-ms-flex-align:center;align-items:center;border-radius:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.rv-treemap__leaf__content{overflow:hidden;padding:10px;-o-text-overflow:ellipsis;text-overflow:ellipsis}.rv-xy-plot{color:#c3c3c3;position:relative}.rv-xy-plot canvas{pointer-events:none}.rv-xy-plot .rv-xy-canvas{pointer-events:none;position:absolute}.rv-xy-plot__inner{display:block}.rv-xy-plot__axis__line{fill:none;stroke-width:2px;stroke:#e6e6e9}.rv-xy-plot__axis__tick__line{stroke:#e6e6e9}.rv-xy-plot__axis__tick__text,.rv-xy-plot__axis__title text{fill:#6b6b76;font-size:11px}.rv-xy-plot__grid-lines__line{stroke:#e6e6e9}.rv-xy-plot__circular-grid-lines__line{fill-opacity:0;stroke:#e6e6e9}.rv-xy-plot__series,.rv-xy-plot__series path{pointer-events:all}.rv-xy-plot__series--line{fill:none;stroke:#000;stroke-width:2px}.rv-crosshair{position:absolute;font-size:11px;pointer-events:none}.rv-crosshair__line{background:#47d3d9;width:1px}.rv-crosshair__inner{position:absolute;text-align:left;top:0}.rv-crosshair__inner__content{border-radius:4px;background:#3a3a48;color:#fff;font-size:12px;padding:7px 10px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5)}.rv-crosshair__inner--left{right:4px}.rv-crosshair__inner--right{left:4px}.rv-crosshair__title{font-weight:700;white-space:nowrap}.rv-crosshair__item{white-space:nowrap}.rv-hint{position:absolute;pointer-events:none}.rv-hint__content{border-radius:4px;padding:7px 10px;font-size:12px;background:#3a3a48;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5);color:#fff;text-align:left;white-space:nowrap}.rv-discrete-color-legend{-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto;font-size:12px}.rv-discrete-color-legend.horizontal{white-space:nowrap}.rv-discrete-color-legend-item{color:#3a3a48;border-radius:1px;padding:9px 10px}.rv-discrete-color-legend-item.horizontal{display:inline-block}.rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title{margin-left:0;display:block}.rv-discrete-color-legend-item__color{background:#dcdcdc;display:inline-block;height:2px;vertical-align:middle;width:14px}.rv-discrete-color-legend-item__title{margin-left:10px}.rv-discrete-color-legend-item.disabled{color:#b8b8b8}.rv-discrete-color-legend-item.clickable{cursor:pointer}.rv-discrete-color-legend-item.clickable:hover{background:#f9f9f9}.rv-search-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.rv-search-wrapper__form{-ms-flex:0 1 0%;flex:0 1 0%}.rv-search-wrapper__form__input{width:100%;color:#a6a6a5;border:1px solid #e5e5e4;padding:7px 10px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2px;margin:0 0 9px;outline:0}.rv-search-wrapper__contents{-ms-flex:1 1 0%;flex:1 1 0%;overflow:auto}.rv-continuous-color-legend{font-size:12px}.rv-continuous-color-legend .rv-gradient{height:4px;border-radius:2px;margin-bottom:5px}.rv-continuous-size-legend{font-size:12px}.rv-continuous-size-legend .rv-bubbles{text-align:justify;overflow:hidden;margin-bottom:5px;width:100%}.rv-continuous-size-legend .rv-bubble{background:#d8d9dc;display:inline-block;vertical-align:bottom}.rv-continuous-size-legend .rv-spacer{display:inline-block;font-size:0;line-height:0;width:100%}.rv-legend-titles{height:16px;position:relative}.rv-legend-titles__center,.rv-legend-titles__left,.rv-legend-titles__right{position:absolute;white-space:nowrap;overflow:hidden}.rv-legend-titles__center{display:block;text-align:center;width:100%}.rv-legend-titles__right{right:0}.rv-radial-chart .rv-xy-plot__series--label{pointer-events:none}.tooltipContent{background:#fff;border:1px;color:#000;padding:10px}.container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.textField{margin-left:8px;margin-right:8px;width:200px}.modalAddToday,.modalAddTodayDark{display:inline-block;overflow:scroll}.modalAddTodayDark{background-color:#b4b4b4}.paperAddToday{width:90%;margin:auto;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);overflow:scroll}.paperAddTodayMoreInfo{width:90%}.paperAddTodayEdit,.paperAddTodayMoreInfo{-webkit-box-shadow:0 0 10px #eee;box-shadow:0 0 10px #eee;margin:auto;overflow:scroll}.paperAddTodayEdit{width:86%}.divAddTpday{position:relative;-ms-flex-align:center;align-items:center;width:100%;padding-bottom:20px}.divClearButton{text-align:right;height:26px}.iconClear{color:rgba(0,0,0,.2);font-size:26px}.iconClearDark{color:hsla(0,0%,100%,.8);font-size:26px}.listItemGetUpTime{width:100%;text-align:center;background-color:#fff;padding-left:10px;padding-bottom:6.4px}.iconGetUpTimeView{color:rgba(0,0,0,.1);width:30px;height:30px}.weightText{text-align:center;padding:0}.weightTextLeft{text-align:left;padding:0}.textGetUpTimeView{font-size:18px;color:grey}.textGetUpDate{font-size:12px;color:#d3d3d3}.divAddModalButton{text-align:right;padding-right:8px}.progressBar{margin-top:-24px;margin-left:8px}.linearBarColorPrimaryComplete{background-color:rgba(144,238,144,.5)}.linearBarColorPrimary{background-color:rgba(80,227,194,.4)}.iconBtnCheck{background-color:#fff;-webkit-box-shadow:0 0 10px #eee;box-shadow:0 0 10px #eee;margin:8px}.iconBtnEditSmall{height:20px;width:20px;right:0;top:105px}.iconBtnEditSmall,.iconBtnEditSmallX{background-color:#fff;-webkit-box-shadow:0 0 10px #ddd;box-shadow:0 0 10px #ddd;margin:8px;position:absolute;border-radius:10px;-ms-flex-line-pack:center;align-content:center;-ms-flex-align:center;align-items:center}.iconBtnEditSmallX{padding-left:3px;padding-top:3px;height:17px;width:17px;right:-9px;bottom:-21px}.listItemSleepTimeComplete{width:100%;text-align:center;background-color:#fff;padding-left:10%;padding-bottom:20px}.editIcons{color:rgba(0,0,0,.1);width:55px;height:55px}.modalContentSmallTime{height:80px;width:100%;text-align:center;background-color:#f8f8f8}.modalContentNewSection{height:80px;width:100%;text-align:center;background-color:#fff}.editIconsSmall{color:rgba(0,0,0,.1);width:20px;height:20px}.textFieldLong{width:70%}.textFieldMedium{width:33%}.textFieldTimeTiny{color:silver}.textFieldTimeSmall{color:grey}.textFieldSmall{width:23%}.centerBlockBtns{text-align:center;width:100%}.iconSleepAtTimeDate{color:rgba(0,0,0,.1);width:20px;height:20px}.iconSleepScore{color:rgba(0,0,0,.04);width:55px;height:55px}.iconFixed{background-color:#fff;-webkit-box-shadow:0 0 10px #eee;box-shadow:0 0 10px #eee;margin:8px;position:fixed;right:5px;z-index:100}.modalContentDone{height:50px;width:100%;text-align:left;background-color:"#fbfbfb"}.listItemSessionView{padding-bottom:6.4px}.listItemSessionView,.listItemSessionViewTight{width:100%;text-align:center;background-color:rgba(0,0,0,.016);padding-left:10%}.paperWidget{background-color:#fff;-webkit-box-shadow:0 0 10px #eee;box-shadow:0 0 10px #eee;padding:8px;margin:8px;height:40px;border-radius:16px}.divWidgetMood{text-align:left;height:80px;border-radius:16px}.paperWidgetMood{background-color:#fff;-webkit-box-shadow:0 0 10px #eee;box-shadow:0 0 10px #eee;padding:8px;border-radius:16px}.iconBtnCurrentBook{color:#d3d3d3;height:30px;width:30px}.loadingProgress{margin:16px;color:#d3d3d3}.paperWidgetComment{text-align:left;background-color:#fff;padding:8px;margin:8px;height:80px;border-radius:16px}.modalZero,.paperWidgetComment{-webkit-box-shadow:0 0 10px #eee;box-shadow:0 0 10px #eee}.modalZero{position:absolute;width:40%;height:20%;background-color:hsla(0,0%,100%,.95);padding:20%;margin:10%;text-align:center;top:40%;border-radius:8px}.centerBlock{-ms-flex-align:center;align-items:center;text-align:center;width:100%;height:270px;margin-top:12px}.innerWrapTimer{position:relative;top:-230px}.innerWrapTimerEmoji{position:relative;top:-100px;height:1px}.innerWrapTimerText{position:relative;top:-100px;color:grey}.modalContentInputComment{width:100%;padding-left:10vw;background-color:rgba(0,0,0,.016);top:-120px}.textFieldColor{color:#d3d3d3}.gridLeftDark{-webkit-box-shadow:0 0 2px #999;box-shadow:0 0 2px #999;background-color:hsla(34,57%,70%,.2);height:120px;width:93px;position:relative;top:30px;left:30px}.icon{background-color:#fff;-webkit-box-shadow:0 0 10px #eee;box-shadow:0 0 10px #eee;margin:8px}.editIconsLight{color:hsla(0,0%,100%,.1);width:55px;height:55px}.iconEdit{position:relative;top:-90px}.iconDark,.iconEdit{background-color:dimgrey;-webkit-box-shadow:0 0 6px #aaa;box-shadow:0 0 6px #aaa;margin:8px}.iconAllProjects{background-color:#fff;-webkit-box-shadow:0 0 10px #eee;box-shadow:0 0 10px #eee;height:20px}.iconBtnCurrentBookRefresh{color:#d3d3d3;font-size:16px}.gridList{width:100%}.paperBlock{height:72px;width:72px}.paperBlock,.paperBlockBook{position:relative;margin:8px;-webkit-box-shadow:0 0 10px #ddd;box-shadow:0 0 10px #ddd;cursor:pointer}.paperBlockBook{background-color:hsla(34,57%,70%,.1);height:100px}.iconTracker{color:rgba(0,0,0,.1);width:30px;height:30px}.bookBlock{position:relative;text-align:center}.bookBlockChecked{border-radius:36px}.bookBlockChecked,.bookBlockSquare{text-align:center;-webkit-box-shadow:0 0 10px #eee;box-shadow:0 0 10px #eee;width:72px;height:72px;position:absolute;top:0;left:0}.bookBlockSquare{border-radius:20px}.trackerText{color:#d3d3d3}.trackerText,.trackerTextWhite{padding-left:2px;padding-right:2px;text-align:center;font-size:10px;line-height:1.1}.trackerTextWhite{color:#fff}.divText{display:-ms-flexbox;display:flex;text-align:center;width:100%}.textFilter{color:#fff;background-color:#ddd;-webkit-box-shadow:0 0 10px #ccc;box-shadow:0 0 10px #ccc}.textFilter,.textFilterGery{-ms-flex:1 1 0%;flex:1 1 0%;height:26px;font-size:14px;font-weight:100;cursor:pointer;padding-top:8px}.textFilterGery{color:grey;background-color:#fff;-webkit-box-shadow:0 0 10px #ddd;box-shadow:0 0 10px #ddd}.divTextNoBg{display:-ms-flexbox;display:flex;position:absolute;right:26px;top:136px;width:40%;text-align:center}
/*# sourceMappingURL=main.759ccbd2.css.map*/