
    @font-face {
    font-family: 'HighlandGothicFLF Regular';
    font-style: normal;
    font-weight: normal;
    src: local('HighlandGothicFLF Regular'), url('HighlandGothicFLF.woff') format('woff');
    }
    

    @font-face {
    font-family: 'HighlandGothicFLF Bold';
    font-style: normal;
    font-weight: normal;
    src: local('HighlandGothicFLF Bold'), url('HighlandGothicFLF-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'HighlandGothicLightFLF Regular';
    font-style: normal;
    font-weight: normal;
    src: local('HighlandGothicLightFLF Regular'), url('HighlandGothicLightFLF.woff') format('woff');
    }



body {
font-family: 'HighlandGothicLightFLF Regular';	
background-color: #373D3F ;
color: #f2f2f2;
}

h1
{
  font-size: 48px;
  height: 50px;
}

#button1mobile {
  font-size:5vw;
  color: #ff0000;
}

.mobileh1
{
  font-size:8vw;
  height: 10vw;
  color:red;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #222;

  overflow: hidden;
}


/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #cf2e2e;
  color: white;
}


/* top navigation with radio */
.topnav2 {
  background-color: #222;
}


/* Style the links inside the navigation bar */
.topnav2 a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;

}

/* Change the color of links on hover */
.topnav2 a:hover {
  background-color: #ddd;
  color: black;

}

/* Add a color to the active/current link */
.topnav2 a.active {
  background-color: #cf2e2e;
  color: white;
}


/*mobile nav --------------------------------------------------------- */

/* Style the links inside the navigation bar for mobile */
.topnav3 a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border:dotted 1px #ffffff;
  border-top:dotted 1px #ffffff;
}

/* Change the color of links on hover */
.topnav3 a:hover {
  background-color: #ddd;
  color: black;

}

/* Add a color to the active/current link */
.topnav3 a.active {
  background-color: #cf2e2e;
  color: white;
}



/* ----------------------------------------------------------------  */



#ops1 {
display:none;
}

#ops3 {
display:none;
}

#ops5 {
display:none;
}

#ops7 {
display:none;
}

#ops9 {
display:none;
}


iframe {
border:none; 
overflow:hidden;
width: 22%;
margin-left: 0%;
margin-right:20%;
margin-top:2px;
border: 1px solid #ff0000;
}

.mobileiframe {
	width: 100%;
}

.button
{
 background-color: red;
  color: black;
}
 
#layout {
  display: flex;
  align-items: flex-start; /* align top edges */
  gap: 20px;               /* space between table and map */
  padding: 12px;
  box-sizing: border-box;
}

/* let the left area size to its content (the table) */
#left-area { 
	     flex: 0 0 60%; 
	     max-width:60%;
	     }



/* Table */
.divTable{
	display: table;
	width: 100%;
	font-family: 'Arial Regular';	
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px dotted #999999;
	display: table-cell;
	padding: 8px 16px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}


/* Dropdown Button */
.dropbtn {
/*   background-color: #04AA6D; */
background-color: yellow;
  color: black;
  text-align: center;
  padding: 16px;
  font-size: 14px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  color: black;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* maps */

/* map keeps fixed width */

 #map-container {
    flex: 0 0 30%;
    max-width: 30%;      
    border: 1px solid #ccc;
    padding: 10px;
    margin-left: auto;   /* pushes to the right */
    margin-right: 0;
    box-sizing: border-box;
  }
 
        #map-header {
            background: #2c3e50;
            color: white;
            padding: 15px;
            text-align: center;
            width: 96%;
 
            margin-bottom: 8px;
        }
        #map-status {
            background: #34495e;
            color: white;
            padding: 10px;
            text-align: center;
            font-size: 14px;
            width: 96%;

            margin-bottom: 12px;
        }
        #map { 
            height: 500px;
            width: 100%;
 
        }
        .status-connected {
            background: #27ae60 !important;
        }
        .status-disconnected {
            background: #e74c3c !important;
        }
        .drone-info {
            font-size: 12px;
            line-height: 1.4;
        }
        
        @media (max-width: 900px) {
  	    #layout { flex-direction: column; }
            #map-container { width: 100%; }
        }
