html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}:root{--background-color:#000000;--color:#FFFFFF;}@font-face{font-family:'Font Awesome';font-style:normal;font-weight:400;font-display:block;src:url("/font/fontawesome/fa-regular-400.woff2") format("woff2");}.awesome{font-family:Font Awesome;font-weight:400;}@font-face{font-family:'Font Awesome';font-style:normal;font-weight:900;font-display:block;src:url("/font/fontawesome/fa-solid-900.woff2") format("woff2");}.awesome.bold{font-weight:900;}body{background-color:var(--background-color);color:var(--color);font-family:"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif;line-height:1.25em;}body,button,input[type="button"],input[type="submit"]{font-size:12pt;}input[type="text"],input[type="password"],textarea{font-family:Monospace;font-size:10pt;padding:0px;}a,a:hover,a:visited{color:var(--color);}body>div>div.header{position:fixed;top:0em;left:0em;right:0em;height:2.5em;padding:.5em;padding-bottom:1em;background-color:var(--background-color);text-align:center;background-repeat:no-repeat;background-position:50% 60%;background-size:contain;z-index:1000;}body>div>div.header:after{content:'';position:fixed;top:4em;left:0em;right:0em;height:1em;background:linear-gradient(180deg,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);}body>div.body{position:absolute;top:4em;left:0em;right:0em;bottom:0em;padding:0.5em;padding-top:1em;}body>div.body>div.content{padding-bottom:1em;}body>div.footer{position:fixed;left:0em;right:0em;bottom:0em;height:0em;padding-left:1em;padding-right:1em;background-color:var(--background-color);text-align:center;z-index:500;}body>div.footer:before{content:'';position:fixed;bottom:0em;left:0em;right:0em;height:1em;background:linear-gradient(0deg,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);}body{overflow-x:hidden;}body>div>div.header,body>div.body,body>div.footer{margin-right:calc(100% - 100vw);}.hidden{display:none !important;}div.banner{position:fixed;top:4em;right:1em;width:30em;z-index:10001;}div.banner>div.message{display:block;padding:0.4em;border-radius:0.3em;border-style:solid;border-width:0.05em;margin-bottom:0.5em;}div.banner>div.message>div.text{display:inline-block;max-width:26em;}div.banner>div.message>span.icon{display:inline-block;float:left;margin-right:0.5em;}div.banner>div.message>span.close{display:inline-block;cursor:pointer;float:right;margin-left:0.5em;}div.banner>div.message.error{background-color:#f2dede;border-color:#ebcccc;color:#a94442;}div.banner>div.message.info{background-color:#D9EDF7;border-color:#BCDFF1;color:#31708F;}div.banner>div.message.success{background-color:#DFF0D8;border-color:#D0E9C6;color:#3C763D;}div.banner>div.message.warning{background-color:#FCF8E3;border-color:#FAF2CC;color:#8A6D3B;}div.cell{display:inline-block;position:relative;margin-left:0.75em;margin-bottom:0.75em;padding:0.5em;vertical-align:top;background-color:#262626;border-style:none;text-align:left;border-radius:0.25em;}div.cell>div.header{height:1.25em;padding:0.25em;margin-left:-0.5em;margin-right:-0.5em;margin-top:-0.5em;margin-bottom:0.5em;border-top-left-radius:0.5em;border-top-right-radius:0.5em;background-color:#353535;background:linear-gradient(00deg,#353535 00%,#505050 65%,#353535 100.00%);}div.input{display:block;margin-bottom:0.25em;}div.input.inline{display:inline-block;}div.input>span.lbl{display:inline-block;text-align:right;margin-right:0.5em;}div.input.checkbox label.lbl{cursor:pointer;}div.input>div.lbl{margin-bottom:0.25em;}div.input>div.lbl>span.lbl{display:inline-block;}div.input>div.lbl>span.lbl::after{content:"??? global.input.label.suffix ???";}div.input>div.lbl>span.lbl.required{font-weight:bold;}div.input>div.lbl>span.lbl.required::before{content:"??? global.input.label.required ???";margin-right:0.25em;font-size:80%;vertical-align:top;}div.input input[type="text"],div.input input[type="number"],div.input input[type="password"],div.input input[type="date"],div.input input[type="checkbox"],div.input textarea,div.input select{border:0.1em solid #CCCCCC;border-radius:0.3em;padding:0.25em;box-shadow:inset 0 0.1em 0.1em rgba(0,0,0,0.075);transition:border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;}div.input input[type="text"],div.input input[type="number"],div.input input[type="password"],div.input input[type="date"],div.input textarea,div.input select{width:20em;}div.input input[type="text"]:focus,div.input input[type="number"]:focus,div.input input[type="password"]:focus,div.input input[type="date"]:focus,div.input input[type="checkbox"]:focus,div.input input[type="checkbox"]:hover,div.input textarea:focus,div.input select:focus,button:focus{border-color:#00B2FF;outline:0;box-shadow:inset 0 0.1em 0.1em rgba(0,0,0,0.075),0 0 0.25em rgba(0,178,255,0.6);}div.input input[type="date"]{width:auto;}body.ctrl div.input.url input[type="text"]:hover{text-decoration:underline;cursor:pointer;}div.input select{width:100%;padding-top:0.173em;padding-bottom:0.172em;}div.input textarea{vertical-align:top;}div.input.upload{padding-top:0.05em;}div.input.upload input[type="file"]{display:none;}div.input.upload button{font-size:80%;margin-left:0.25em;margin-right:0.25em;}div.input.checkbox input[type="checkbox"]{cursor:pointer;vertical-align:text-bottom;}div.input.checkbox.styled input[type="checkbox"]{display:none;}div.input.checkbox.styled label:before{background:linear-gradient(to bottom,#fff 0px,#e6e6e6 100%) repeat scroll 0 0 rgba(0,0,0,0);border:1px solid #035f8f;height:1em;width:1em;display:inline-block;cursor:pointer;margin-right:0.25em;}div.input.checkbox.styled input[type="checkbox"] + label:before{content:'';background:linear-gradient(to bottom,#E6E6E6 0px,#fff 100%) repeat scroll 0 0 rgba(0,0,0,0);border:0.1em solid #CCCCCC;border-radius:0.2em;box-shadow:inset 0 0.1em 0.1em rgba(0,0,0,0.075);color:#000000;line-height:1.1em;text-align:center;vertical-align:text-bottom;}div.input.checkbox.styled input[type="checkbox"]:disabled + label:before{border-color:#EEEEEE;color:#555555;background:linear-gradient(to top,#E6E6E6 0px,#fff 100%) repeat scroll 0 0 rgba(0,0,0,0);cursor:default;}div.input.checkbox.styled input[type="checkbox"]:disabled + label{cursor:default;}div.input.checkbox.styled input[type="checkbox"]:checked + label:before{content:'\1F5F8';}div.modal{--modal-background-color:#EEEEEE;--modal-color:#000000;display:none;position:fixed;top:0em;left:0em;bottom:0em;right:0em;background-color:rgba(255,255,255,0.25);z-index:1500;text-align:center;}div.modal.dirty{z-index:1510;}div.modal:before{content:"";display:inline-block;height:100%;vertical-align:middle;}div.modal.show{display:block;}div.modal>div.dialog{position:relative;display:inline-block;min-width:25em;max-width:80vw;padding:0.5em;vertical-align:middle;background-color:var(--modal-background-color);color:var(--modal-color);border:0.1em solid #333333;border-radius:0.5em;box-shadow:0 0.3em 0.7em rgba(0,0,0,0.3);z-index:1501;}div.modal.dirty>div.dialog{z-index:1511;}div.modal>div.dialog>div.header{text-align:center;font-weight:bold;font-size:150%;padding-bottom:0.5em;}div.modal>div.dialog>div.body{overflow:hidden;overflow-y:auto;max-height:80vh;}div.modal>div.dialog>div.footer{padding-top:0.5em;}div.modal>div.dialog>div.footer>div.buttons{text-align:right;}div.modal>div.dialog>div.footer>div.buttons>button{margin-left:0.5em;margin-right:0.5em;}div.input>div.range{display:inline-block;vertical-align:middle;}div.input>div.range>input[type="range"]{-webkit-appearance:none;width:100%;margin-top:0.4em;margin-bottom:0.4em;border-radius:1em;}div.input>div.range>input[type="range"]:focus{outline:none;}div.input>div.range>input[type=range]::-webkit-slider-runnable-track{width:100%;height:1.2em;cursor:pointer;box-shadow:0px 0px 3px #000000,0px 0px 0px #0D0D0D;background:rgba(200,200,200,0.78);border-radius:1em;}div.input>div.range>input[type=range]::-webkit-slider-thumb{box-shadow:0px 0px 3px #000031,0px 0px 0px #00004B;height:2em;width:2em;border-radius:2em;background:#FFFFFF;cursor:pointer;-webkit-appearance:none;margin-top:-0.4em;}div.input>div.range>input[type=range]:focus::-webkit-slider-runnable-track{background:rgba(223,223,223,0.78);}div.input>div.range>input[type=range]::-moz-range-track{width:100%;height:1em;cursor:pointer;box-shadow:0px 0px 3px #000000,0px 0px 0px #0D0D0D;background:rgba(200,200,200,0.78);border-radius:1em;}div.input>div.range>input[type=range]::-moz-range-thumb{box-shadow:0px 0px 3px #000031,0px 0px 0px #00004B;height:2em;width:2em;border-radius:2em;background:#FFFFFF;cursor:pointer;}div.input>div.range>input[type=range]::-ms-track{width:100%;height:1em;cursor:pointer;background:transparent;border-color:transparent;color:transparent;}div.input>div.range>input[type=range]::-ms-fill-lower{background:rgba(177,177,177,0.78);border-radius:1em;box-shadow:0px 0px 3px #000000,0px 0px 0px #0D0D0D;}div.input>div.range>input[type=range]::-ms-fill-upper{background:rgba(200,200,200,0.78);border-radius:1em;box-shadow:0px 0px 3px #000000,0px 0px 0px #0D0D0D;}div.input>div.range>input[type=range]::-ms-thumb{box-shadow:0px 0px 3px #000031,0px 0px 0px #00004B;height:2em;width:2em;border-radius:2em;background:#FFFFFF;cursor:pointer;}div.input>div.range>input[type=range]:focus::-ms-fill-lower{background:rgba(200,200,200,0.78);}div.input>div.range>input[type=range]:focus::-ms-fill-upper{background:rgba(223,223,223,0.78);}div.sidemenu{position:fixed;top:4em;left:0em;bottom:0em;padding-top:1em;background-color:#000000;z-index:500;transition:0.35s;overflow:hidden;width:0em;}div.sidemenu.show{width:20em;}div.sidemenu::after{content:'';position:fixed;top:4em;left:0em;bottom:0em;background:linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);width:0.5em;visibility:hidden;transition:left 0.35s,visibility 0.35s;}div.sidemenu.show::after{left:20em;visibility:visible;}div.sidemenu>div.menu{position:absolute;top:0em;bottom:3em;width:20em;overflow:hidden;overflow-y:auto;}div.sidemenu>div.item,div.sidemenu>div.lined{padding-left:1em;padding-right:1em;padding-top:0.5em;padding-bottom:0.5em;width:18em;}div.sidemenu>div.item.subitem{margin-left:1em;padding-top:0em;font-style:italic;width:17em;}div.sidemenu>div.lined{padding-top:0.25em;padding-bottom:0.25em;}div.sidemenu>div.item.fixed-last{position:absolute;bottom:0em;padding-bottom:1em;background-color:#000000;}div.sidemenu>div.item>div>span{color:#AAAAAA;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}div.sidemenu>div.item>div>span:hover{color:#FFFFFF;transition:0.35s;}div.sidemenu>div.item>div.divider{margin-top:2em;}div.sidemenu>div.item>div.divider span{color:#FFFFFF;cursor:default;font-size:120%;user-select:auto;}div.sidemenu>div.item>div.lined::after,div.sidemenu>div.lined::after{display:block;content:"";height:0.06em;margin-top:0.5em;margin-right:-2em;background-image:linear-gradient(to right,#CCCCCC 75%,rgba(0,0,0,0));}div.sidemenu>div.lined::after{margin-top:0em;}div.input>div.slider{display:inline-block;vertical-align:middle;position:relative;width:5.5em;user-select:none;}div.input>div.slider>input[type="checkbox"]{display:none;}div.input>div.slider>label{display:block;overflow:hidden;cursor:pointer;border:2px solid #999999;border-radius:2em;}div.input>div.slider>label>span.inner{display:block;width:200%;margin-left:-100%;transition:margin 0.2s ease-in 0s;}div.input>div.slider>label>span.inner>span.before,div.input>div.slider>label>span.inner>span.after{display:block;float:left;width:50%;height:2.25em;padding:0em;line-height:2.25em;color:white;font-weight:bold;box-sizing:border-box;}div.input>div.slider>label>span.inner>span.before{padding-left:0.75em;background-color:#00CC00;color:#FFFFFF;}div.input>div.slider>label>span.inner>span.after{padding-right:0.75em;background-color:#EEEEEE;color:#999999;text-align:right;}div.input>div.slider>label>span.switch{position:absolute;top:0em;bottom:0em;right:3em;display:block;width:1.75em;margin:0.25em;background:#FFFFFF;border:2px solid #999999;border-radius:1em;transition:all 0.2s ease-in 0s;}div.input>div.slider>input[type="checkbox"]:checked + label>span.inner{margin-left:0em;}div.input>div.slider>input[type="checkbox"]:checked + label>span.switch{right:0em;}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}div.spinner::after{font-family:Font Awesome;font-weight:900;content:'\f1ce';user-select:none;opacity:0.5;text-align:center;display:flex;align-items:center;justify-content:center;animation-name:spin;animation-duration:2000ms;animation-iteration-count:infinite;animation-timing-function:linear;}table{width:100%;}table td,table th{padding:0.25em;}table thead tr{background-color:#444444;font-weight:bold;border-bottom-style:solid;border-bottom-width:0.05em;border-bottom-color:#AAAAAA;}table thead tr th:first-child{border-top-left-radius:0.25em;}table thead tr th:last-child{border-top-right-radius:0.25em;}table tbody tr:last-child td:first-child{border-bottom-left-radius:0.25em;}table tbody tr:last-child td:last-child{border-bottom-right-radius:0.25em;}table thead tr span.sortable{cursor:pointer;}table thead tr span.sortable>span{margin-left:0.25em;user-select:none;}table thead tr span.sortable.asc>span{position:relative;top:0.25em;}table thead tr span.sortable.desc>span{position:relative;top:-0.25em;}table tbody tr{background-color:#5F5F5F;}table tbody tr:nth-child(even){background-color:#4F4F4F;}table tbody tr td span.btn{text-decoration:underline;cursor:pointer;}table tbody tr td span.icon{font-size:80%;user-select:none;}table tbody tr td span.icon.btn{cursor:pointer;}table tbody tr td.noData{font-style:italic;text-align:center;}div.search div.header{margin-bottom:0.5em;}div.search div.header>div.input>div.lbl{display:inline-block;}div.search div.header div.input>div.lbl>span.lbl::after{content:"";}div.search div.searchResults div.pages{text-align:center;}div.search div.searchResults div.pages>div{display:inline-block;margin-left:0.25em;margin-right:0.25em;user-select:none;}div.search div.searchResults div.pages>div.dots{margin:0;font-size:80%;}div.search div.searchResults div.pages>div>span{cursor:pointer;text-decoration:underline;}div.search div.searchResults div.pages>div.current>span{cursor:default;text-decoration:none;}button{display:inline-block;cursor:pointer;border-radius:10em;border-style:none;padding-top:0.25em;padding-bottom:0.25em;padding-left:1em;padding-right:1em;background-color:#C7C7C7;background:linear-gradient(350deg,#808080 00%,#E5E5E5 100.00%);color:#700000;}button:focus{outline:none;}button:hover{box-shadow:0em 0em 0.2em 0.15em #CC0000;}button:active{background-color:#C7C7C7;background:linear-gradient(350deg,#E5E5E5 00%,#808080 100.00%);box-shadow:0em 0em 0.2em 0.15em #CC0000;}body>div.menu{position:fixed;top:4em;left:0em;width:10em;bottom:0em;}body>div>div.header:after,body>div.body,body>div.footer:before{left:10em;}body>div.menu button{display:block;width:8em;height:2em;margin-top:1em;margin-bottom:1em;margin-left:auto;margin-right:auto;}body.error>div>div.header{background-image:url("/img/views/error-header.svgz");}body.error div.content{text-align:center;padding-right:-10em;}body.gallery>div>div.header{background-image:url("/img/views/gallery-header.svgz");}body.gallery>div.menu{bottom:2em;}body.gallery>div.body{bottom:2em;}body.gallery>div.body>div.content{padding-bottom:2em;}body.gallery>div.footer{height:2em;}body.gallery>div.footer:before{bottom:2em;}body.gallery>div.footer span{font-size:75%}body.gallery div.content div.cell{width:20.75em}body.gallery div.content div.cell div.thumb{display:block;margin-left:auto;margin-right:auto;margin-top:.5em;background-repeat:no-repeat;background-position:50%;height:200px;cursor:pointer;}body.gallery div.content div.cell span.comment{display:block;margin-top:.25em;text-align:center;font-style:italic;}body.index>div>div.header{background-image:url("/img/views/index-header.svgz");}body.index div.content>div.cell{width:95%;}body.index div.content>div.cell>div.header>span.date{float:right;font-size:80%;margin-right:0.5em;}body.index div.content>div.cell>p{margin-top:1em;}body.index div.content>div.cell>p:first-of-type{margin-top:0em;}body.stuff>div>div.header{background-image:url("/img/views/stuff-header.svgz");}body.stuff div.content>div.cell{width:95%;}body.stuff div.content>div.cell>div.quote{margin-bottom:1em;}body.stuff div.content>div.cell>div.quote>span.link{cursor:pointer;text-decoration:underline;}body.stuff div.content>div.cell>div.quote>div.by,body.stuff div.modal.spellCheck>div.dialog>div.body>div.by{font-style:italic;font-size:80%;margin-right:1em;}body.stuff div.content>div.cell>div.quote>div.by:before,body.stuff div.modal.spellCheck>div.dialog>div.body>div.by:before{content:'-';margin-right:0.5em;}body.stuff div.modal.spellCheck>div.dialog>div.body>div.by{margin-top:0.5em;text-align:right;}body.stuff div.modal.spellCheck>div.dialog{min-width:25em;}body.stuff div.modal.pets>div.dialog>div.body,body.stuff div.modal.spellCheck>div.dialog>div.body{margin-right:-0.45em;padding-top:1em;padding-bottom:1em;}body.stuff div.modal.pets>div.dialog div.header,body.stuff div.modal.spellCheck>div.dialog div.header,body.stuff div.modal.pets>div.dialog div.footer,body.stuff div.modal.spellCheck>div.dialog div.footer{position:relative;}body.stuff div.modal.pets>div.dialog>div.header:after,body.stuff div.modal.spellCheck>div.dialog>div.header:after{content:'';font-size:66.6666%;position:absolute;top:100%;left:-0.45em;right:0.5em;height:1em;background:linear-gradient(180deg,rgba(238,238,238,1) 0%,rgba(255,255,255,0) 100%);}body.stuff div.modal.pets>div.dialog>div.footer:before,body.stuff div.modal.spellCheck>div.dialog>div.footer:before{content:'';position:absolute;top:-1em;left:-0.45em;right:0.5em;height:1em;background:linear-gradient(0deg,rgba(238,238,238,1) 0%,rgba(255,255,255,0) 100%);}body.stuff div.modal.pets>div.dialog>div.footer>div.buttons,body.stuff div.modal.spellCheck>div.dialog>div.footer>div.buttons{text-align:center;}body.stuff div.modal.pets>div.dialog>div.body>div.dog,body.stuff div.modal.pets>div.dialog>div.body>div.cat{width:35em;text-align:left;}body.stuff div.modal.pets>div.dialog>div.body>div.cat{margin-top:1.5em;}body.stuff div.modal.pets>div.dialog>div.body>div.dog>div.header,body.stuff div.modal.pets>div.dialog>div.body>div.cat>div.header{font-weight:bold;font-size:110%;}body.stuff div.modal.pets>div.dialog>div.body>div.dog>div.day>div.header,body.stuff div.modal.pets>div.dialog>div.body>div.cat>div.day>div.header{font-style:italic;margin-top:0.5em;margin-bottom:0.25em;}body.stuff div.modal.spellCheck>div.dialog>div.body>p{white-space:pre-line;}@media (pointer:coarse){body>div>div.header:after,body>div.body{left:0em;}body>div.footer:before{left:0em;}}@media (pointer:coarse){div.banner{top:4.25em;left:0.5em;right:0.5em;width:auto;}}@media (pointer:coarse){div.cell{margin-left:0;}}@media (pointer:coarse){div.modal>div.dialog{width:90%;min-width:0em;max-width:none;}div.modal>div.dialog>div.body{max-height:70vh;}div.modal>div.dialog>div.footer>div.buttons>button{min-width:6em;}}@media (pointer:coarse){div.sidemenu>div.item.fixed-last{position:relative;top:2em;}}@media (pointer:coarse){body>div.menu{text-align:center;top:4em;left:0em;right:0em;bottom:auto;height:6em;width:auto;background-color:var(--background-color);z-index:1000;}body>div.menu button{display:inline-block;margin-left:0.5em;margin-right:0.5em;margin-top:0.5em;margin-bottom:0.5em;}}@media (pointer:coarse){body.gallery div.content>div.cell{width:95%;margin-left:auto;margin-right:auto;}body.gallery>div.footer{height:4em;}body.gallery>div.footer:before{bottom:4em;}body.gallery>div.body>div.content{padding-bottom:4em;}}@media (pointer:coarse){body.index div.content>div.cell{width:95%;margin-left:auto;margin-right:auto;}}@media (pointer:coarse){body.stuff div.content>div.cell{width:95%;margin-left:auto;margin-right:auto;}body.stuff div.modal.spellCheck>div.dialog{min-width:0em;}body.stuff div.modal.pets>div.dialog>div.body>div.dog,body.stuff div.modal.pets>div.dialog>div.body>div.cat{width:auto;}}