body {
  background-color: #e0ecff; /* Or any color you prefer */
}

@font-face {
  font-family: "Roboto Condensed";
  src: url(../../fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: bold;
  src: url(../../fonts/RobotoCondensed-Bold.ttf);
}

html, body, main {
  height: 100%;
}

a {
  text-decoration: none
}

form {
  margin: 0;
  display: inline;
}

a img {
  border: 0;
}

textarea:focus, input:focus, a:focus, select:focus {
  outline: none;
}

.edit_box:focus, .list_box:focus, input:focus {
  border:1px solid #4CAF50; /* Changed from red to a green for emphasis on focus */
  background-color: #FFFFFF;
  box-shadow: 0 0 4px #87CEEB; /* Sky blue shadow */
}

img {
  color: #000000;
  vertical-align: bottom;
}

.green {
  color: #00BFFF; /* Bright sky blue */
}

body {
  padding: 0;
  margin: 0;
  font: 10px Arial, Verdana, Sans-Serif;
}

.normal_button, .image_button {
  font: bold 12px "Roboto Condensed", Arial, sans-serif;
  color: #000000;
  border: 1px solid #87CEFA; /* Light sky blue border */
  cursor: pointer;
  background-color: #E0F2F7; /* Very light sky blue background */
  height: 23px;
  border-radius: 3px;
  margin-top: 1px;
  min-width: 54px;
  padding: 3px 4px;
}

.normal_button:hover, .image_button:hover {
  transition: 0.1s linear;
  box-shadow: 1px 1px 2px #000000;
  background: #ADD8E6; /* Lighter sky blue on hover */
}

.active_button, a:visited.active_button, a:hover.active_button, a:link.active_button {
  font: 8pt sans-serif;
  color: #000000;
  border: 1px solid #87CEFA; /* Light sky blue border */
  cursor: pointer;
  background-color: #B0E0E6; /* Powder blue background */
}

.image_button, a:visited.image_button, a:link.image_button {
  vertical-align: middle;
  padding: 2px 4px;
  height: auto;
  min-height: 24px;
  margin: 0 3px 0 0;
  box-sizing: border-box;
}

.edit_box, .list_box, .read_box {
  font: 13px "Roboto Condensed", Sans-Serif;
  background-color: #F0F8FF; /* Alice Blue */
  border: 1px solid #ADD8E6; /* Light sky blue border */
  border-radius: 2px 2px 2px 2px;
  color: black;
  padding: 3px;
}

.read_box {
  background-color: #E6E6FA; /* Lavender */
}

.edit_box:hover, .list_box:hover {
  background-color: #FFFFFF;
  box-shadow: 0 0 4px #87CEEB; /* Sky blue shadow */
}

.list_box {
  padding: 2px;
}

.menu_bar_title {
  color: #000000;
  font: 15px Roboto Condensed;
  text-align: right;
  padding-right: 4px;
}

.status_text {
  font: 13px Roboto Condensed;
  padding: 4px 10px;
}

.status_title {
  font: 13px Roboto Condensed;
  padding: 6px 10px;
}

.status_copyright {
  font: 13px Roboto Condensed;
  text-align: right;
  padding: 6px 10px;
}

.status_copyright a {
  font-weight: bold;
}

.status_users_online, .status_memory, .status_queries {
  font: 12px "Roboto Condensed";
  text-align: center
}

.page_text {
  font: 14px "Roboto Condensed";
}

.page_text_bold {
  font-size: 14px;
  font-weight: bold
}

.page_small {
  font: 12px "Roboto Condensed";
}

.page_small_green {
  font: 12px "Roboto Condensed";
  color: #00BFFF; /* Bright sky blue */
}

.page_title {
  font: bold 16px "Roboto Condensed";
}

.page_error {
  font-size: 12px;
  color: red; /* Kept red for errors */
}

.pop_menu_title {
  font: 11px Arial, Helvetica, Verdana, sans-serif;
  color: #000000;
  background-color: #B0E0E6; /* Powder blue */
  font-weight: bold;
}

.pop_menu_item {
  font: 11px Arial, Helvetica, Verdana, sans-serif;
}

.table_navigation {
  font: 12px Arial, Helvetica, Verdana, sans-serif
}

.table_sort {
  padding-left: 3px;
  color: #4682B4; /* Steel blue */
}

.table_sort a {
  color: #4682B4; /* Steel blue */
}

.icon {
  width: 16px;
  height: 16px;
  border: 0;
}

.flag {
  font: 12px "Roboto Condensed", Verdana;
  cursor: pointer;
  font-weight: bold;
  color: #000000;
  background-color: #ADD8E6; /* Light sky blue */
  padding: 2px 3px 2px 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #87CEEB; /* Sky blue */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.my_tooltip {
  border: 1px solid #B0E0E6; /* Powder blue */
  left: 18px;
  top: 0;
  box-shadow: 0 0 10px #000000;
  position: absolute;
  width: auto;
  background-color: #FFF;
  padding: 5px;
  font-size: 0.8em;
  z-index: 1000001;
}

legend {
  background: #E0F2F7; /* Very light sky blue */
  border: 1px solid #87CEFA; /* Light sky blue */
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  padding: 0.2em 0.5em;
  text-align: left;
}

ul#css3menu, ul#css3menu ul {
  margin: 0;
  list-style: none;
  background-color: #87CEFA; /* Light sky blue */
  background-repeat: repeat;
  border-width: 0;
  border-style: solid;
  border-color: #999999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

ul#css3menu ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 98%;
  -moz-box-shadow: 1px 1px 1px #777777;
  -webkit-box-shadow: 1px 1px 1px #777777;
  box-shadow: 1px 1px 1px #777777;
  padding: 3px 5px 5px 5px;
  background-color: #ADD8E6; /* Lighter sky blue */
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #87CEFA; /* Light sky blue */
}

ul#css3menu li:hover > * {
  display: block;
}

ul#css3menu li:hover {
  position: relative;
}

ul#css3menu ul ul {
  position: absolute;
  left: 100%;
  top: -2px;
}

ul#css3menu {
  padding: 1px 1px 1px 0;
  display: block;
  font-size: 0;
  float: left;
}

ul#css3menu li {
  display: block;
  white-space: nowrap;
  font: bold 12px Roboto Condensed;
  color: #000000;
  background-color: #ADD8E6; /* Lighter sky blue */
  float: left;
  z-index: 200;
}

ul#css3menu > li, ul#css3menu li {
  margin: 0 0 0 1px;
}

ul#css3menu ul > li {
  margin: 1px 0 0;
}

ul#css3menu a:active, ul#css3menu a:focus {
  outline-style: none;
}

ul#css3menu a {
  display: block;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  color: #000000;
  cursor: default;
  padding: 2px 5px 2px 5px;
  background-color: #ADD8E6; /* Lighter sky blue */
  /*background-image:url("menubk.png");*/
  background-position: 0 50%;
  border-width: 0;
  border-style: none;
  border-color: #6495ED; /* Cornflower Blue */
}

ul#css3menu ul li {
  float: none;
  margin: 2px 0 2px 0;
}

ul#css3menu ul a {
  text-align: left;
  padding: 5px 5px 5px 5px;
  background-color: #ADD8E6; /* Lighter sky blue */
  background-image: none;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #87CEFA; /* Light sky blue */
  font: bold 12px "Roboto Condensed";
  color: #000000;
  text-decoration: none;
}

ul#css3menu li:hover > a {
  background-color: #00BFFF; /* Bright sky blue */
  border-color: #4682B4; /* Steel blue */
  border-style: none;
  color: #ffffff;
  text-decoration: none;
  /*background-image:url("menubk.png");*/
  cursor: pointer;
  background-position: 0 100%;
}

ul#css3menu img {
  border: none;
  vertical-align: middle;
}

ul#css3menu ul img {
  border: none;
  vertical-align: middle;
}

ul#css3menu img.over {
  display: none;
}

ul#css3menu li:hover > a img.def {
  display: none;
}

ul#css3menu li:hover > a img.over {
  display: inline;
}

ul#css3menu span {
  display: block;
  overflow: visible;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 0;
}

ul#css3menu ul span {
  background-image: url("img/harrow.gif");
  padding-right: 20px;
}

ul#css3menu ul li:hover > a {
  background-color: #00BFFF; /* Bright sky blue */
  background-image: none;
  border-style: solid;
  border-color: #87CEFA; /* Light sky blue */
  color: #ffffff;
  text-decoration: none;
}

ul#css3menu li.topfirst > a {
  height: 20px;
  line-height: 20px;
  color: #4169E1; /* Royal Blue */
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}

ul#css3menu li.topfirst:hover > a {
  color: #ffffff;
  line-height: 20px;
}

ul#css3menu li.topitem > a {
  color: #4169E1; /* Royal Blue */
  height: 20px;
  line-height: 20px;
}

ul#css3menu li.topitem:hover > a {
  color: #ffffff;
  line-height: 20px;
}

ul#css3menu li.toplast > a {
  color: #4169E1; /* Royal Blue */
  height: 20px;
  line-height: 20px;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

ul#css3menu li.toplast:hover > a {
  line-height: 20px;
  color: #ffffff;
}

ul#css3menu li.subfirst > a {
  background-color: #ADD8E6; /* Lighter sky blue */
  background-image: none;
  border-width: 0;
  border-style: none;
  padding: 5px 5px 5px 5px;
  color: #000000;
  text-decoration: none;
}

ul#css3menu li.subfirst:hover > a {
  background-color: #00BFFF; /* Bright sky blue */
  background-image: none;
  border-style: none;
  color: #ffffff;
  text-decoration: none;
}

.menu_title {
  font: 12px Roboto Condensed, Verdana, sans-serif;
  color: #000000;
  font-weight: bold;
  padding: 5px 2px 5px 5px;
}

.menu_close {
  padding-right: 4px;
  padding-top: 1px;
}

.menu_item {
  cursor: pointer;
  font: 12px "Roboto Condensed";
  padding: 4px 8px 4px 5px;
  border-bottom: 1px solid #B0E0E6; /* Powder blue */
}

.db_table_navigation {
  font: 12px Arial, Helvetica, Verdana, sans-serif
}

.table_head_cell, .table_head_cell td {
  font: 12px "Roboto Condensed", Verdana;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
  color: #000000;
}

.table_head_cell a {
  color: #000000
}

.table_head_cell a:hover {
  background-color: inherit;
}

.table_cell, .table_cell td {
  font: 12px "Roboto Condensed", Verdana, Helvetica, sans-serif;
  padding-left: 3px;
  padding-right: 3px;
}

.table_cell a {
  color: #0000CD; /* Medium Blue */
}

.table_sort {
  padding-left: 3px;
  color: #4682B4; /* Steel blue */
}

.table_sort a {
  color: #4682B4; /* Steel blue */
}

table#TableRows {
  font: 12px "Roboto Condensed", Sans-Serif;
  table-layout: fixed;
}

table#TableRows a {
  color: inherit;
}

table#TableRows a:hover {
  color: black;
  background-color: #ADD8E6; /* Lighter sky blue */
}

table#TableRows tr td {
  padding: 0 3px 0 3px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}

table#TableRows tr#table_filter {
  height: 24px;
}

table#TableRows tr#table_filter_actions {
  background-color: rgb(224 242 247); /* Very light sky blue */
  height: 35px;
}

table#TableRows tr#table_filter_actions:hover {
  background-color: rgb(224 242 247);
}

table#TableRows tr#table_filter td {
  margin: 0;
  padding: 0;
  background-color: white;
}

tr#head_row td {
  font-weight: bold;
  color: #000000
}

tr#head_row td a {
  color: #000000
}

tr#head_row td a:hover {
  background-color: inherit;
}

.table_selected {
  background-color: #87CEEB; /* Sky blue */
}

table#TableRows tr:nth-child(even) {
  background: #E0F2F7; /* Very light sky blue */
}

table#TableRows tr:nth-child(odd) {
  background: #F1F1F1;
}

table#TableRows tr:hover {
  background-color: #ADD8E6; /* Lighter sky blue */
}

table#TableRows tr#galleryrow:hover {
  background-color: #FFFFFF;
}

.tbl {
  font: 11px "Roboto Condensed";
}

.tbl a {
  color: inherit;
}

.tbl a:hover {
  color: black;
  background-color: #ADD8E6; /* Lighter sky blue */
}

.tbl tr td {
  padding: 3px 5px;
}

.tbl_head td {
  font: 12px Arial, Verdana;
  font-weight: bold;
  color: #000000;
  background-color: #ADD8E6; /* Lighter sky blue */
}

.tbl_head td a {
  color: #000000
}

.tbl_head td a:hover {
  background-color: inherit;
}

.tbl tr:nth-child(even) {
  background: #E0F2F7; /* Very light sky blue */
}

.tbl tr:nth-child(odd) {
  background: #FFFFFF;
}

/* popup menu */
ul#pmenu {
  margin: 0;
  list-style: none;
  padding: 0;
  display: block;
  float: right;
}

ul#pmenu ul {
  display: none;
  border-radius: 3px;
  position: absolute;
  right: -1px;
  top: 100%;
  padding: 3px 4px 3px 4px;
  background-color: #FFFFFF;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #87CEFA; /* Light sky blue */
}

ul#pmenu li:hover > * {
  display: block;
}

ul#pmenu li:hover {
  position: relative;
}

ul#pmenu li {
  display: block;
  white-space: nowrap;
  border: 1px solid #87CEFA; /* Light sky blue */
  background-color: #ADD8E6; /* Lighter sky blue */
  border-radius: 3px;
  padding: 1px;
  float: left;
  min-height: 16px;
}

ul#pmenu li#noborder {
  border: 0;
}

ul#pmenu > li, ul#pmenu li {
  margin: 0 0 1px 3px;
}

ul#pmenu ul > li {
  margin: 1px 0 0;
  border-width: 0;
}

ul#pmenu a:active, ul#pmenu a:focus {
  outline-style: none;
}

ul#pmenu a {
  display: block;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #000000;
  cursor: default;
  padding: 3px 5px 3px 5px;
  min-height: 16px;
  border-width: 0;
  border-style: none;
  border-color: #87CEFA; /* Light sky blue */
}

ul#pmenu ul li {
  float: none;
  margin: 4px 0 4px 0;
}

ul#pmenu ul a {
  text-align: left;
  padding: 2px 5px 2px 5px;
  background-color: #ADD8E6; /* Lighter sky blue */
  background-image: none;
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #000000;
  text-decoration: none;
}

ul#pmenu li:hover > a {
  border-style: none;
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: 0.1s linear;
  background: #6A5ACD; /* Slate Blue */
}

ul#pmenu img {
  vertical-align: middle;
  padding-right: 4px;
}

ul#pmenu ul img {
  border: none;
  vertical-align: middle;
}

ul#pmenu img.over {
  display: none;
}

ul#pmenu li:hover > a img.def {
  display: none;
}

ul#pmenu li:hover > a img.over {
  display: inline;
}

ul#pmenu span {
  display: block;
  overflow: visible;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 0;
}

ul#pmenu ul span {
  background-image: url("img/harrow.gif");
  padding-right: 20px;
}

ul#pmenu ul li:hover > a {
  background: #6A5ACD; /* Slate Blue */
  border-style: solid;
  border-color: #87CEFA; /* Light sky blue */
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #ffffff;
  text-decoration: none;
}

ul#pmenu li.subfirst > a {
  background-color: #ADD8E6; /* Lighter sky blue */
  border-width: 0;
  border-style: none;
  padding: 2px 5px 2px 5px;
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #000000;
  text-decoration: none;
}

ul#pmenu li.subfirst:hover > a {
  background: #6A5ACD; /* Slate Blue */
  border-style: none;
  font: bold 12px "Roboto Condensed", sans-serif;
  color: #ffffff;
  text-decoration: none;
}

.db_normal_button, a:visited.db_normal_button, a:hover.db_normal_button, a:link.db_normal_button {
  font: 13px "Roboto Condensed", sans-serif;
  color: #000000;
  border: 1px solid #87CEFA; /* Light sky blue */
  cursor: pointer;
  background-color: #E0F2F7; /* Very light sky blue */
  height: 23px;
  border-radius: 3px;
}

.db_normal_button:hover {
  transition: 0.1s linear;
  box-shadow: 1px 1px 2px #000000;
  background: #ADD8E6; /* Lighter sky blue */
}

.db_image_button, a:visited.db_image_button, a:link.db_image_button {
  vertical-align: middle;
  color: #000000;
  border: 1px solid #87CEFA; /* Light sky blue */
  cursor: pointer;
  padding: 2px 2px 3px 2px;
  background-color: #E0F2F7; /* Very light sky blue */
  font-weight: bold
}

a:hover.db_image_button {
  background-color: #ADD8E6; /* Lighter sky blue */
}

.db_list_box {
  font: 8pt sans-serif;
  color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 0;
}

.db_edit_box {
  border: 0;
  background-color: #FFFFFF;
  font: bold 14px "Roboto Condensed";
  padding: 4px 5px 4px 5px;
  border-radius: 2px 2px 2px 2px;
  color: #4682B4; /* Steel blue */
  width: 100%;
}

.db_edit_box:hover {
  background-color: #FFFFFF;
}

.db_page_error {
  font-size: 12px;
  color: red; /* Kept red for errors */
}

.link_button {
  background: url(img/back.png) repeat; /* Keep original background image */
  border: 1px solid rgba(135, 206, 250, 0.8); /* Sky blue border with transparency */
  border-radius: 3px;
  color: #333333;
  cursor: pointer;
  height: 24px;
  min-width: 54px;
  padding: 3px 8px;
  text-align: center;
  font: 12px Tahoma, sans-serif;
}

.link_button:hover {
  border: 1px solid rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 5px #999999;
  color: black;
}

.checkbox, .radio {
  width: 19px;
  height: 16px;
  padding: 0 5px 0 0;
  background: url(img/checkbox.png) no-repeat; /* Keep original background image */
  display: block;
  clear: left;
  float: left;
  cursor: pointer;
}

.round {
  border-radius: 4px;
}

.radio {
  background: url(img/radio.png) no-repeat; /* Keep original background image */
}

.form_title {
  font-size: 13px;
  font-weight: bold;
  color: black
}

.form_header {
  padding: 0 5px 0 0;
  font: 12px Arial, sans-serif;
  line-height: normal;
  color: black;
  text-align: right;
  background-color: #B0E0E6; /* Powder Blue */
  border-radius: 4px 0 0 4px;
  border: 1px dashed #ADD8E6; /* Light sky blue dashed border */
}

.form_field {
  padding: 2px 0 2px 5px;
  font: 12px Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  color: #6A5ACD; /* Slate Blue */
}

.form_text {
  font: 12px "Roboto Condensed", sans-serif;
  color: #4682B4; /* Steel blue */
}

.form_normal {
  padding: 2px 0 2px 5px;
  font: 12px Tahoma, Verdana, Helvetica, sans-serif;
  color: black
}

.form_text b, .form_text a {
  color: #4169E1; /* Royal Blue */
}

.form_caption {
  font: 13px "Roboto Condensed";
  color: #000000;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap
}

.form_section {
  font: 14px "Roboto Condensed";
  padding: 5px 10px 3px 10px;
  font-weight: bold;
  color: black;
}

.form_button {
  background-color: #E0F2F7; /* Very light sky blue */
  border: 1px solid #ADD8E6; /* Light sky blue */
  padding: 4px 8px 2px 8px;
  border-radius: 3px;
  cursor: pointer;
  color: black;
  font: bold 12px Arial;
}

@media print {
  .form_button {
    display:none;
  }
  .header {
    background: none;
  }
}
.form_error {
  font-weight: bold;
  color: red /* Kept red for errors */
}

.form_button:hover {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px #AABBDD;
}

.imgz {
  border: 1px solid black;
  max-width: 80px;
  max-height: 80px;
}

.imgp {
  max-width: 300px;
  max-height: 300px;
}

.tabs_holder {
  background: none repeat scroll 0 0 #D0E0EE; /* Light blue-gray */
  border-top: 1px solid #B0C4DE; /* Light steel blue */
  border-bottom: 1px solid #B0C4DE; /* Light steel blue */
  color: #444;
  margin-bottom: 5px;
}

.tab_holder {
  border-bottom: 1px solid #B0C4DE; /* Light steel blue */
  color: #444;
  margin-bottom: 5px;
}

.tabs {
  margin-left: 20px;
}

.tabs ul {
  margin: 10px 0 4px 0;
  padding: 0 0 1px 0;
}

.tabs_info {
  float: right;
  margin-right: 10px;
  margin-top: -20px;
  font: 13px "Roboto Condensed", sans-serif;
}

.tabs_info span {
  color: red; /* Kept red for emphasis */
  font-weight: bold;
}

.tabs ul li {
  display: inline;
  font: 13px "Roboto Condensed";
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px 4px 0 0;
  margin: 0 3px 0 0;
  color: #666;
  background: #C6E2FF; /* Light Periwinkle */
}

.tabs ul li a, .tabs ul li span {
  padding: 0 10px;
}

.tabs ul li a:hover {
  color: black
}

.tabs ul li:hover {
  background-color: #ADD8E6; /* Light sky blue */
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  color: black
}

.tabs ul li.selected:hover {
  background-color: #E0F2F7; /* Very light sky blue */
  border-radius: 4px 4px 0 0;
}

.tabs ul li.selected {
  background: none repeat scroll 0 0 #fff;
  border-color: #B0C4DE #B0C4DE #fff; /* Light steel blue */
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  padding-bottom: 5px;
  margin-top: -1px;
}

.counter {
  background: #E0F2F7 none repeat scroll 0 0; /* Very light sky blue */
  border: 1px solid #B0C4DE; /* Light steel blue */
  border-radius: 2px;
  padding: 1px 4px 1px 4px;
  font: bold 10px sans-serif, Arial;
  color: black;
  margin-left: 3px;
  display: inline;
}

.jobs {
  font-size: 12px;
  margin-bottom: 10px;
  border-radius: 0 0 5px 5px;
  box-shadow: 2px 2px 2px #777;
  border-left: 1px solid #B0C4DE; /* Light steel blue */
}

.jobs a {
  color: inherit;
}

.jobs a:hover {
  color: black;
  background-color: #ADD8E6; /* Lighter sky blue */
}

.jobs tr td {
  padding: 2px 10px 2px 10px;
  border-bottom: 1px solid #B0C4DE; /* Light steel blue */
}

.head_jobs td {
  font: bold 13px Arial, Verdana;
  padding-left: 3px;
  padding-right: 3px;
  color: #000000;
}

.head_jobs td a {
  color: #000000
}

.head_jobs td a:hover {
  background-color: inherit;
}

.jobs tr:nth-child(even) {
  background: #E0F2F7; /* Very light sky blue */
}

.jobs tr:nth-child(odd) {
  background: #FFFFFF;
}

.sjobs {
  font-size: 13px;
}

.sjobs a {
  color: inherit;
}

.sjobs a:hover {
  color: black;
  background-color: #ADD8E6; /* Lighter sky blue */
}

.sjobs tr td {
  padding: 2px 10px 2px 10px;
}

.pointer {
  cursor: pointer
}

.hover:hover {
  background-color: #B0E0E6; /* Powder blue */
}

.form_button {
  background-color: #E0F2F7; /* Very light sky blue */
  border: 1px solid #ADD8E6; /* Light sky blue */
  border-radius: 2px 2px 2px 2px;
  color: black;
  font: bold 11px Arial;
  padding: 5px 10px 4px 10px;
}

.debug {
  position: fixed;
  top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 0 5px #000000;
  background-color: white;
  font: 12px monospace;
  color: black;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  overflow: auto;
  display: none;
  z-index: 10000;
  max-width: 97%;
  max-height: 91%;
  white-space: nowrap;
}

.cart {
  margin-left: 20px;
  margin-top: 10px;
  float: left;
}

.cart_title {
  background: #ADD8E6 none repeat scroll 0 0; /* Lighter sky blue */
  box-shadow: 2px 2px 2px #777;
  border-radius: 4px 4px 0 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
}

.cart_content {
  font-size: 11px;
}

.gallery {
  float: left;
  margin: 8px;
  width: 225px;
  height: 225px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0 1px black;
}

.gallery:hover {
  box-shadow: 0 0 10px black;
  background-size: contain;
}

.red {
  color: red; /* Kept red for emphasis */
}

.right {
  float: right;
}

.left {
  float:left;
}

.data-table td {
  transition: all .5s;
}

/* Table */
.data-table {
  border-collapse: collapse;
  font: 14px Roboto Condensed;
  background: #E0FFFF; /* Light Cyan */
  min-width: 537px;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 100%;
}

.data-table th,
.data-table td {
  border: 1px solid #B0E0E6; /* Powder Blue */
  padding: 3px 3px;
  font: 14px Roboto Condensed;
  background-clip: padding-box;
  vertical-align: top;
}

.data-table caption {
  margin: 7px;
}

/* Table Header */
.data-table thead th {
  background-color: #6A5ACD; /* Slate Blue */
  color: #FFFFFF; /* White */
  border-color: #B0C4DE !important; /* Light steel blue */
  text-transform: uppercase;
  font-weight: bold;
}

/* Table Body */
.data-table tbody td {
  color: #353535;
}

.data-table tbody tr:nth-child(odd) td {
  background-color: #F0F8FF; /* Alice Blue */
}

.data-table tbody tr:nth-child(even) td {
  background-color: #fff;
}

.data-table tbody tr:hover td {
  background-color: #ADD8E6; /* Lighter sky blue */
  border-color: #B0C4DE; /* Light steel blue */
}

/* Table Footer */
.data-table tfoot th {
  background-color: #E0F2F7; /* Very light sky blue */
  text-align: right;
}

.data-table tfoot th:first-child {
  text-align: left;
}

.data-table tbody td:empty {
  background-color: #ffcccc; /* Kept light red for empty cells */
}

.numbox {
  background: rgb(224 242 247); /* Very light sky blue */
  border-radius: 3px;
  font: bold 12px "Roboto Condensed";
  padding: 3px 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: black;
  border: 1px solid rgb(176 224 230); /* Powder blue */
}

.fast_opr {
  background: rgb(224 242 247); /* Very light sky blue */
  border-radius: 3px;
  font: bold 12px "Roboto Condensed";
  padding: 3px 5px;
  margin: 0px 5px 5px 5px;
  color: black;
  border: 1px solid rgb(176 224 230); /* Powder blue */
  cursor: pointer;
}
.fast_opr:hover {
  background-color: #ADD8E6; /* Lighter sky blue */
}

.num_box {
  background: #6495ED; /* Cornflower Blue */
  border-radius: 3px;
  font: bold 12px "Roboto Condensed";
  padding: 2px 6px;
  color: white;
}


.box_green {
  background: #20B2AA; /* Light Sea Green */
  border-radius: 3px;
  font: 12px "Roboto Condensed";
  text-shadow: 1px 1px 3px black;
  padding: 2px 4px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  border: 1px solid #008080; /* Teal */
}

.box_light_green {
  background: #7FFFD4; /* Aquamarine */
  border-radius: 3px;
  font: 12px "Roboto Condensed";
  text-shadow: 2px 2px 3px gray;
  padding: 2px 4px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  border: 1px solid #008080; /* Teal */
}

.box_light_red {
  background: indianred; /* Kept original for red indication */
  border-radius: 3px;
  font: 12px "Roboto Condensed";
  padding: 2px 4px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  text-shadow: 1px 1px 3px black;
  border: 1px solid darkred; /* Kept original for red indication */
}


.box_red {
  background: red; /* Kept original for red indication */
  border-radius: 3px;
  font: 12px "Roboto Condensed";
  padding: 2px 4px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  text-shadow: 1px 1px 3px black;
  border: 1px solid darkred; /* Kept original for red indication */
}

.message_title {
  background-color: rgb(224 242 247); /* Very light sky blue */
  padding: 4px 7px;
  margin-bottom: 5px;
  font: bold 14px "Roboto Condensed";
}

.message_box {
  background: #F0F8FF; /* Alice Blue */
  border-radius: 3px;
  font: 14px "Roboto Condensed";
  padding: 5px 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: black;
  border: 1px solid rgb(176 224 230); /* Powder blue */
  float: left;
}

.search {
  color:red; /* Kept red for emphasis */
  font-weight: bold;
}

.pop_menu_icon {
  max-width:18px;
}

.coa_1 {
  cursor:pointer;
  font: 14px "Roboto Condensed", sans-serif;
  background-color:#E0F8FF; /* Light Cyan */
  padding:5px 10px 5px 5px;
;
}
.coa_2 {
  cursor:pointer;
  font: 14px "Roboto Condensed", sans-serif;
  background-color:#F0FFFF; /* Azure */
  padding:5px 10px 5px 25px;
}

.coa_3 {
  cursor:pointer;
  font: 14px "Roboto Condensed", sans-serif;
  background-color:#F8F8FF; /* Ghost White */
  padding:5px 10px 5px 45px;
}

.coa_4 {
  cursor:pointer;
  font: 14px "Roboto Condensed", sans-serif;
  padding:5px 10px 5px 65px;
  background-color:#FFFFFF;
}

.coa_1:hover,.coa_2:hover,.coa_3:hover,.coa_4:hover {
  background-color: #87CEFA; /* Light sky blue */
}

.coa_1 span,.coa_2 span,.coa_3 span,.coa_4 span {
  background: #6495ED; /* Cornflower Blue */
  border-radius: 3px;
  font: bold 12px "Roboto Condensed";
  padding: 2px 6px;
  margin-right:5px;
  color: white;
}

title {
  display: contents;
}

.form_table {
  font: 13px "Roboto Condensed", sans-serif;
  white-space: nowrap;
}
.form_table tr td {
  padding: 0px 6px;
}
.ui-widget-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-widget {
  font-family: "Roboto Condensed", sans-serif;
  font-size:0.9rem;
}