body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  background-color: rgb(239, 240, 235);
  padding: 2px;
}

.grid-item {
    background-color: rgb(239, 240, 235);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 2px;
    font-size: 15px;
    text-align: center;
}

*[id^='question_']{
    /**    color:blue;  **/
    color:black;
    /** display:none; **/
}
.qid {
    display:none;
}

*[id^='question_lbl'] {
  color: blue; 
  font-weight: 100;
  font-size: 20px;
  margin: 40px 0px 20px;
  text-align: left;    
  color: black;

}

*[id^='question_id'] {
  color: blue; 
  font-weight: 100;
  font-size: 20px;
  margin: 40px 0px 20px;
  text-align: left;    
  color: black;

}

*[id^='question'] {
  color: blue; 
  font-weight: 100;
  font-size: 20px;
  margin: 40px 0px 20px;
  text-align: left;    
  color: black;

}

*[id^='question_ans'] {
  color: blue; 
  font-weight: 100;
  font-size: 20px;
  margin: 40px 0px 20px;
  text-align: left;    
  color: black;

}

*[id^='question_your_answer'] {
  color: blue; 
  font-weight: 100;
  font-size: 20px;
  margin: 40px 0px 20px;
  text-align: left;    
  color: black;

}

*[id^='question_your_notes'] {
  color: blue; 
  font-weight: 100;
  font-size: 20px;
  margin: 40px 0px 20px;
  text-align: left;    
  color: black;

}

*[id^='question'] {
  color: blue; 
  font-weight: 100;
  font-size: 20px;
  margin: 40px 0px 20px;
  text-align: left;    
  color: black;

}

*[id^='question_notes'] {
  color: blue; 
  font-weight: 100;
  font-size: 20px;
  margin: 40px 0px 20px;
  text-align: left;    
  color: black;

}

fieldset{

    text-align:left;
}

[id='mark-question'] {
/*  margin-right: 680px; */
    

}
[id='grade-quiz'] {

/*   margin-left: -470px; */


}
.top-notification {
    /*
    margin:1.5px;
    border-radius:2vmin;
    margin-left: auto;
    margin-right: auto;
    width:12vmin;
    aspect-ratio: 5/7;
    width: 725px;
    height: 60px;
    margin-left: 125px;
 
    align-content: center;  
   */
}


body{

  	  margin: 5px;
	  background-image: linear-gradient(
	      to  bottom,
	      rgba(95, 220, 192, 0.25),
	      rgba(0, 0, 255, 0.25)
	
	  ), url("../images/spc_needle_background4x.png"); /* type-o by design!!! */
 	  
	  background-repeat: no-repeat;


}

.square_img {
    background-image: url("../images/spc_needle_background4.png");
    background-size: 125px;
    width: 125px;
    float: right;
    height: 110px;
    border: 1px;
    text-shadow: white 0px 0px 2px;
    font-size: 16px;    

}


.content-box {
  columns: 2 auto;
}


h1{
  color: #B96B; 
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}

/* start clock time styles */

#clockdiv{
  padding: 1px;
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 60;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;  
}

#clockdiv > div{
    padding: 1px;
    margin: 0px;
  border-radius: 1px;
  background: #19B;
  display: inline-grid;
}

#clockdiv div > span{
  padding: 1px;
  border-radius: 1px;
  background: #00816A; /* dark green */
  font-size: 12px;
  display: inline-block;
  
}



/******
.hours {


}
*******/


.smalltext{
    padding-top: 0px;
    margin: 0px;
    font-size: 10px;
}


/* end clock time styles */




/** body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

**/


.topnav {
  overflow: hidden;
  background-color: #80a6a5;
  border-radius: 5px;    
/**  display: inline-block;       **/

}

/* Links inside the navbar */
.topnav a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

.sub-dropdown {
  float: bottom;
  overflow: hidden;
}
/* Dropdown button */
.dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: white;
  padding: 12px 14px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}


.sub-dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: black;
  font-weight: 100;  
  padding: 12px 14px;
  position: sticky;  
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  z-index: 1;
  display:block;

}

/* Add a green background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn  {
    /*  background-color: red; */
    /*  background-color: #04AA6D; */
  background-color:#E2E2E2;
  color: black;
    
}
.navbar a:hover, #menu_logout:hover  {
    /*  background-color: red; */
    /*  background-color: #04AA6D; */
  background-color:#E2E2E2;
  color: black;
    
}

.navbar a:hover, #menu_dashboard:hover  {
    /*  background-color: red; */
  background-color: #E2E2E2;
  color: black;
    
}

/* Dropdown content (hidden by default) */
.dropdown-content {

  display: none;
  position: absolute;
  /* position: sticky;     */
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 14px 0px rgba(0,0,0,0.2);
  z-index: 0;
}



.sub-dropdown-content {
  float: right;        
  display: none;
  /* background-color: lightblue; /\*#f9f9f9;*\/ */
 /*  background-color:  5px 5px 10px rgba(255, 165, 0, 1); */
   background-color: rgba(255, 165, 0, 1);  /* Orange with 70% opacity */
   color: rgba(0, 0, 0, 1);

  min-width: 160px;
  box-shadow: 0px 8px 14px 0px rgba(0,0,0,1);
  box-shadow:5px  5px 10px rgba(0, 0, 0, 0.5);;
  z-index: 1;

 position: absolute; /* or position: fixed; for viewport positioning */
 right: 0; /**/
 z-index: 2; /* this fixed the blead threw problem */
  
}


.sub-dropdown-content a:hover {
    background-color: #ddd;
    /* color: rgba(0, 0, 0, 0); */
}

/* Show the dropdown menu on hover */
.sub-dropdown:hover .sub-dropdown-content {
    display: block;

}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Links inside the dropdown */
.sub-dropdown-content a {
  float: none;
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.sub-dropdown-content a::after {
  content: "";
  display: table;
  clear: both;
}


/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/**
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 14px;
}
**/

/**
.topnav >span >button{
  background-color: #80a6a5;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.topnav >span {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 14px;
}

.topnav span.item:hover {
  background-color: #ddd;
  color: black;
}
.topnav >span.active {
  background-color: #04AA6D;
  color: white;

}

.topnav >span.item {
  background-color: #80a6a5;
  color: white;
//  border: solid;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
**/

.topnav div.active {
  background-color: #04AA6D;
  color: white;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}


.user_data_quiz_id {
    visibility: 'hidden';
    display:none;
}

.quiz_time_limit {
    visibility: 'hidden';
    display:none;
}

/******************************************************
             Start Tooltip container
********************************************************/
.tooltip {
  position: relative;
  display: inline-block;
  /* Optional: Add a dotted border under the hoverable text */
  border-bottom: 1px dotted black; 
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position above the element */
  left: 50%;
  margin-left: -60px; /* Center the tooltip */

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow (optional) */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px; /* Center the arrow */
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/******************************************************
             End Tooltip container
********************************************************/


</style>
</head>
<body>

<div class="topnav">
  <a class="active" href="#home">Home</a>
  <a href="#news">News</a>
  <a href="#contact">Contact</a>
  <a href="#about">About</a>
</div>

<div style="padding-left:16px">
  <h2>Top Navigation Example</h2>
  <p>Some content..</p>
</div>

