.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;
    z-index: 1;
    top: 60px;
    background-color: white;
    border-bottom: 2px solid #dee2e5;
}
table.statistics thead th,
table.statistics tfoot th{
    color:#335476 !important;
}

.user-nonselect{
    user-select:none;
}

.scroll-table-container {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
}
table.scroll-table {
    border-collapse: separate;
}
table.scroll-table, thead, tfoot, tr, th, td {
    width:auto;

}
table.scroll-table th {
    background-color: white;
    border-bottom: 2px solid #dee2e5;
    white-space: nowrap;
}

table.scroll-table thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

table.scroll-table {
    background-color: #f9f9f9;
}

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

div#yearselected, div#monthselected, div#weekdayselected, div#peakselected, div#weekSelected {
    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");
}
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;
}
@font-face {
    font-family: 'Rubik Normal';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src:url("../../fonts/Rubik-Regular.ttf") format("truetype"); 
}

@font-face {
    font-family: 'Rubik Bold';
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src:url("../../fonts/Rubik-Regular.ttf") format("truetype"); 
}

.dashboard_graphic {
    font-family: 'Rubik Bold';
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 700;
}

/* Camera Downtime Report */
.issues-subtable {
    border: 1px solid #e1e1e1;
}

.issues-subtable-header {
    background-color: #e1e1e1;
    color: black;
}

.issues-row-center {
    text-align: center;
    vertical-align: middle;
}

.issues-row-center-bold {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.cam-section-table {
    width: 94%;
    margin-left: 3rem;
    margin-bottom: 4rem;
    margin-top: 1rem;
    border: 1px solid black;
}

.cam-section-table-header {
    background-color: black;
    color: #cccccc !important;
}

.cam-sec-table-header-rows {
    color: #cccccc !important;
}

.cam-sec-table-columns-info {
    border: 1px solid black !important; 
    vertical-align: middle !important; 
    text-align: center !important;
}

.first-td-element {
    border: 1px solid black !important;
    vertical-align: middle !important;
}

.ca-sec-header {
    background-color: #636473 !important;
}

.ca-header-title {
    margin-left: 3rem; 
    margin-top: .5rem; 
    font-weight: bold;  
    color: #b6b6bf !important;  
    flex-grow: 0 !important; 
    width: 6rem;
}

.ca-subtitle {
    flex-direction: row;
    display: flex;
    font-size: 1rem !important;
    margin-top: 1rem;
    flex-grow: 2;
    align-items: center;
}

.ca-subtitle-uptime {
    margin-bottom: 0rem !important;  
    color: #b6b6bf !important; 
    width: 19rem;
}

.ca-subtitle-downtime {
    margin-bottom: 0rem !important;
    color: #b6b6bf !important;
    width: 21rem;
}

.ca-subtitle-total {
    margin-bottom: 0rem !important;
    margin-left: 2rem;
    color: #b6b6bf !important;
}

.arrow-color {
    color: #b6b6bf !important;
}

.ca-graphs-section {
    display: flex; 
    justify-content: space-around;
}

.ca-pie-chart {
    height: 350px;
    width: 400px;
}

.ca-line-chart {
    height: 350px !important;
    width: 350px !important;
}

.station-section-title {
    margin-bottom: 0em !important;
    width: 18rem !important;
    flex-grow: 0 !important;
}

.station-section-subtitle {
    margin-top: 1rem;
    align-items: center;
    flex-grow: 2;
    flex-direction: row;
    display: flex;
    font-size: 1rem !important;
}

.station-subtitle-uptime {
    margin-bottom: 0rem !important;
    width: 19rem;
}

.station-subtitle-downtime {
    margin-bottom: 0rem !important;
    width: 21rem;
}

.station-charts-section {
    display: flex;
    justify-content: space-around;
}

.station-pie-chart {
    height: 350px;
    width: 400px;
}

.station-line-chart {
    height: 350px !important;
    width: 350px !important;
}

.total-charts-section {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 3rem;
}

.total-section {
    margin-top: 3rem;
    margin-left: 2rem;
}

.total-section-table {
    margin-top: 1rem;
}

.total-section-downtime-types {
    font-weight: bold;
    text-align: center;
}

.total-section-pie-chart {
    height: 350px;
    width: 400px;
}

.total-section-pie-chart {
    height: 350px !important;
    width: 350px !important;
}

.cameras-global-updated {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.station-subtitle-container {
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
}

.overview-cameras-status-container {
    display: flex;
    flex-direction: row;
}

.overview-container {
    flex-grow: 12;
}

.overview-csv-download-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    margin: 2rem;
}

.overview-camera-status-button {
    margin: 1rem;
}

.fare-evasion-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 1400px;
    font-size: 14px;
}

.fare-evasion-table th,
.fare-evasion-table td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border: 1px solid #ccc;
    text-align: center !important;
    white-space: nowrap;
    vertical-align: middle;
}

/* Header styling */
.fare-evasion-table .fe-group-header {
    background-color: #e6e6e6;
    font-weight: bold;
    text-align: center;
}

.fare-evasion-table .fe-subgroup-header {
    background-color: #f4f4f4;
    font-weight: bold;
    text-align: center;
}

/* Left column (label column) */
.fare-evasion-table .fe-left-cell,
.fare-evasion-table .fe-left-header {
    text-align: left;
    font-weight: bold;
    background-color: #f9f9f9;
    border-right: 2px solid #999;
}

/* Numeric data cells */
.fare-evasion-table .fe-right-cell {
    text-align: right;
}

/* Border separator between Node and System-wide */
.fare-evasion-table .fe-border-left {
    border-left: 2px solid #444;
}

/* Vertical separator between weekday/weekend blocks */
.fare-evasion-table .fe-border-right {
    border-right: 2px solid #999;
}

/* Optional hover effect for better UX */
.fare-evasion-table tbody tr:hover {
    background-color: #f1f1f1;
}