/*@import url("default.css");*/





.app-nav-bar {
  display: flex;
  flex-wrap: wrap; /* Allows buttons to drop to a new line when narrow instead of shrinking */
  align-items: center;
  background-color: #ffffff;
  border-bottom: 0.5px solid #D3D1C7;
  padding: 4px;
  gap: 2px;
  font-family: sans-serif;
}

.nav-item {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 6px 10px;
  height: 24px;
  box-sizing: border-box;
  gap: 6px;
  border-radius: 2px;
}

.nav-text {
  font-size: 12px;
  fill: #5F5E5A;
  color: #5F5E5A;
  white-space: nowrap;
}

.nav-icon {
  width: 14px;
  height: 14px;
  stroke: #888780;
  stroke-width: 1.2px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hover effects for regular items */
.nav-item:not(.adm):hover {
  background-color: #F1EFE8;
}
.nav-item:not(.adm):hover .nav-text {
  color: #2C2C2A;
}
.nav-item:not(.adm):hover .nav-icon {
  stroke: #2C2C2A;
}

/* Admin Specific styling */
.admin-badge {
  font-size: 11px;
  color: #B4B2A9;
  padding: 0 8px;
  white-space: nowrap;
}

.nav-item.adm .nav-text {
  color: #185FA5;
}
.nav-item.adm .nav-icon {
  stroke: #185FA5;
}

/* Hover effects for admin items */
.nav-item.adm:hover {
  background-color: #E6F1FB;
}
.nav-item.adm:hover .nav-text {
  color: #0C447C;
}
.nav-item.adm:hover .nav-icon {
  stroke: #0C447C;
}














#adds_right_table {
  width: 98%;
  border-collapse: collapse;
  font-size: 14px;
  border-radius: 2px;
  overflow: hidden;
  border: 0.5px solid #e0e0e0;
  margin-left: 1%;
}

/* HEADER STYLES */
#adds_right_table thead tr:first-child th {
  background-color: #5090C1 !important;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 13px 18px;
  text-align: left;
}

#adds_right_table thead tr:first-child th:first-child {
  border-radius: 2px 0 0 0;
  background-color: #5090C1;
}

#adds_right_table thead tr:first-child th:last-child {
  border-radius: 0 2px 0 0;
}

/* BODY CELL STYLES */
#adds_right_table tbody td {
  padding: 11px 18px;
  line-height: 1.5;
  color: #333333;
  border-bottom: 0.5px solid #e8e8e8;
}

#adds_right_table tbody tr:last-child td {
  border-bottom: none;
}

/* ZEBRA STRIPING (Moved from td to tr to fix overriding) */
#adds_right_table tbody tr:nth-child(even) {
  background: #f7f8fa;
}

#adds_right_table tbody tr:nth-child(odd) {
  background: #ffffff;
}

/* HOVER EFFECT */
#adds_right_table tbody tr:hover {
  background: #eaf3fb !important;
}

/* FIRST ROW SPECIAL STYLING */
#adds_right_table tbody tr:first-child {
  background-color: #5090C1 !important;
}

/* Ensures text and links in the first row are readable over the blue background */
#adds_right_table tbody tr:first-child td {
  color: #ffffff !important;
}

#adds_right_table tbody tr:first-child td a {
  color: #ffffff !important;
  text-decoration: underline;
}




#adds_right_tabl {
  width: 98%;
  border-collapse: collapse;
  font-size: 14px;
  border-radius: 2px;
  overflow: hidden;
  border: 0.5px solid #e0e0e0;
  margin-left: 1%;
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
}

/* HEADER STYLES */
#adds_right_tabl thead tr:first-child th {
  background-color: #5090C1 !important;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 13px 18px;
  text-align: left;

}

#adds_right_tabl thead tr:first-child th:first-child {
  border-radius: 2px 0 0 0;
  background-color: #5090C1;
}

#adds_right_tabl thead tr:first-child th:last-child {
  border-radius: 0 2px 0 0;
}

/* BODY CELL STYLES */
#adds_right_tabl tbody td {
  padding: 11px 18px;
  line-height: 1.5;
  color: #333333;
  border-bottom: 0.5px solid #e8e8e8;
}



#adds_right_tabl tbody tr:last-child td {
  border-bottom: none;
}

/* ZEBRA STRIPING (Fixed: Applied to tr instead of td) */
#adds_right_tabl tbody tr:nth-child(even) {
  background-color: #f7f8fa;

}

#adds_right_tabl tbody tr:nth-child(odd) {
  background-color: #ffffff;

}

/* HOVER EFFECT (Fixed: Applied to tr instead of td) */
#adds_right_tabl tbody tr:hover {
  background-color: #eaf3fb !important;
}





#table_inside {
  width: 100%;
  border-collapse: collapse;
  border: none !important;           
  background: transparent !important; 
  font-size: 14px;                   
}


#table_inside td, 
#table_inside th {
  padding: 6px 0;                   
  line-height: 1.5;
  color: #333333;
  border: none !important;           
  background: transparent !important; 
}


#adds_right_tabl tbody tr:hover #table_inside tr {
  background: transparent !important;
}






#users {
  width: 98%;
  border-collapse: collapse;
  font-size: 14px;
  border-radius: 2px;
  overflow: hidden;
  border: 0.5px solid #e0e0e0;
  margin-left: 1%;
}

#users tbody td {
  padding: 0 !important; 
  line-height: 1.5;
  color: #333333;
  border-bottom: 0.5px solid #e8e8e8;
  text-align: center !important;
}

#users tbody tr:last-child td {
  border-bottom: none;
}


#users tbody tr:first-child td {
  background-color: #5090C1 !important;
  color: #ffffff !important; 
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 0.5px solid #e0e0e0;
}

#users tbody tr:first-child td:first-child {
  border-radius: 12px 0 0 0;
}

#users tbody tr:first-child td:last-child {
  border-radius: 0 12px 0 0;
}

#users tbody tr:not(:first-child):nth-child(even) {
  background-color: #f7f8fa;
}

#users tbody tr:not(:first-child):nth-child(odd) {
  background-color: #ffffff;
}

#users tbody tr:not(:first-child):hover {
  background-color: #eaf3fb !important;
}

.noBorder{
	border: none !important;
	box-shadow: none;
	background-color: black;
}
.table-borderless th,
.table-borderless td {
    border-top: none !important;
}

.mt-5{
	margin-top: 5px !important;
}

.table-shrink {
  width: auto !important;
  display: inline-block;
}


.table-dark {
  background-color: #6c757d;
  color: #fff;
}

.table-dark th {
  background-color: #5a6268;
  color: #fff;
  border-bottom: 2px solid #4e555b !important;
}

.table-dark td {
  border-top: 1px solid #4e555b !important;
}

.table-dark.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

.table-dark.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.table-light {
  background-color: #f8f9fa;
  color: #212529;
}

.table-light th {
  background-color: #e9ecef;
  color: #212529;
  border-bottom: 2px solid #dee2e6 !important;
}

.table-light td {
  border-top: 1px solid #dee2e6 !important;
}

.table-light.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-light.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
 .inline {
  display: inline-block !important;
  width: auto !important;
  vertical-align: middle;
}
.search-inline {
  display: inline-block !important;
  width: auto !important;
  max-width: 200px;
  float: right;
  margin-right: 20px;
margin-bottom: 5px;
}



/* Core Layout and Design Rules */
.clean-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #e0e0e0;
}

.tab-item {
  padding: 12px 24px;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  color: #757575;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px; /* Smooth align with border */
}

/* Hover and Active Visual States */
.tab-item:hover:not(.disabled) {
  color: #337ab7;
}

.tab-item.active {
  color: #337ab7;
  border-bottom: 2px solid #337ab7;
}

/* Functional State Restrictions */
.tab-item.disabled {
  color: #bdbdbd;
  cursor: not-allowed;
}

/* Content Panel Visibility Rules */
.tab-content {
  display: none;
  padding: 20px 0;
}

.tab-content.active {
  display: block;
}

.margin-right-10{
	margin-right: 10px;
	right: -10px;
}
.margin-right-15{
	margin-right: 15px;
	right: -15px;
	
}
.margin-right-20{
	margin-right: 20px;
	right: -20px;
	
}