@charset "UTF-8";
/* CSS Document */
html, body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #222; /* Adjust for your theme */
  margin: 0;
  padding: 0;
}
h1{
	font-size: 20px;
}
.selectedNavButton{
	background-color: rgba(31, 43, 75, 1.0);
	color: white;
	border: solid thin white;
}
.navButton{
	
	background-color: white;
	color: darkblue;
	border: solid thin darkblue;
}
#left{
	position: absolute;
	left:0%;
	top:0%;
	width: 23%;
	height: 99%;
	border-right:solid thin rgba(203,203,203,1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	background-color: white;/*#f8f9fa*/;
    padding: 0px;
    z-index: 2;
}
@media print {
body {
	-webkit-print-color-adjust: exact;}
}
#login{
	position: absolute;
	left:0%;
	top:0%;
	height: 4%;
	width: 99%;
	font-size: 18px;
}

#right{
	position: absolute;
	top:0%;
	left:23.1%;
	width:76.9%;
	height:99.5%;
	background-color:whitesmoke;
	overflow: auto;
	border:none;
}

#logo{
	position: absolute;
	left:0%;
	top:4%;
	height: 17%;
	width: 99%;
	font-size: 28px;
	
}

#footer{
	position: absolute;
	bottom:0.1%;
	height: 5%;
	width: 99.5%;
	left: 0%;
	
}
#menu{
	position: absolute;
	top:21%;
	left: 0%;
	width:99.5%;
	height: 73.5%;
	overflow: auto;
	
}

td, th{
	padding: 0.4rem;
}

tr.menuButton:hover td {
	background-color: rgba(245,245,245,1.0);
	height: 35px;
	cursor: pointer;
	color: black;
	font-size: 17px;
}

tr.alertButton:hover td {
	background-color:rgba(31,43,75,1.0);
	height: 35px;
	cursor: pointer;
	color: white;
	font-size: 17px;
}

tr.alertButton td {
	background-color:rgba(136,59,180,0.70);
	height: 35px;
	cursor: pointer;
	color: white;
	font-size: 17px;
}

.menuButton {
	height: 35px;
}

.blimp{
	background-color: rgba(41,41,45,1.0);
}

.liveblimp{
	background-color: rgba(255,255,255,1.00);
}

tr.menuButton:hover .blimp {
	background-color: rgba(245,245,245,0);
}

.liveButton{
	background-color: grey;
	height: 35px;
	color: white;
	font-size: 17px;
	cursor: pointer;
}

select{
	border:solid thin grey;
	background-color: rgba(41,41,45,0);
	font-family: 'Oswald', sans-serif;
	font-size: 15.5px;
	border-radius: 2px;
	color: grey;
}

input{
	font-size: 15.5px;
	color:grey;
	font-family:'Oswald', sans-serif;
	border-radius: 2px;
	border:solid thin grey;
}

#right-left{
	position: absolute;
	top:2%;
	left:2%; 
	width: 47%;
	height: 96%;
	background-color: white;
	border-radius: 10px;
	overflow: auto;
}

#right-right{
	position: absolute;
	top:2%;
	left:51%; 
	width: 47%;
	height: 96%;
	background-color:white;
	overflow: auto;
}

#right-top{
	position: absolute;
	top:2%;
	left:2%; 
	width: 96%;
	height: 40%;
	background-color: rgba(41,41,45,1.00);
	border-radius: 10px;
	overflow: auto;
}

#right-bottom{
	position: absolute;
	top:45%;
	left:2%; 
	width: 96%;
	height: 53%;
	background-color: rgba(41,41,45,1.00);
	
	overflow: auto;
}
#form-top-left{
	position: absolute;
	top:0.5%;
	left:0.5%; 
	width: 42.3%;
	height: 27%;
	background-color:rgba(235,238,246,1.00);
	border-radius: 5px;
	
}
#form-top-center{
	position: absolute;
	top:0.5%;
	left:33.5%; 
	width: 32.3%;
	height: 27%;
	border-radius: 5px;
	border: solid thin rgba(233,233,233,1.00);
	
}
#form-top-right-center{
	position: absolute;
	top:0.5%;
	left:43.5%; 
	width: 55.3%;
	height: 27%;
	border-radius: 5px;
	border: solid thin rgba(233,233,233,1.00);
	background-color: white;
}
#form-top-right{
	position: absolute;
	top:0.5%;
	left:66.5%; 
	width: 33%;
	height: 27%;
	border-radius: 5px;
	background-color:white;
	border: solid thin rgba(233,233,233,1.00);
	
}
#form_lines_header{
	position: absolute;
	top:28%;
	height:4%;
	width:99%;
	left:0.5%;
	border:solid thin rgba(233,233,233,1.00);
	border-radius: 5px;
	
}
#form_lines{
	position: absolute;
	top:32.5%;
	left:0.5%; 
	width: 98%;
	height: 50%;
	border-radius: 5px;
	border:solid thin rgba(233,233,233,1.00);
	overflow: auto;
	background-color: white;
}

.emptyline{
	font-family: 'Oswald', sans-serif;
}

#form-bottom-right{
	position: absolute;
	bottom:0.5%;
	left:50%;
	width: 49.5%;
	height: 16%;
	border-radius:5px;
	background-color: white;
	border:solid thin rgba(233,233,233,1.00);
	
}

#sandbox{
	position: absolute;
	bottom:0.5%;
	left:0.5%;
	width: 49%;
	height: 16%;
	border-radius:5px;
	background-color: white;
	border:solid thin rgba(233,233,233,1.00);
}

.toggleOnRight{
	background-color: rgba(31,43,75,1.0);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border:solid thin rgba(31,43,75,1.0);
	color:white
}
.toggleOnCenter{
	background-color: rgba(31,43,75,1.0);
	border:solid thin rgba(31,43,75,1.0);
	color:white
}

.toggleOffLeft{
	background-color: white;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border:solid thin rgba(31,43,75,1.0);
	cursor: pointer;
}

.toggleOffCenter{
	background-color: white;
	cursor: pointer;
	border-top:solid thin rgba(31,43,75,1.0);
	border-bottom:solid thin rgba(31,43,75,1.0);
}

.toggleOnLeft{ 
	background-color: rgba(31,43,75,1.0);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border:solid thin rgba(31,43,75,1);
	color:white;
}

.toggleOffRight{
	background-color: white;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border:solid thin rgba(31,43,75,1.0);
	cursor: pointer;
}

.heading{
	font-size: 20px;
}
.flymenu {
    background-color: rgba(250,250,250,1);
    border-radius: 5px;
    color: black;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
}
.flymenuodd {
    background-color: rgba(240,240,240,1);
}
.flymenu:hover,
.flymenuodd:hover {
    background-color: darkgrey;
    color: white;
    font-size: 17px;
    font-weight: bold;
}
.mthThumbs{
	background-color:white;
	cursor: pointer;
	border-radius: 3px;
	width: 16px;
	text-align: center;
	border: thin solid #D7D3D3;
}
.mthThumbs:hover{
	background-color: white;
	cursor: pointer;
	border-radius: 3px;
	width: 16px;
	text-align: center;
	border: thin solid #000000;
}
.real{
	width: 13.7%; 
	border-top:thin solid #C4C4C4;
	border-left:thin solid #C4C4C4;
	float:left;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.spacer {
	width:13.7%;
	border-top:thin solid white;
	border-left:thin solid white;
	float:left;
	
}
/* Style for the dropdown button */
.add-button {
    background-color: rgba(31, 43, 75, 1);
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    cursor: pointer;
    display: inline-block;
}

/* Dropdown menu container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Dropdown links */
.dropdown-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change the color of dropdown links on hover */
.dropdown-content li:hover {
    background-color: rgba(31, 43, 75, 0.7);
    color: white;
}

/* Show the dropdown content when the button is clicked */
.dropdown.show .dropdown-content {
    display: block;
}

#warningBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f44336;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    
    opacity: 1;  /* Start fully visible */
    transition: opacity 1s ease-out;  /* 1-second fade-out transition */
}

.hidden {
    opacity: 0;  /* Fully transparent */
}
.menu {
    list-style: none;
    padding: 0;
    width: 98%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Menu items */
.menu li {
    border-bottom: 1px solid #eee;
    display: block; /* Makes the entire area clickable */
    padding: 15px 15px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease; /* Smooth transition for hover effects */
	cursor: pointer;
}

.menu li:last-child {
    border-bottom: none; /* Remove border from last item */
}

.menu a {

}

/* Interactive hover effects */
.menu li:hover {
    background-color: #007BFF; /* Blue background on hover */
    color: #fff; /* White text on hover */
    padding-left: 25px; /* Slight indent for animation */
}

/* Optional: Active state */
.menu li:active {
    background-color: #0056b3; /* Darker blue when clicked */
}

/* Smooth slide for panels */
#left {
  transition: width 220ms ease-in-out;
  overflow: visible; /* so the handle can sit outside when collapsed */
}
#right {
  transition: left 220ms ease-in-out, width 220ms ease-in-out;
}

/* Fixed handle pinned to the far-left */
.sidebar-handle {
  position: fixed;
  top: 10px;
  left: 0;            /* <-- key change */
  right: auto !important;   /* kill any old 'right: ...' */
  width: 24px;
  height: 40px;
  border: thin solid rgba(203,203,203,1);
  border-left: none;
  border-radius: 0 6px 6px 0;
  background: white;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  z-index: 1000;            /* above panels */
}

/* Keep your existing transitions; example: */
#left { transition: width 220ms ease-in-out; overflow: hidden; }
#right { transition: left 220ms ease-in-out, width 220ms ease-in-out; }

/* Collapsed state (you already had this pattern) */
body.nav-collapsed #left { width: 12px; }
body.nav-collapsed #left > * { visibility: hidden; } /* optional: hide content */
body.nav-collapsed #right { left: 12px; width: calc(100% - 12px); }

/* Optional hover affordance */
.sidebar-handle:hover { box-shadow: 0 3px 10px rgba(0,0,0,.22); }