.node-form {
    display:flex;
    align-items:center;
    padding:0 0 0 1em;
    margin:0px;
}
/* TODO */

.right-pos {
    text-align: right !important;
}

.center-pos {
    text-align: center !important;
    margin-top: 1em;
}
table.statistics {
    border-collapse: separate;
}
table.statistics>thead, table.statistics>tfoot, table.statistics>tr, table.statistics>th, table.statistics>td {
    width:100%;
}
table.statistics th {
    position: sticky;
    z-index: 1;
    top: 60px;
    background-color: white;
    border-bottom: 2px solid #dee2e5;
}
table thead th,
table tfoot th{
    color:#335476 !important;
}

.daytable td[rowspan] {
    vertical-align: middle;
}

div#yearselected, div#monthselected, div#weekdayselected, div#peakselected {
    margin-left: 2em;
}

div#sel-start-date, div#sel-end-date {
    width: 10em;
}

div#table table {
    margin: 0 auto;
}

div#table.section.center-pos {
    padding-top: 0;
}

.dayweekend:not(.dp-day-disabled) {
    color: #F92672;
    font-weight: bold; 
}

.chart { 
    width:50%;
    float: left;
    background-image: url("../../img/awaait/watermark.png");
}
.chart-FOC { 
    width:100%;
    background-image: url("../../img/awaait/watermark.png");
}

.fullchart { 
    /* background-image: url("../../img/awaait/watermark.png"); */
    min-width: 100%;
}
div.container-notification {
    text-align: center;
}
div#notification {
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}


#appheader div{
    display: inline-block;
    vertical-align: top;
}

#conn {
    display: inline-block;
    height:8vh;
    text-align:center;
    color:white;
    vertical-align:top;
    background-color: #1f2424;
}

#sound {
    display: inline-block;
    background-color: #1f2424;
}

#soundicon, #home  {
    display: inline-block;
    cursor: pointer;
    height:8vh;
    width:8vh;
}

#video-button {
    font-size:8vh;
    border-radius:0px;
    width:10vw;
    height:13.5vh;
    border: 0.6vh solid #424141;
    padding: 0px;
}

#video-button:hover {
    background-color:#212529;
    color: #fff;
}

.timeline {
    position:absolute;
    background-color: #0a0a0a;
    background-repeat: no-repeat;
    background-position:center;
    background-size: contain;
    height:8vh;
    overflow: hidden;
}

.bottom-navbar {
    display:flex;
    background-color: #0a0a0a;
    color: #fff;
    min-height: 5vh;
    overflow: hidden;
}

.top-navbar {
    color: #fff;
    display:flex;
    min-height: 8vh;
}

.controls {
    display: inline-block;
    position: absolute;
    height: 8vh;
    width: fit-content;
    background-color: #1f2424;
    min-width: 15.2vw;
    border-right: 0.3vh solid #424141;
    z-index: 10;
}

.controls div {
    width: fit-content;
}

.controls p {
    width: fit-content;
}

.cell {
    width:10vw; 
    
    font-size: 1.5vh;
    color:black;
    text-align:center;
    opacity:0.8;
    position: relative;
}

.active-cell {
    cursor: pointer;
}

.green-cell {
    background:#8AC524;
    border: 0.1vw solid #409224;
}

.orange-cell {
    border: 2px solid #92420C;
    background: #F77210;
}

.red-cell {
    border: 2px solid #A90C0A;
    background: #E81823;
}

.cell-text {
    position: absolute;
    top:30%;
    left:30%;
}

.cell-icon[src=""] {
    display:none;
  }

.cell-icon {
    position: absolute;
    left:2.2vw;
    top:0.3vh;
    height:4vh;
}

.selected-cell {
    opacity: 1;
    border-left: 0.2vw solid white;
    border-right: 0.2vw solid white;
    border-bottom: 0.2vw solid white;
    border-top: none;
}

.image {
    max-height:100%; 
    width:100%;
    object-fit:contain; 
    margin-left:auto; 
    margin-right:auto;
}

.image-container {
    max-width:100%;
    max-height:100%;
    height:auto;
}

.image-container-db {
    height:100%;
}

table#hourly {
    font-size: 0.78vw;
    margin:0px;
    width:100%;
}

.live-table {
    height:100%;
    width:100%;
    table-layout: fixed;
}

.metadata-button {
    width:3.2vw;
    padding-left:0px;
    padding-right:0px;
}

/* .live-table thead {
    height: 8vh;
}

.live-table tbody {
    height: 87vh;
}

.live-table tfoot {
    height: 5vh;
} */

.margin-column {
    position:relative;
}

#status-column {
    background-color: #0a0a0a;
    height:8vh;
}

.status-column {
    vertical-align: bottom;
    text-align: right !important;
}

.status {
    width:15vw;
    background-color: #1f2424;
}

.timeline-container {
    background-color: #0a0a0a;
    width:70%;
    height:8vh;
}

.timeline-dot {
    position:absolute;
    top: 2.5vh;
    left:0px;
}

#r-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    overflow: hidden;
    grid-gap: 0px;
    justify-content: center;
    align-content: center;
    grid-template-columns: 20vw 60vw 20vw;
    grid-template-rows: 7vh 83vh 10vh;
    grid-template-areas:
    'gheader gheader gheader'
    'gleft gcenter gright'
    'gfooter gfooter gfooter';
}

#r-container > div {
    text-align: center;
    padding: 0;
    font-size: 30px;
}

#r-header {
    background: black;
    color: white;
    grid-area: gheader;
}

#r-header > a > img{
    height: 26px;
    left: 288px;
    top: 2vh;
    position: fixed;
}

#r-footer {
    background: silver;
    grid-area: gfooter;
}

#r-footer > button {
    margin: 1vh 1vh;
    min-width: 5vw;
    color: black;
    font-size: 2.5vh;
    padding: 1vh;
}

#r-body-left {
    grid-area: gleft;
}

#r-body-center {
    grid-area: gcenter;
}
#r-body-center > img {
    width:100%;
    height:100%;
    object-fit: contain;
}

#r-body-right {
    grid-area: gright;
}

.node-level-2 {
    color:rgb(68, 68, 68);
}

.node-level-3 {
    color:rgb(70, 98, 173);
}

.node-level-4 {
    color:rgb(50, 153, 177);
}

.node-link {
    margin-left:5px;
    color:rgb(68, 68, 68);
}

.node-level-1 {
    color:black;
    font-weight: bold;
}

button.current {
    background-color: #849974;
}

#videocontent {
    text-align: center;
}

.videopopup {
    object-fit: cover;
    min-height: 84%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.breadcrumb a {
    color: #1abc9c !important;
}

.node-accordion {
    display:flex;
    align-items: center;
    background-color: #fff;
    color: #444;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.node-accordion:hover {
    background-color: #eee;
}

.unfolded-node {
    background-color: #ddd;
}

.hidden-accordion {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
}

.accordion-icon {
    font-size: 16px;
}

.node-table {
    border-collapse: collapse;
}

.node-table tr td {
    padding:0px;
    vertical-align: middle;
}

.node-table tr td div {
    max-height: 100px;
    padding: 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
}

.node-table tr.hidden-accordion td div {
    max-height: 0px;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
}

.hidden-accordion td {
    border:0px !important;
}

.node-table tr td form{
    display:table-cell;
}

.client-name {
    font-size:small;
}

.fa-sort {
    margin-left:5px;
    cursor: pointer;
}

.centered-text {
    text-align: center;
}

.dashboard-wrapper {
    display: flex;
    flex:1;
    font-size: 16px;
}

.dashboard-row {
    display: flex;
    flex:1;
    flex-direction: row;
    justify-content: space-between;
}

.dashboard-cell {
    display: flex;
    flex-direction: column;
    flex:1;
}

.dashboard-chart {
    border:2px solid black;
    display: flex;
    height: 100px;
}

.dashboard-info {
    border:2px solid black;
    display: flex;
    flex:1;
}

.dashboard-info-td {
    padding:0px;
    color: black !important;
}

.dashboard-table {
    background-color: black;
    border:2px solid black;
}

.dashboard-rate {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    font-size: 2.75rem;
    text-align: center;
    padding-top: 0.45em;
    padding-bottom: 0.45em;
}

.dashboard-rate-cell {
    justify-content: flex-end;
}

.dashboard-table-th {
    background-color: black;
    color: white !important;
    text-align: center !important;
    font-size: 1rem;
}

.dashboard-table-td {
    color:black;
    text-align: center !important;
    font-size: 0.9rem;
}

.dashboard-align-right {
    text-align: right !important;
}

.dashboard-legend-table td {
    font-size: 0.8rem;
    border:0px !important;
}

.dashboard-legend-table .key {
    padding:0px;
    width:17.5%;
}

.dashboard-legend-table .explanation {
    padding: 0px 0px 0px 10px !important;
    width:82.5%;
}

.dashboard-rta-logo {
    position:absolute;
    height: 15vh;
    right: 2rem;
    top:4.5rem;
}

.dashboard-logo {
    height: 70px;
}

.dashboard-poweredby {
    display:inline; 
    font-size:0.7rem; 
    color:00a5de;
    margin:0px !important;
}

.dashboard-logo-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.aligned-left {
    text-align: left !important;
}

.dashboard-input {
    width: auto;
    height: auto;
    font-size: small;
    line-height: inherit;
}

.dashboard-title {
    /* font-size: 1.15rem !important; */
}

.dashboard-first-cell{
    margin-top:.9em;
    padding-top:1.125em;
}

.table-fixed {
    table-layout:fixed;
}