/* fenix.css */

body {
  font-family: "Century Gothic", sans-serif;
}

.navbar-brand
{
    font-size: 30px;
    font-weight: bold;
}

tr.clickableRow:hover
{
    cursor: pointer;
}

input.readonly
{
    background-color: #e9ecef;
    opacity: 1;
}

.fenix-table-container {
  padding-right: 5%;
  padding-left: 5%
}

/**************************** Used by log.html /OAR */

.filter-stack .form-label {
    margin-bottom: .25rem;
    font-size: 0.875rem;
}

.site-dropdown-width {
    width: 250px; /* A fixed width is more predictable than a percentage */
    display: flex;
    justify-content: space-between; /* Keeps text left and arrow right */
    align-items: center;
}

/* Make the dropdown menu match the button's width */
.site-dropdown-width + .dropdown-menu {
    width: 250px;
}

/* Optional: A class to make the stacked buttons more compact */
.button-stack .btn {
    margin: 2px !important; /* Reduces the default margin slightly */
}

/**************************** Used by sitealarms.html /OAR */

/* For making table row checkboxes larger and vertically centered */
.large-checkbox {
    transform: scale(2);
    vertical-align: middle;
}

/*
  This style applies a dashed outline around the checkbox
  inside the cell that is marked as the selection start.
*/
td.selection-start-marker .form-check-input {
    outline: 2px dashed #0d6efd; /* A dashed blue outline */
    outline-offset: 2px;      /* A small gap between the checkbox and the outline */
}
