html,
body {
  font-size: 14px;
}

body {
  opacity: 0.9
}

a:link {
  text-decoration: none;
  color: blue;
}

a:visited {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
  color: blue;
}

a:active {
  text-decoration: none;
  color: blue;
}

.aht-content-head {
  font-size: 20px;
  color: darkslategrey;
}

.aht-menu {
  font-size: 13px;
  background: #0b1c54 !important;
}

.aht-menu-button {
  color: palegoldenrod !important;
  background: #0b1c54 !important;
}

.aht-button-request {
  width: 150px;
}

.ahttab {
  margin-left: 40px;
}

.spacer {
  height: 10px;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  border-radius: 15px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #FFA500;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #4CAF50;
  cursor: pointer;
}


/*
html {
  font-family: 'Open Sans', sans-serif; }



.ahtContent {
    margin: 10px;
  }

.ahtContentHead {
    font-weight: bold;
    font-size: 18px;
    color: black;
  }
#ahtContentText {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: black;
  }

  ul {
  list-style: disc outside none; 
  margin-left: 0; 
  padding-left: 1em;
  text-indent: -2em;
}
li {
  padding-left: 1em;
}

*******************************************************************************/

/* Top menu bar background */
.aht-topmenu {
  background-color: #134196 !important;
}

/* Top menu bar item normal text */
.aht-topmenu-item {
  color: #ccd5f0 !important;
}
/* Top menu bar item hover text */
  .aht-topmenu-item:hover {
      color: #ffffff !important;
  }

/* Highlight row on hover */
.highlight-on-hover:hover {
  background-color: #f0f0f0; /* Light grey background on hover */
  cursor: pointer; /* Change cursor to pointer to indicate clickability */
}
/* Primary text colour on hover */
.primary-on-hover:hover {
  color: #0d6efd; /* Primary text on hover */
  cursor: pointer; /* Change cursor to pointer to indicate clickability */
}

/* Make row appear clickable */
.clickable {
  cursor: pointer;
}

.hover-underline:hover {
  text-decoration: underline;
}

