.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, tfoot, tr, th, td {
    width:auto;

}
table.statistics th {
    position: sticky;
    top: 60px;
    background-color: white;
    border-bottom: 2px solid #dee2e5;
    white-space: nowrap;
}
table.statistics thead th,
table.statistics tfoot th{
    color:#335476 !important;
}

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

div#yearselected, div#monthselected {
    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");
}

.fullchart { 
    background-image: url("../../img/awaait/watermark.png");
}
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;
    padding: 0px 0.5vw;
}

#live-sound {
    display: contents;
    background-color: #1f2424;
}

#live-home {
    display: contents;
    cursor: pointer;
    height:8vh;
    width:8vh;
}

#live-estacio {
    height: 4vh;
    font-weight:bold;
}

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

.video-button:hover {
    border: 0.5vh solid #424141;
}

.discard-button {
    font-size:8vh;
    width:10vw;
    height:13.5vh;
    border: 0.5vh solid #424141;
    padding: 0px;
}

.alt-discard-button {
    font-size:4vh;
    width:4vw;
    height:6.5vh;
    border: 0.3vh solid #424141;
    padding: 0px;
}

.live-video-button {
    height:auto !important;
    max-width:100% !important; 
    color:#1f2424;
}

.live-video-button:hover {
    background-color:#fff !important;
    color:#1f2424 !important;
}

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

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

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

.controls {
    display: flex;
    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:1.3vh;
    left:2.5vw;
    font-size: 0.84vw;
}

.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:98%;
    object-fit:contain; 
    margin-left:auto; 
    margin-right:auto;
}

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

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

.live-title {
    color: #2b3c4e;
    font-weight: 600;
    line-height: 1.125;
    font-size: 1em;
    margin-bottom: .4em !important;
    margin-top: .8em !important;
}

.db-video-button {
    height:13.5vh !important;
    width:10vw !important;
    font-size:8.2vh !important;
    max-width:100%;
    color:#1f2424;    
}

.db-video-button:hover {
    color:#1f2424 !important;
    background-color:#FFF !important;
}

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

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

/* .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: middle;
    text-align: center !important;
}

.alt-status-column {
    vertical-align: middle;
}

.alt-status-buttons {
    position: absolute;
    top:0px;
    right:0.5vw;
}

.minimap-column {
    vertical-align: middle;
    text-align: center !important;
}

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

.status-column button,.status-column a {
    /* height:10vh; */
    border-radius:13% !important;
    /* margin-right: 3vw; */
    margin-bottom:1vh;
    background-color: #FFF;
}


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

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

.home-button {
    text-align: center;
    padding: 0px;
    width:8vh; 
    height:8vh;
    font-size:5vh;
    background-color:#212529;
    color: #fff;
    border: 0.3vh solid #424141;
    border-left: 0px;
    border-radius:0px;
}

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

#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;
}

.main-node {
    color:black;
}

.sub-node {
    color:grey;
}

.child-node {
    color:rgb(103, 143, 255);
}

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%;
}