﻿/* Example for Montserrat font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.progress-bar {
    width: 100%;
    border: 2px solid #333;
    border-radius: 5px;
    font-weight: bolder;
    font-size: large;
    position: relative;
}
.loadcell {
    width: 100%;
    background-color: #EE7F1DD6;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-weight: bolder;
}
/*.progress-bar-fill {
    height: 100%;
    background-color: #4caf50;
    text-align: center;
    line-height: 30px;
    color: white;
    width: 0;
    position: absolute;
}*/
table {
    border-collapse: collapse;
    width: 100%;
    height: 100vh;
    border: 2px solid #ccc;
    background-color: #fff;
}

th {
    background-color: #f2f2f2;
}

th, td {
    border: 2px solid #ccc;
    text-align: center;
    padding: 15px;
}


.runInfo, .departureDate, .trailerInfo {
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    width: 7%;
}


/*.loadRow {
    color: #000;
    font-weight: bold;
    width: fit-content;
}*/

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/*.column {
    flex: 50%;
    padding: 15px;
    box-sizing: border-box;
}*/

.right {
    max-width: 100%;
    white-space: pre-line;
}

.barCell {
    height: 20px;
    border-radius: 10px;
    position: relative;
    margin-top: 10px;

}

.progress-bar {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.green-bar {
    background-color: green;
}

.blue-bar {
    background-color: #0d6efd;
}

.orange-bar {
    background-color: #EE7F1DD6;
}

ul.horizontal-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

    ul.horizontal-list li {
        text-align: center;
        flex-grow: 1;
        margin-right: 20px;
    }

.green-icon, .blue-icon, .orange-icon, .red-icon, .orangeNext-icon {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    padding: 10px;
}

.green-icon {
    color: green;
}

.blue-icon {
    color: #0d6efd;
}

.orange-icon {
    color: #EE7F1DD6;
}
.orangeNext-icon {
    color: #FF6000;
}
.red-icon {
    color: #F00;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    padding: 10px
}
#myHorizontalList {
    font-weight: bold;
    font-size: 18px;
    font-family: initial;
    margin-top: 10px;
}

#tableHeader {
    background-color: #f2f2f2;
    text-transform: uppercase;
    font-family: initial;
}

.spacer {
    flex: 1;
}

.toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #1976d2;
    color: white;
    font-weight: 600;
}

#headerNav {
    color: white;
    font-size: large;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.cartdHeader {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 500px; /* Adjust the width according to your preference */
    margin-left: auto; /* This will push the card to the right side */
    margin-right: 0; /* Reset the default margin */
    line-height: 0.5;
}
/*
    .toolbar img {
        margin: 0 16px;
    }

    .toolbar #twitter-logo {
        height: 40px;
        margin: 0 8px;
    }

    .toolbar #youtube-logo {
        height: 40px;
        margin: 0 16px;
    }

        .toolbar #twitter-logo:hover,
        .toolbar #youtube-logo:hover {
            opacity: 0.8;
        }

.content-fluid {
    display: flex;
    margin: 82px auto 32px;
    padding: 0 16px;
    max-width: 960px;
    flex-direction: column;
    align-items: center;
}*/
#loadedRuns {
    background-color: #f2f2f2;
}
#dataTableSentinel {
    table-layout: fixed;
}

#dataTableSentinel tbody tr, {
    line-height: 0.5;
}


#dataTableSentinel tbody tr, {
    line-height: 0.5;
}

/* Add any styling here as needed */
#card-caption {
    display: flex;
    justify-content: space-between;
    line-height: 0.3;
    text-align: center;
    /*max-height: 20px;*/
    /*margin-bottom: 10px;*/
}

/*.column, #column1, #column2, #column3 {
    flex: 1;
    margin-right: 10px;*/ /* Adjust margin as needed */
/*}*/

/* Example styling for a card */
#card, #cardIndex {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 0;
}

#watch {
    font-size: 2em;
    color: #fff;
    background-color: #333;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#watch::before {
    content: "\1F550"; /* Unicode clock symbol */
    font-size: 0.3em;
    margin-right: 5px;
}

.nav-item.active a {
    text-decoration: underline;
    font-weight: bold;
}

/*Responsivness for Loaded Runs*/
.loadRow {
    text-align: center;
    border-top: 2px solid #ccc; /* Specify top border */
    border-bottom: 1px; /* Specify bottom border */
    border-left: none; /* Remove left border */
    border-right: none; /* Remove right border */
    /*border: 3px solid #ccc;*/
}

.line {
    display: block; /* Display spans as block elements */
    margin-bottom: 5px; /* Add some spacing between spans */
    
}
/* Phones (up to 599px) */
@media (max-width: 599px) {
    .line {
        width: 100%;
    }
    #watch{
        display:none;
    }
}

/* Tablets (600px to 1023px) */
@media (min-width: 600px) and (max-width: 1023px) {
    .loadRow {
        display: block; /* Display spans in a single column */
    }

    .line {
        width: 100%;
    }
}

/* Computers (1024px and above) */
@media (min-width: 1024px) {
    .loadRow {
        display: flex;
        justify-content: space-between;
    }

    .line {
        width: 48%;
        display: inline-block;
    }
}
.tripleTable {
    border-collapse: collapse;
    width: 450px; /* Set a fixed width for each table */
    margin: 10px;
    float: left; /* Make tables float left for horizontal display */
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgba(32, 32, 32, 0.87);
    padding: 20px;
    border-radius: 10px;
}

    #loader img {
        display: block;
        margin: 0 auto;
    }