html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.home-page-logo {
    width: 50%;
    height: auto;
}

.btn-top-nav {
    margin-left:10px;
}

.row-heading {
    font-size: 10px;
    font-weight: bold;
    margin-top: 10px;
}

.generic-alert {
    margin-top: 20px;
}

.highlight-row {
    border-bottom: 1px solid gray;
    padding: 5px;
}

    .highlight-row:hover {
        cursor: pointer;
        background-color: #5173a4;
        color: white;
        border-radius:10px;
    }

.form-row {
    padding-bottom: 15px;
}

.right-align {
    text-align: right
}

input[type="checkbox"] {
    transform: scale(1.5); /* Adjust the scale factor as needed */
    margin: 0.5em; /* Add some spacing around it */
}


.info-box-green {
    color: #048b4d;
    border: 1px solid #000000;
    margin-top: 20px;
    width: 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #86e588;
}

.done-row {
    color: #d3d3d3;
}

.clickable {
    cursor:pointer;
}

.info-text {
    font-size:10px;
    color:gray;
}