html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-repeat: repeat;  
}

/*Navbar Branding*/
.navbar-brand img {
  height: 40px;
  transition: transform 0.3s ease;
}
.navbar-brand img:hover {
  transform: scale(1.05);
}

/* Grid layout to truly center the brand */
.navbar .navbar-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* left | center | right */
  align-items: center;
  width: 100%;
  gap: .5rem;
}

/* Keep left/right aligned to edges */
.navbar .nav-left  { justify-self: start; }
.navbar .nav-right { justify-self: end;  }

/* Optional: prevent long right content from crowding the brand */
.navbar .nav-right { min-width: 0; }
.navbar .nav-right > * { white-space: nowrap; }

/* Optional: shrink brand text on small screens */
.navbar .navbar-brand span { white-space: nowrap; }
@media (max-width: 992px) { /* lg breakpoint */
  .navbar .navbar-brand span { display: none; } /* keep just the logo on smaller screens */
}

/* Tiles */
.tiles-container {
    display:grid;
    flex-wrap:wrap;
    max-width:100%;
    /*gap: 10px;*/
}

.tiles-containercell {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 5px;
    /*background: rgba(255, 255, 255, 0.2);*/
    border-radius: 0px;
    box-shadow: inset 8px 8px 30px rgba(0, 100, 255, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.tile {
    position: relative;
    flex: 0 0 250px;
    /*background-color: #fff;*/
    padding: 5px;
    border-radius: 2px;
    transition: transform 0.2s ease-in-out;
    outline: solid 0px #9edeed;
    border-color: #9edeed;
    box-shadow: 0 0 10px #464646;
}

.tileDown {
    flex: 0 0 250px;
    /*background-color: #fff;*/
    padding: 5px;
    border-radius: 2px;
    transition: transform 0.2s ease-in-out;
    outline: solid 3px red;
    border-color: red;    
    /*opacity: 0.75;*/
}

.tileAlarm {
    flex: 0 0 250px;
    /*background-color: #fff;*/
    padding: 5px;
    border-radius: 2px;
    transition: transform 0.2s ease-in-out;
    outline: solid 2px red;
    border-color: red;
    box-shadow: 0 0 30px red;
    animation: pulse-animation 2s infinite;
    opacity: 0.5;
}

.tileFeed25 {
    flex: 0 0 250px;
    background-color: #FFE5B4;
    padding: 5px;
    border-radius: 2px;
    transition: transform 0.2s ease-in-out;
}

.tileFeed50 {
    flex: 0 0 250px;
    background-color: #FFB84D;
    padding: 5px;
    border-radius: 2px;
    transition: transform 0.2s ease-in-out;
}

.tileFeed75 {
    flex: 0 0 250px;
    background-color: #FF8C42;
    padding: 5px;
    border-radius: 2px;
    transition: transform 0.2s ease-in-out;
}

.tileFeed {
    flex: 0 0 250px;
    background-color: #FF6600;
    padding: 5px;
    border-radius: 2px;
    transition: transform 0.2s ease-in-out;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px red;
    }

    100% {
        box-shadow: 0 0 0 35px rgba(255, 0, 0, 0);
    }
}

.heading {
    align-content: center;
    /*font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;*/
    font-size: 20px;
    text-transform: uppercase;
    line-height: 0.8;
    letter-spacing: 0px;
    font-weight: 400;
}

.tileheading {
    position: relative;
    /*background-color: white;*/
    border-radius: 15px;
}
.tileheading25 {
    background-color: #FFE5B4;
    padding: 0;
    border-radius: 15px;
}
.tileheading50 {
    background-color: #FFB84D;
    border-radius: 15px;
}
.tileheading75 {
    background-color: #FF8C42;
    border-radius: 15px;
}
.tileheading100 {
    background-color: #FF6600;
    border-radius: 15px;
}

.tileheading:hover {
    /*background-color: white;*/
    border: none;
}

.tiletext {
    background-color: transparent;
    border: none;
    /*font-size: 20px;
    font-weight: 600;*/
    /*color: black;*/
    padding: 0;
    overflow: hidden;
    /*    font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;    
        font-size: 16px;*/
    text-transform: uppercase;
    line-height: 0.8;
    letter-spacing: 0px;
    font-weight: 350;
}

.whitetextSmall {
    font-size: 18px;
    text-transform:unset;
    color: white;
}

.machineimg {
    width:50px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 2px 5px #222);
    border:none;
    background-color: unset;
}

@media (max-width:629px){
    .machineimg {
        display: none;
    }

}
@media (min-width:1090px){
    .gridIcon {
        display: none;
    }
}

.glow {
    margin-top: 0px;
    /*color: #fff;*/
    max-width: 100%;
    width: 25px;
    vertical-align: middle;
    /*font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;*/
    font-size: 28px;
    text-transform: uppercase;
    line-height: 0.8;
    letter-spacing: 1px;
    font-weight: 350;
    /*top: auto;*/
    /*bottom: 50%;*/
    transform: rotate(-90deg) translate(-50%,40%);
    transform-origin: right;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 75px;
    height: 75px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.watermark
{
    position: absolute;
    margin:auto;
    margin-left: -40px;
    align-items:center;
    opacity:0.65;
    height:100%;
    transform: rotate(30deg);    
    z-index:99;
    color:black;
    font-size: 35px;
    font-weight: bold;
    padding-left: 35px;
    pointer-events: none;
}

.image-150{
    height: 150px;
    width: 150px;
}

.image-100{
    height: 100px;
    width: 100px;
}

.ticketDashText {
    font-size:0.75rem;
}