@charset "UTF-8";
:root {
  --bs-body-font-family: "Ubuntu", sans-serif;
}

#info-alert {
  position: fixed;
  max-width: 500px;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  text-align: center;
  z-index: 9999;
}

.text-secondary2 {
  color: #bbbbbb;
}

.border-secondary2 {
  border-color: #bbbbbb;
}

.bg-secondary2 {
  background-color: #bbbbbb !important;
}

.bg-secondary3 {
  background-color: #dddddd !important;
}

.fa-icon-center {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.selectedOption::before {
  position: absolute;
  left: 0.4rem;
  content: "✓";
  font-weight: 600;
}

button.buttonNote {
  background-color: #ff9601 !important;
  color: #000000 !important;
  height: auto !important;
  font-size: 0.75em !important;
  font-weight: bolder;
}

.dropdown-item:hover {
  background-color: #a6afc8 !important;
  cursor: pointer;
}

.closeIcon {
  font-size: 1.5em;
  color: #7e7e7a;
  background: #ffffff;
  border: 2px solid #575757;
  border-radius: 3em;
  cursor: pointer;
}
.closeIcon:hover {
  color: #cacaca;
  background: #656565;
}

.tiny {
  font-size: 0.75em;
}

.teeny {
  font-size: 0.6em;
}

.mw-1 {
  max-width: 1%;
}

.pointer:hover {
  cursor: pointer;
}

.modal-mask-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-top {
  z-index: 2001 !important;
}

.modal-header {
  background-color: #303742 !important;
  color: #acacac !important;
}

.btn-close {
  filter: invert(100%);
}

.modal-footer {
  background-color: rgba(48, 55, 66, 0.2039215686);
}

input.pwDots {
  -webkit-text-security: square;
}
input.pwOff {
  -webkit-text-security: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.text-danger2 {
  color: #fc4b59;
}

.list-item-hover:hover {
  background: #dcdcdc !important;
}

/* --------------------------------------------------------------------------------- */
/* Extra Widths */
.w-1 {
  width: 1% !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-48 {
  width: 48% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

/* --------------------------------------------------------------------------------- */
/* For permit signup forms and Ts & Cs */
.para-header {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.75em;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.para {
  font-weight: 300;
  font-size: 0.75em;
  line-height: 1.5em;
  margin-bottom: 0;
}

.sub-header {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0;
}

/*  Optgroup background */
.label {
  background-color: #d77f00 !important;
}

/* --------------------------------------------------------------------------------- */
/* ----------- tooltips -------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
.tooltip {
  font-weight: bold;
}
.tooltip .tooltip-inner {
  background-color: #501f65;
}
.tooltip[data-popper-placement=bottom] .tooltip-arrow:before {
  border-bottom-color: #501f65 !important;
}
.tooltip[data-popper-placement=top] .tooltip-arrow:before {
  border-top-color: #501f65 !important;
}
.tooltip[data-popper-placement=left] .tooltip-arrow:before {
  border-left-color: #501f65 !important;
}
.tooltip[data-popper-placement=right] .tooltip-arrow:before {
  border-right-color: #501f65 !important;
}
.tooltip.show {
  opacity: 1 !important;
}

/* ----------- FOR search results div attached to input field -------------------------------------------------- */
.search-container {
  position: relative;
}

.search-input-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 5px);
  background-color: #fcfcfc;
  color: #000000;
}
.search-input-dropdown:empty {
  display: none;
}

.search-input:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.hideSpinner {
  display: none;
}

/* Striped Rows */
.striped-row:nth-child(even) {
  background-color: #eeeeee;
}

/* For invalid entry */
.invalid {
  background-color: #ecc0c4;
}

/* Hide overflow of table cells */
.overflow-hide {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Change active color */
.nav-pills .active2 {
  background-color: #649a68 !important;
  color: #ffffff !important;
  font-size: 1.25em !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.nav-pills .nav-link {
  border-radius: 5px !important;
}

/* ------------- Calendar Table ------------- */
#calendar_table {
  border-collapse: collapse;
  border: 12px solid rgb(108, 108, 108);
  z-index: -100;
  margin-bottom: 120px;
}
#calendar_table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.sticky_column {
  position: sticky;
  left: 0;
  top: 0;
}

.body-td {
  width: auto !important;
  border: 1px solid #acacac;
}

.header-th {
  border: 1px solid #acacac !important;
  width: 200px;
  min-width: 200px !important;
  font-size: 1.25em;
  padding: 0;
  margin: 0;
}

.date-td {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  table-layout: fixed !important;
  box-sizing: border-box !important;
  background-color: #cfcfcf !important;
  white-space: normal !important;
  overflow: hidden !important;
  position: relative !important;
}
.date-td::before {
  content: "";
  display: block;
  width: 200px;
  max-width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  visibility: hidden;
}

.list-item-hover:hover .date-td, .body-td-new {
  background: #b3b3b3 !important;
}

.cell-item-hover:hover {
  background: #fffbdd !important;
}

.row-today {
  border: 3px solid red !important;
}

.week-break {
  border-bottom: 2px solid #000000 !important;
}

.key-pills {
  min-width: 80px !important;
  max-height: 20px;
  cursor: pointer;
}

/* Bottom Nav ---------------------------------------------------------------------------------- */
.bot-nav {
  background-color: #bbbbbb;
  border: solid 1px #000000;
  position: fixed;
  width: 100vw;
  transition: max-height 0.3s ease-in-out, bottom 0.5s ease-in-out;
}
.bot-nav-open {
  max-height: 300px;
  bottom: 40px;
}
.bot-nav-close {
  max-height: 0;
  bottom: 25px;
}

.menu-btn {
  position: absolute;
  background-image: url("../images/menu-close.png");
  background-repeat: no-repeat;
  background-size: 80% 80%;
  top: -16px;
  left: calc(50% - 40px);
  height: 20px;
  width: 100px;
  z-index: 1000;
  opacity: 0.9;
}
.menu-btn:hover {
  cursor: pointer;
}
.menu-btn-open {
  background-image: url("../images/menu-open.png");
  background-repeat: no-repeat;
}
.menu-btn-close {
  background-image: url("../images/menu-close.png");
  background-repeat: no-repeat;
}

/* --------------------------------------------------------------------------------------------- */
/* CSS to force TD to grow on mouse-over. Two versions, one for general users and one for admins */
.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  cursor: default;
  transform-origin: left;
  transform: scale(1.2);
  border: dashed 2px #989898;
  text-overflow: revert !important;
  display: inline-flex;
  width: auto;
  transition-delay: 0.2s;
}

.grow-admin {
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.grow-admin:hover {
  cursor: pointer;
  transform-origin: left;
  transform: scale(1.2);
  border: dashed 2px #989898;
  text-overflow: revert !important;
  display: inline-flex;
  width: auto;
  transition-delay: 0.2s;
}

/* ----------------------------------------- */
/* Fade from green to grey */
.fade_success {
  background-color: rgb(255, 255, 255);
  animation: fadeGreenToGrey 2s ease !important;
  background-color: rgb(230, 230, 230);
}

@keyframes fadeGreenToGrey {
  0% {
    background-color: rgb(182, 214, 185);
  }
  100% {
    background-color: rgb(230, 230, 230);
  }
}
/* ----------------------------------------- */
.child-flag {
  color: #ff40d1;
  font-size: 2em;
}

/* ----------------------------------------- */
.draggable-item {
  cursor: move;
  -webkit-user-select: none;
  user-select: none;
}

.dragging {
  opacity: 0.5;
}

[data-droppable] {
  min-height: 20px; /* Ensure drop zones are visible */
}

/* ----------------------------------------- */
tr.row-hover:hover {
  background-color: #5a5345 !important;
}

/* ------------------------------------------- */
/* Day View Modal */
.dv-modal-body {
  background-color: #ffffff;
  overflow: scroll;
}

/* Day view blocks */
.dv-block {
  position: absolute;
  opacity: 0.9;
  overflow: auto;
  min-width: 10px;
  max-width: 800px;
  border: 1px solid #a5a5a5;
  height: 100px;
}

.draggable-block {
  cursor: move;
  user-select: none;
  padding: 20px;
  background-color: #f0f0f0;
  border: 1px solid #a5a5a5;
  display: inline-block;
}

.resizable {
  position: absolute;
  background-color: #f0f0f0;
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
}

.resize-handle {
  position: absolute;
  width: 7px;
  height: 100%;
  top: 0;
  cursor: ew-resize;
  opacity: 0.2;
}
.resize-handle:hover {
  opacity: 0.8;
  cursor: pointer;
}
.resize-handle-e {
  right: 0;
}
.resize-handle-w {
  left: 0;
}

.handle-w {
  background-image: url("../images/Handle.png");
  background-size: auto 100%;
}

.handle-e {
  background-image: url("../images/Handle.png");
  background-size: auto 100%;
  transform: rotate(180deg);
}

.collision-detected {
  box-shadow: 0 0 8px red;
}

/* HTMX Spinner CSS -------------------------------------------- */
.htmx-indicator {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  transition: opacity 500ms ease-in-out;
  z-index: 5001;
  font-size: 10em;
  pointer-events: none;
}

.htmx-request .htmx-indicator {
  display: block;
  opacity: 0.3 !important;
}
.htmx-request.htmx-indicator {
  display: block;
  opacity: 0.3 !important;
}
.htmx-request.htmx-indicator-off {
  opacity: 0 !important;
}
.htmx-request .htmx-indicator-off {
  opacity: 0 !important;
}

.btn-rounded {
  cursor: pointer;
  text-decoration: none;
  border: none;
  color: #6a6a6a;
}
.btn-rounded :hover {
  color: #393939;
}

.light-hover {
  color: #ffffff !important;
}
.light-hover :hover {
  color: #393939 !important;
}

/* Data Popout ---------------------------------------------------------------------------------- */
.data-popout {
  padding: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 20px;
  height: calc(100% - 150px);
  background-color: #ffffff;
  border: 1px solid #c1c1c1;
  z-index: 7000;
  width: 0;
  border-radius: 10px 0 0 10px;
  transition: width 500ms ease-in-out, padding 500ms ease-in-out, opacity 1000ms ease-in-out;
  overflow: hidden;
}
.data-popout-open {
  width: 280px;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.data-popout-closed {
  width: 0;
  box-shadow: 0 0 0 #ffffff;
  opacity: 0;
}
.data-popout-top {
  max-height: 120px;
  margin: 0;
  padding: 5px 15px 5px 15px;
  background-color: #303742;
  color: #acacac;
  border-radius: 10px 0 0 0;
}

.popout-title {
  padding: 10px;
  font-size: 0.9em;
  text-wrap: balance;
}

.popout-body {
  height: auto;
  overflow-y: auto;
  font-size: 0.9em;
}

.popout-footer {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  padding: 5px 15px 5px 15px;
  background-color: #303742;
  font-size: 0.8em;
  border-radius: 0 0 0 10px;
  opacity: 1;
}

.future-row :hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

/*# sourceMappingURL=hht_calendar_styles.css.map */
