html {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    font-family: 'Fira Sans', sans-serif;
    background-color: #e9e9e9;
} 
body {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
hr {
    height: 1px;
    border-width: 0px;
    outline: none;
    background : linear-gradient(to right, rgba(0,0,0,.1),rgba(0,0,0,.1),rgba(0,0,0,0.1));
    margin: .75em 0;
}
hr.tight {
    height: 1px;
    border-width: 0px;
    outline: none;
    background : linear-gradient(to right, rgba(0,0,0,.025),rgba(0,0,0,.1),rgba(0,0,0,0.025));
    margin: .5em 0;
}
a {
    display: inline-block;
    text-decoration: none;
    color: #666;
}
a:visited {
    color: #666;
}
a:hover {
    text-decoration: underline;
}
div {
    position: relative;
    box-sizing: border-box;
}
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: rgb(124, 124, 124); }
label {

} 
input[type='text'], 
input[type='password'] {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    box-sizing: border-box;
    border: 1px solid #a5a5a5;
    padding: .75em;
    background-color: #f4f4f4;
    border-radius: .5em;
}
button {
    background-color: #286d00;
    border-radius: .5em;
    outline-width: 0;
    padding: .75em 1em;
    box-shadow: 0 0 .5em rgba(0,0,0,.25);
    border-width: 0;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}
button:hover {
    background-color: #3ea800;
}
input[type='radio'] { 
    transform: scale(1.5); 
}
.cursor {
    cursor: pointer;
}
.hover:hover {
    background-color: #fff3e8 !important;
    cursor: pointer;
}
.hoverDk:hover {
    background-color: rgba(255,255,255,.05);
    cursor: pointer;
}
.oddBdrHdr {
    padding: 1em 1em;
    background-color: #363636;
    color: #fff;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}
.oddBdr {
    padding: .75em 1em;
    border-top: 1px solid rgba(0,0,0,.2);
    border-left: .25em solid rgba(0,0,0,.125);
}
.oddBdr:nth-child(odd) {
    background-color: rgba(0,0,0,.05);
}
#content {
    position: relative;
    padding-right: 2em;
    box-sizing: border-box;
}
#subcontent {
    box-sizing: border-box;
    padding: 0 1em;
}
.loading {
    display: block;
    position: relative;
    background-image: url("../images/icons/loading.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 2em;
    height: 5em;
}
.loadingTight {
    display: block;
    position: relative;
    background-image: url("../images/icons/loading.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1.5em;
    height: 1.5em;
}
.loadingFull {
    display: block;
    position: relative;
    background-image: url("../images/icons/loading.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.scroll {
    height: 80vh;
    overflow-y: scroll;
}
.scrollSmall {
    height: 8em;
    overflow-y: scroll;
}
.notify {
    border-radius: .25em;
    background-color: rgb(187 207 163);
    color: #ffffff;
    text-shadow: 0 0 .15em rgba(0,0,0,.20);
    font-weight: bold;
    padding: 1em;
}
.error {
    border-radius: .25em;
    background-color: rgb(234, 216, 216);
    color: #510000;
    font-weight: bold;
    padding: 1em;
}
.orange {
    color:#f9b118;
}
.tight {
    margin:0;
    padding:0;
}
.big {
    font-size: 115%;
}
.small {
    font-size: 90%;
}
.smaller {
    font-size: 80%;
    font-weight: normal;
}
.smallest {
    font-size: 70%;
    /*font-weight: bold;*/
}
.strong {
    font-weight: bold;
}
.odd {
    padding: .5em 0 .5em 0;
}
.odd:nth-child(even) {
    background-color: rgba(0,0,0,.05);
}
.margin {
    padding: 1em;
}
.marginLeft {
    box-sizing: border-box;
    margin-left:1em;
}
.marginRight {
    box-sizing: border-box;
    margin-right:1em;
}
.marginBottom {
    margin-bottom: 1em;
}
.marginTop {
    margin-top: 1em;
}
.padding {
    padding: 1em;
}
.paddingLeft {
    padding-left: 1em;
}
.paddingRight {
    padding-right: 1em;
}
.paddingTop {
    padding-top: 1em;
}
.paddingBottom {
    padding-bottom: 1em;
}
.paddingX {
    padding: 0 1em;
}
.pointer {
    cursor:pointer;
}
.spaceBetween {
    display:flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.justifyLeft {
    display:flex;
    position:relative;
    justify-content:flex-start;
    box-sizing: border-box;
}
.justifyRight {
    display:flex;
    position:relative;
    justify-content:flex-end;
    box-sizing:border-box;
}
.justifyCenter {
    display:flex;
    position:relative;
    justify-content:center;
    box-sizing:border-box;
}
.inlineFlex {
    display: inline-flex;
    width: fit-content;
}
.grey {
    color: #666666;
}
.darkgrey {
    color: #333;
}
.red {
    color: darkred;
}
.tag {
    font-size: 80%;
    padding: .5em 1em;
    margin: 0;
    text-align: center;
    border-radius: .5em;
    overflow: hidden;
    box-sizing: border-box;
}
.tagEmpty {
    border: 1px solid #999;
}
.newTag {
    background-color: blue;
    color: white;
}
.admittedTag {
    background-color: green;
    color: white;
}
.unbillableTag {
    background-color: darkred;
    color: white;
}
.unaccommTag {
    background-color: darkred;
    color: white;
}
.waitlistTag {
    background-color: black;
    color: white;
}
.dischargedTag {
    background-color: grey;
    color: white;
}
.divLeft {
    border-left: 1px solid #CCC;
    margin: 0 0 0 1em;
    padding: 0 0 0 1em;
}
.divRight {
    border-right: 1px solid #CCC;
    margin: 0 1em 0 0;
    padding: 0 1em 0 0;
}
.column {
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
}
.wrap {
    flex-wrap: wrap;
}
.gap {
    gap: 1em;
}
.gapSmall {
    gap: .25em;
}
.gapMedium {
    gap: .5em;
}
.flex {
    flex: 1;
}
.flexWrap {
    flex-wrap: wrap;
}
.center {
    align-items: center;
}
.top {
    align-items: flex-start;
}
.bottom {
    align-items: flex-end;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.alignCenter {
    text-align: center;
}
.divImgRound {
    width: 70px;
    height: 70px; 
    display: inline-block;
    position: relative;
    background-repeat: none;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 50%;
}
.dropShadow {
    border-radius: .25em;
    box-shadow: 0 0 1em rgba(0,0,0,0.25);
}
.loginForm {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    background-color: #FFF;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 1em rgba(0,0,0,.2);
    border-radius: .25em;
    padding: 1.25em;
    min-width: 450px;
    max-width: 450px;
    top: 10vh;
    left: 50%;
    margin-left:-200px;
}
.sidenav {
    display: block;
    position: sticky;
    top: 1em;
    min-width: 6ch;
    padding: 1em;
    background-color: rgb(255, 255, 255);
    color: #000000;
    box-sizing: border-box;
    box-shadow: 0 0 .5em rgba(0,0,0,.25);
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;
}
.sidenav a {
    color: #202020;
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
    text-decoration: none;
    padding: .25em 0;
}
.sidenav a:hover {
    background-color: rgba(0,0,0,.025);
}
.sidenav svg {
    color: orange;
}
#popupCntr {
    z-index: 5000;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    backdrop-filter: blur(3px);
}
.popup {
    display: block;
    position: fixed;
    top: 5%;
    left: 15%;
    margin-left: -6.5%;
    width: 85%;
    min-height: 85vh;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 1em rgba(0,0,0,.25);
    border-radius: 1em;
    padding: 1em;
}
.openUp { 
    position: fixed;
    bottom:0;
    right:0%;
    width:85%;
    min-height:85%;
    max-height: 90vh;
    background-color: white;
    border: 1px solid #DDD;
    border-top-left-radius: .25em;
    padding: 1em;
    z-index: 1000;
    overflow: auto;
    box-shadow: 0 0 .5em .25em rgba(0,0,0,.125);
}
.dsModal {
    box-shadow: 0 0 .5em .25em rgba(0,0,0,.125);
    border-radius: .5em;
    margin: 0;
    padding: 0;
}
.overflowY {
    display: block;
    width: 100%;
    max-height: 75vh;
    overflow-y: scroll;
}
.scrollX {
    display: block;
    width: 100%;
    overflow-x: scroll;
}
.scrollY {
    display: block;
    width: 100%;
    overflow-y: scroll;
    max-height: 70vh;
    padding-right: 1em;
}
.openDown {
    top: 0em;
    left: 0;
    z-index: 5000;
    position: absolute;
    border: .1em solid #EEE;
    background-color: white;
    padding: 1em;
    box-shadow: 0 0 .5em .25em rgba(0,0,0,.125);
    border-radius: .5em;
    box-sizing: border-box;
}
.openDownLeft {
    right: 0;
    top: 0;
    z-index: 5000;
    position: absolute;
    border: .1em solid #EEE;
    background-color: white;
    padding: 1em;
    box-shadow: 0 0 .5em .15em rgba(0,0,0,.15);
    border-radius: .5em;
    box-sizing: border-box;
}
.openDownRight {
    left: 0;
    z-index: 5000;
    position: absolute;
    border: .1em solid #EEE;
    background-color: white;
    padding: 1em;
    box-shadow: 0 0 .5em .1em rgba(0,0,0,.15);
    border-radius: .25em;
    box-sizing: border-box;
}
.openUpLeft {
    bottom: 0;
    right: 0;
    z-index: 5000;
    position: absolute;
    border: .1em solid #EEE;
    background-color: white;
    padding: 1em;
    box-shadow: 0 0 .5em .15em rgba(0,0,0,.15);
    border-radius: .5em;
    box-sizing: border-box;
}
.popupScroller {
    overflow-y: scroll;
    max-height: 45vh;
}
.downloading {
    animation-name: downloading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.w7_5 {
    max-width: 7.5%;
    min-width: 7.5%;
    width: 7.5%;
}
.w10 {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
}
.w12_5 {
    max-width: 12.5%;
    min-width: 12.5%;
    width: 12.5%;
}
.w15 {
    max-width: 15%;
    min-width: 15%;
    width: 15%;
}
.w20 {
    max-width: 20%;
    min-width: 20%;
    width: 20%;
}
.w30 {
    max-width: 30%;
    min-width: 30%;
    width: 30%;
}
.w40 {
    max-width: 40%;
    min-width: 40%;
    width: 40%;
}
@keyframes downloading {
    0% { 
        fill: rgb(228, 148, 0); 
    }
    50% {
        fill: rgb(165, 107, 0); 
    }
    100% {
        fill: rgb(228, 148, 0); 
    }
}
@media only screen and (max-width: 1500px) {

}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 992px) {
    
}
@media only screen and (max-width: 900px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 600px) {

}