body {
    font-family: sans-serif;
    margin: 0;
    overflow-x: hidden;
}

#top-bar {
    position: fixed;
    width: 100%;
    z-index: 4;
    height: 4.8em;
    background: #333;
    box-shadow: 0 0 0.7em;
}

#side-bar {
    position: fixed;
    top: 4.8em;
    bottom: 0;
    width: 12em;
    z-index: 3;
    overflow-y: auto;
    background: #F0F0F0;
    box-shadow: 0 0 0.4em;
}

h5 {
    margin: 2em 0 1em 0;
    font-weight: 800;
}

.ui-widget {
    padding: 0.4em !important;
    font-size: 0.8em !important;
}

.ui-checkboxradio-icon {
    display: none !important;
}

.ui-selectmenu-button {
    width: 90% !important;
}

/*.ui-draggable, .ui-droppable {
    background-position: top;
}*/

ul {
    padding-left: 1em;
    list-style: none;
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0 0.4em 0.4em;
    border-color: transparent transparent transparent #B0B0B0;
    transition: transform 0.4s;
}

.arrow.expanded {
    transform: rotate(90deg);
    transition: transform 0.4s;
}

#charts-container {
    position: absolute;
    top: 5.8em;
    left: 13em;
    right: 1em;
}

#error {
    width: 100%;
    height: 0;
    background-color: red;
}

#error.shown {
    height: 3em;
}

#demand-heatmap {
    border: 1px solid #ADADAD;
}

table {
    table-layout: fixed;
    width: 100%;
}

td {
    padding: 1em;
}

.hline {
    margin: 1em 0 0 0;
    height: 0.2em;
    background: #EEE;
}

#about-button {
    display: inline-block;
    padding: 0 1em;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}

#about-button:hover {
    color: white;
    background-color: #007FFF;
}

#about-indicator {
    margin-top: -0.8em;
    height: 0.8em;
    background-color: silver;
}

#about-indicator.visible {
    background-color: #007FFF;
}

#about-container {
    position: relative;
    height: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

#about-container.visible {
    height: 15em;
}

#about-shadow {
    position: relative;
    top: 3.5em;
    left: -2em;
    height: 0.3em;
    width: 200%;
    z-index: 2;
    opacity: 0;
    box-shadow: inset 0 0.1em 0.3em -1px;
}

#about-shadow.visible {
    opacity: 1;
}

#about-tray {
    position: relative;
    top: -15em;
    height: 15em;
}

#about-tray.visible {
    top: 0;
}

.about {
    transition: all 1s;
}

.bio-container {
    display: inline-table;
    padding: 2em;
}

.bio-avatar {
    display: block;
    margin: 0 auto;
    height: 6em;
    width: 6em;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.5);
}

.bio-name {
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}

.bio-intro {
    display: block;
    margin: 0 auto;
    width: 8em;
    text-align: center;
}
