:root{--Primary-Light: #6E91A1;--Primary-MidLight: #477286;--Primary-Mid: #27556C;--Primary-MidDark: #113C51;--Primary-Dark: #032536;--Secondary-Light: #7D83B0;--Secondary-MidLight: #535A92;--Secondary-Mid: #313975;--Secondary-MidDark: #182058;--Secondary-Dark: #080E3B;--Tertiary-Light: #78B494;--Tertiary-MidLight: #4B966E;--Tertiary-Mid: #28784D;--Tertiary-MidDark: #0F5A32;--Tertiary-Dark: #003C1C}html{height:100%}html,body{padding:0;margin:0}body{font-family:georgia,serif;font-size:16px;height:100%;overflow:hidden}button,input,textarea{font-family:georgia,serif}canvas{display:inline-block}.priorityObject{display:flex;line-height:60px;border-bottom:1px solid gray}.priorityNumber{padding-left:15px;width:50px}.priorityImage{height:60px;width:40px}.priorityImage div{height:100%;width:100%}.priorityImageContainer,.priorityImageContainer img{height:60px;width:40px}.priorityTitle{flex-grow:1;padding-left:20px}.priority{height:calc(100vh - 80px)}.priorityList{height:100%;overflow:auto}.gridObject{margin:2px}.gridObject.selected{outline:10px solid red;outline-offset:-10px}.gridObject img,.bookImage{width:150px;height:225px}.bookImage{border:1px solid black;display:table-cell;vertical-align:middle;font:20px georgia,sans-serif;text-align:center;word-break:break-word}.grid{display:flex;flex-flow:row wrap;justify-content:space-around;padding:0;margin:0;overflow:auto}.filter{height:100%;display:inline-block;background-color:var(--Primary-Light);overflow-y:auto}.filter.hidden{width:0px;padding:0;-webkit-transition:width,.2s linear;-moz-transition:width,.2s linear;-ms-transition:width,.2s linear;-o-transition:width,.2s linear;transition:width,.2s linear}.filter.visible{width:425px;padding:8px;-webkit-transition:width,.2s linear;-moz-transition:width,.2s linear;-ms-transition:width,.2s linear;-o-transition:width,.2s linear;transition:width,.2s linear}.filter-buttons{display:flex;flex-direction:column}.filter-showhide{width:30px;flex-grow:1;border:.1em solid var(--Secondary-Dark);border-radius:.12em;box-sizing:border-box;text-decoration:none;text-transform:uppercase;font-weight:300;text-shadow:0 .04em .04em rgba(0,0,0,.35);text-align:center;transition:all .15s;font-size:24px;color:var(--Secondary-Dark);background-color:var(--Secondary-Light);position:relative}.filter-showhide[disabled],.filter-showhide[disabled]:hover{color:var(--Primary-Light);background-color:var(--Secondary-Light);text-shadow:none}.filter-showhide:hover{color:var(--Secondary-Light);background-color:var(--Secondary-Dark)}.filter-nextprevious{transform:translate(-50%) translateY(-50%) rotate(-90deg);position:absolute;top:50%;left:50%}.filter-remove{font-size:16px;white-space:nowrap}.filters{height:100%;display:flex}.filter-container-bottom-bar{border-bottom:1px solid var(--Primary-Mid);padding-bottom:24px}.form-button{border:.1em solid var(--Secondary-Dark);border-radius:.12em;box-sizing:border-box;text-decoration:none;text-transform:uppercase;font-weight:300;text-shadow:0 .04em .04em rgba(0,0,0,.35);text-align:center;transition:all .15s;font-size:24px;color:var(--Secondary-Dark);background-color:var(--Secondary-Light);width:100%}.form-button:hover{color:var(--Secondary-Light);background-color:var(--Secondary-Dark)}.form-field-container{margin:4px 4px 10px;display:inline-block;position:relative;width:100%}.form-field-long,.form-field-short{width:100%}.form-field-long,.form-field-short{border:none;border-bottom:solid 1px rgba(0,0,0,.1);background:#f1f1f1;box-sizing:border-box;transition:all .15s linear;background-color:var(--Primary-Light)}.form-field-long:focus,.form-field-short:focus{border-bottom:solid 1px var(--Secondary-Mid)}.form-field-label{font-size:12.5px;opacity:.8;position:absolute;top:calc(50%-7px);transition:all .15s ease}.form-field-long,.form-field-short{padding:28px 0 12px}.form-radio-group{margin:4px;display:flex}.form-radio-group label{width:25%}.form-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;position:relative;background-color:#f1f1f1;color:#666;top:10px;height:30px;width:30px;border:0;border-radius:50px;cursor:pointer;margin-right:7px;outline:none}.form-radio:checked:before{position:absolute;font-size:13px;left:11px;top:7px;content:"⅃";transform:rotate(40deg)}.form-radio:hover{background-color:#f7f7f7}.form-radio:checked{background-color:#f1f1f1}.form-radio-group-label,.book-form-field-container{margin-top:18px}.grid-view{display:flex;overflow:hidden;height:100vh;margin-top:-80px;padding-top:80px;position:relative;width:100%;backface-visibility:hidden;will-change:overflow}.bookcases-container{display:flex;flex-direction:column;overflow:hidden;height:100vh;margin-top:-80px;padding-top:80px;position:relative;width:100%;backface-visibility:hidden;will-change:overflow}.bookcases-full-shelf{width:100%;height:100%}.bookcases{overflow:auto;height:auto;margin-bottom:80px;white-space:nowrap}.bookcases-bar{position:relative;display:block;background-color:var(--Primary-Light);width:100%;height:100%;border:1px solid var(--Primary-Dark);border-radius:5px;box-shadow:0 4px 8px 0 var(--Primary-Dark),0 6px 20px 0 var(--Primary-Dark);padding:12px;transition:visibility 0s,opacity .3s linear}.bookcases-bar-container{width:500px;position:absolute;background:none;left:24px;top:104px}.cases-search-form-field-container{flex:6}.cases-search-form-button-container{flex:2;padding:4px}.cases-search-form-button-container button{flex:2;width:100%;height:100%;font-size:12px}.cases-zoom-button-container{flex:1;padding:4px}.cases-zoom-button-container button{flex:1;width:48px;height:48px;font-size:12px}.cases-edit-button-container{flex:2;padding:4px}.cases-edit-button-container button{flex:1;width:100%;height:100%;font-size:12px}.shelfEditor{width:100%;height:calc(100vh - 80px);z-index:15;position:absolute;background:var(--Primary-Light)}.shelfEditorMain{display:flex;height:calc(100% - 75px)}.caseTreeContainer{flex:1;overflow-x:hidden;overflow-y:auto}.caseEditorContainer{flex:3}.shelfEditorButtons{display:flex;height:75px}.bookcase{width:auto}.bookcase-hidden{width:0px;height:0px}#bookcase-arrows{position:relative}.highlight-arrow{position:absolute}.highlight-arrow img{filter:brightness(0) saturate(100%) invert(14%) sepia(85%) saturate(7315%) hue-rotate(356deg) brightness(88%) contrast(131%)}.highlighted img{filter:brightness(0) saturate(100%) invert(95%) sepia(39%) saturate(3067%) hue-rotate(358deg) brightness(109%) contrast(109%)}.bookshelves-return{height:36px;font-size:xx-large;text-align:center;border:2px solid black}.bookshelves-return:hover{cursor:pointer}.grid,.filters{height:auto;margin-bottom:80px}.header{background-color:var(--Primary-Mid);color:var(--Primary-Light);display:flex;width:100%;height:80px;z-index:10;font-weight:600;position:relative}.header span{font-size:48px;margin:12px 24px;overflow:hidden}.header-button{margin:.5em 1em;padding:.46em 1.6em;flex-grow:1;border:.1em solid var(--Secondary-Dark);border-radius:.12em;box-sizing:border-box;text-decoration:none;text-transform:uppercase;font-weight:300;text-shadow:0 .04em .04em rgba(0,0,0,.35);text-align:center;transition:all .15s;font-size:24px}.header-button.selected{color:var(--Secondary-Light);background-color:var(--Secondary-Dark)}.header-button.not-selected{color:var(--Secondary-Dark);background-color:var(--Secondary-Light)}.header-button.not-selected:hover{color:var(--Secondary-Light);background-color:var(--Secondary-Dark)}.bookView{width:100%;height:calc(100vh - 80px);z-index:15;position:absolute;background:var(--Primary-Light);overflow:auto;display:flex;align-items:stretch;flex-direction:column}.bookView form{flex:1;display:flex;flex-direction:column}.bookView div{padding:4px}.bookView.hidden{display:none}.bookView.visible{display:flex}.hidden{display:none}.visible{display:inline-block}.book-form-buttons,.book-image-buttons{background-color:var(--Primary-Mid);color:var(--Primary-Light);display:flex;flex:0 0 75px}.book-form-button,.book-image-button{margin:.5em 1em;padding:.46em 1.6em;flex-grow:1;border:.1em solid var(--Secondary-Dark);border-radius:.12em;box-sizing:border-box;text-decoration:none;text-transform:uppercase;font-weight:300;text-shadow:0 .04em .04em rgba(0,0,0,.35);text-align:center;transition:all .15s;font-size:16px;color:var(--Secondary-Dark);background-color:var(--Secondary-Light)}.book-form-button:hover,.book-image-button:hover{color:var(--Secondary-Light);background-color:var(--Secondary-Dark)}.book-form-button[disabled],.book-form-button[disabled]:hover{color:var(--Primary-Light);background-color:var(--Secondary-Light);text-shadow:none}.book-form-main{flex:1;display:flex}.form-field-left{flex:2;display:flex;flex-direction:column}.form-field-left-top{flex:1;display:flex}.form-field-left-top-left{flex:4;display:flex;flex-direction:column}.form-field-left-top-right{flex:1;display:flex;flex-direction:column}.form-field-left-middle{flex:1;display:flex}.form-field-left-bottom{flex:4;display:flex}.form-field-right{flex:1;display:flex;flex-direction:column}.book-form-field-container{flex:1}.book-form-field-container-long{flex:4}.form-field-row{flex:1;display:flex}textarea{width:100%;height:100%;font-size:14px}.book-form-image-container img{height:225px}@media screen and (min-width: 767px) and (orientation: portrait){.filter-showhide{width:60px}.book-form-main{flex-direction:column}.form-field-left{flex:1}.form-field-right{flex:2}.form-field-label{font-size:16px}.book-form-main input,.book-form-radio-label,.bookView button,textarea{font-size:24px}}.NavBar{overflow:hidden;background-color:var(--Secondary-Light)}.NavBar a{float:left;display:block;color:var(--Secondary-Dark);text-align:center;padding:14px 16px;text-decoration:none;font-size:17px;border:none}.dropdown{float:left;overflow:hidden}.NavBar .dropdown .dropbtn{font-size:17px;border:none;outline:none;color:var(--Secondary-Dark);padding:14px 16px;background-color:inherit;font-family:inherit;margin:0}.NavBar .dropdown-content{display:none;position:absolute;background-color:var(--Secondary-Light);color:var(--Secondary-Dark);min-width:160px;box-shadow:0 8px 16px #0003;z-index:1}.NavBar .dropdown-content a{float:none;color:#000;padding:12px 16px;text-decoration:none;display:block;text-align:left}.NavBar a:hover,.NavBar .dropdown:hover .dropbtn,.NavBar .dropdown-content a:hover{background-color:var(--Secondary-Dark);color:var(--Secondary-Light)}.NavBar .dropdown:hover .dropdown-content{display:block}.NavBar .active{background-color:var(--Secondary-Dark)!important;color:var(--Secondary-Light)!important}.stats .totalLabel{text-align:center;font-size:24px;margin-top:12px}.stats table{width:100%;text-align:center}.stats table tr:not(:first-child){height:60px}.stats table tr th{text-align:left}.stats table tr:first-child th{text-align:center}textPath,.bookcase-book{cursor:pointer}.stats{display:flex;height:calc(100vh - 80px);flex-direction:column}label.form-field-error{float:right;font-size:xx-small;color:#d8000c}.totalLabel{height:40px}.chart-no-total{height:calc(100vh - 180px)}.chart-with-total{height:calc(100vh - 220px)}.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{align-items:center;border-radius:100%;display:flex;justify-content:center}.rv-treemap__leaf__content{overflow:hidden;padding:10px;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{fill:#6b6b76;font-size:11px}.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;box-shadow:0 2px 4px #00000080}.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;box-shadow:0 2px 4px #00000080;color:#fff;text-align:left;white-space:nowrap}.rv-discrete-color-legend{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{display:inline-block;vertical-align:middle;overflow:visible}.rv-discrete-color-legend-item__color__path{stroke:#dcdcdc;stroke-width:2px}.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:flex;flex-direction:column}.rv-search-wrapper__form{flex:0}.rv-search-wrapper__form__input{width:100%;color:#a6a6a5;border:1px solid #e5e5e4;padding:7px 10px;font-size:12px;box-sizing:border-box;border-radius:2px;margin:0 0 9px;outline:0}.rv-search-wrapper__contents{flex:1;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__left,.rv-legend-titles__right,.rv-legend-titles__center{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}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:#ffffffe6;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;opacity:0;-webkit-animation:react-confirm-alert-fadeIn .5s .2s forwards;-moz-animation:react-confirm-alert-fadeIn .5s .2s forwards;-o-animation:react-confirm-alert-fadeIn .5s .2s forwards;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px #00000021;color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@-webkit-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}
