
    .dropdown2 {
            border: 1px solid #ccc;
            max-height: 150px;
            overflow-y: auto;
            width: 300px;
            display: none;
            position: absolute;
            background-color: white;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }
        .dropdown-item2 {
            padding: 8px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
        }
        .dropdown-item2:hover {
            background-color: #f0f0f0;
        }
        .jpid {
            color: #666;
            font-size: 0.9em;
        }
        .hidden {
            display: none;
        }




body {
	
background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);

}
form {
	margin-bottom: 0px;
}
table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.notediv {
	
	margin-left:5px;
	margin-bottom:15px;
	
}

.notediv textarea {
	
	width:98%;
	padding:3px;
	box-sizing: content-box;
	resize: none;
}


.saveButton {
	float: right;
	background: #009879;
	color: white;
	border: 0px;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
	margin-top:35px;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.center {
	margin-top:20px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	width:50%;
	margin-left: auto;
	margin-right: auto;
	
}


.center div:last-child {
  margin-left: auto;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;

}

.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.styled-table tbody tr:nth-of-type(odd) {
    background-color: white;
}
.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.detailTable th, .detailTable td {
  text-align: left;
  padding: 5px;
 
  
}


.styled-table th, .styled-table td {
  text-align: left;
  padding: 16px;
}

.styled-table tr:nth-child(even) {
  background-color: #f2f2f2
}


.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 8px;
  margin-bottom:3px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  background: linear-gradient(to right, blue 15%, red 90%);  
}

.redbold {
	font-weight:bold;
	color:red
}
.bold {
	font-weight:bold;
	display:inline-block;
}


.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  border: 1px solid white;
}

.detailTable {
	border: none;
	 margin-bottom:20px;
}

.searchBox {
	float:left;
	vertical-align:middle;
	font-weight: bold;
	background-color: #009879;
	color:white;
	display:inline-block;
	padding: 5px;
	border : 1px solid white;
	
	font-size: 0.9em;
	font-family: sans-serif;
	border: 1px solid white;
	margin-top:auto.
	margin-bottom:auto;
	max-height:25px;

}

.saveButton:disabled {
    background: #F5F5F5;
    color : #C3C3C3;
}

.detailBox {
	width:100%;
	margin-top:20px;
	font-weight: bold;
	background-color: white;
	color:#009879;
	display:inline-block;
	border : 1px solid #ddd;
	vertical-align:top;
	font-size: 0.9em;
	font-family: sans-serif;
	border: 1px solid white;
	display:inline-block;
	border-bottom: 2px solid #009879
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.signoffBox {
	width:30%;
	margin-left:20px;
	margin-top:20px;
	font-weight: bold;
	background-color: white;
	color:#009879;
	display:inline-block;
	border : 1px solid #ddd;
	vertical-align:top;
	font-size: 0.9em;
	font-family: sans-serif;
	border: 1px solid white;
	display:inline-block;
	border-bottom: 2px solid #009879
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.uploadBox {
	width:99%;
	min-height:50px;
	margin-left:20px;
	margin-top:20px;
	margin-right:20px;
	font-weight: bold;
	background-color: white;
	color:#009879;
	display:inline-block;
	border : 1px solid #ddd;
	vertical-align:top;
	font-size: 0.9em;
	font-family: sans-serif;
	border: 1px solid white;
	display:inline-block;
	border-bottom: 2px solid #009879
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.downloadLink {
	
	display:inline-block;
	
}
.exportBox {
	
	font-weight: bold;

	color:white;
	display:inline-block;
	padding: 5px;

	
	font-size: 0.9em;
	font-family: sans-serif;


}

.tbarwidth {
	display:block;
	width:80%;
	margin-left:10%;
}
.menuBox {
	vertical-align:middle;
	font-weight: bold;
	float:right;
	color:white;
	display:block;
	padding: 5px;
	font-size: 1em;
	font-family: sans-serif;
	font-weight:normal;
	

}

.menuBox a.active {

	display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;

}

.menuBox a:after {
	content: '';
    width: 100%;
    height: 2px;
    background-color: transparent;
    margin-top: 5px;
    transition: background-color 0.3s ease;
	
}

.menuBox a.active::after {
	background-color: #0000cc;
	
}


.menuBox a:first-child {

	display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
	padding-left:20px;
}

.menuBox a:last-child {

	display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
	padding-right:20px;
}

.nav-container {
           
            padding: 10px;
            border-radius: 8px;
           
            max-width: 45%;
            margin: 20px auto;
            backdrop-filter: blur(5px);
			font-family: Arial, sans-serif;
        }
        .nav-menu {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: space-between;
        }
        .nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 10px 5px;
            position: relative;
        }
        .nav-link {
            color: #333;
            text-decoration: none;
            font-size: 14px;
            display: flex;
            align-items: center;
            cursor: pointer;
        }
        .nav-icon {
            margin-right: 5px;
            font-size: 18px;
            color: rgba(128, 128, 128, 0.6);
        }
        .nav-item.active .nav-link {
            color: #0000cc;
        }
        .nav-item.active .nav-icon {
            color: rgba(0, 0, 204, 0.6);
        }
        .nav-item::after {
            content: '';
            width: 100%;
            height: 2px;
            background-color: transparent;
            margin-top: 5px;
            transition: background-color 0.3s ease;
        }
        .nav-item.active::after {
            background-color: #0000cc;
        }

        /* Dropdown styles */
        .dropdown {
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            min-width: 200px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 100;
            margin-top: 10px;
        }
        .nav-item:hover .dropdown {
            opacity: 1;
            visibility: visible;
        }
        .dropdown-list {
            list-style: none;
            padding: 8px 0;
            margin: 0;
        }
        .dropdown-item {
            padding: 8px 16px;
            color: #333;
            font-size: 14px;
            display: flex;
            align-items: center;
            transition: background-color 0.2s ease;
        }
        .dropdown-item:hover {
            background-color: rgba(0, 0, 204, 0.1);
            color: #0000cc;
        }
        .dropdown-icon {
            margin-right: 8px;
            opacity: 0.6;
            font-size: 16px;
        }



.menuBox a:nth-child(2) {
	display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
}

.menuBox a {
  text-decoration: none ;
  background-color: white;
  color:  #696969;
	display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
}

.exportBox Button {
	border: 1.5px solid #ddd;
  border-radius: 2px;
  background-color: #009879;
  color: white;
  padding: 5px;
  border-top: 1.5px solid white;
}

.w75 {
	width: 75%;
}

.w100 {
	width: 100%;
}

.w50 {
	
	width: 50%;
	
}

.w30 {
	
	width: 30%;
	
}

    .thumbnail-container {
      position: relative;
      display: inline-block;
    }

    .thumbnail {
      width: 69px;
      height: 69px;
      object-fit: cover;
      border-radius: 4px;
    }

   
    .popup {
      display: none;
      position: absolute;
      z-index: 1000;
      max-width: 500px;
      max-height: 500px;
      /* Center the popup relative to the thumbnail */
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .popup img {
      max-width: 400px;
      max-height: 400px;
      object-fit: contain;
    }

    .thumbnail-container:hover .popup {
      display: block;
      /* Position the popup near the cursor */
    }
	
.speed {
	
	
	margin-left:5px;
	margin-bottom:10px;
	color:black;
	
}

.check {
	vertical-align:top;
	display:inline-block;
	width:27%;
	margin-bottom:10px;
}

.checkfull {
	
	display:inline-block;
	width:99%;
	margin-bottom:10px;
}

talign {
	
	left:10%;
}

.fright {
	float:right;
}
.fline {
	
	display:block;
	margin-top:7.5px;
}
.fhead {
	display:block;
	padding:5px;
	background-color:#009879;
	color:white;
	
}