﻿table {
  border: 1px solid #f76800 !important;
  border-collapse: separate;
  border-spacing: 0px;
}
table thead tr {
  background-color: white !important;
  color: #f76800 !important;
}
table tbody tr {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
table.table-sm td, table.table-sm th {
  font-size: 0.75rem;
}
table.row-selectable tbody tr {
  cursor: pointer;
}
table.row-selectable tbody tr:hover {
  background-color: rgb(255, 220.8421052632, 196) !important;
}
table th {
  font-weight: 500;
}
table td, table th {
  font-size: 0.8rem;
  vertical-align: middle;
}
table td.border-left, table th.border-left {
  border-left: 1px solid #f76800 !important;
}
table td.border-right, table th.border-right {
  border-right: 1px solid #f76800 !important;
}
table td.border-bottom, table th.border-bottom {
  border-bottom: 1px solid #f76800 !important;
}
table td.border-top, table th.border-top {
  border-top: 1px solid #f76800 !important;
}
table.table-fit {
  width: 1%;
}
table.table-fit th, table.table-fit td {
  white-space: nowrap;
}
table.sticky thead tr {
  position: sticky;
  top: 113px;
  z-index: 9;
}
table.sticky tfoot tr {
  position: sticky;
  bottom: 0;
  z-index: 9;
}
table.sticky tfoot tr > * {
  background-color: white;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card {
  border: 1px solid #f76800;
}
.card.border-light {
  border-color: rgba(247, 104, 0, 0.5) !important;
}
.card .card-header {
  color: #f76800 !important;
  background-color: white;
}
.card .card-header[data-bs-toggle=collapse] {
  cursor: pointer;
}
.card.floating-card-title {
  font-size: 0.65rem;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 70px;
  font-family: "Roboto", sans-serif !important;
  font-size: 0.8rem !important;
}

main {
  margin-top: 0px;
}
main.authenticated {
  margin-top: 130px;
}

.bg-warning-subtle {
  background-color: rgb(255, 224.875, 134.5);
}

.bg-danger-subtle {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}

.bg-primary-subtle {
  background-color: rgb(139.4549180328, 185.768442623, 254.0450819672);
}

.bg-success-subtle {
  background-color: rgb(67.265625, 220.234375, 149.3125);
}

.bg-info-subtle {
  background-color: rgb(132.1541501976, 228.895256917, 248.3458498024);
}

.bg-rhic {
  background-color: #f76800;
}

.bg-rhic-dark {
  background-color: rgb(170.5, 71.7894736842, 0);
}

.bg-rhic-secondary {
  background-color: rgb(255, 206.0789473684, 170.5);
}

.bg-rhic-light {
  background-color: rgb(255, 235.6052631579, 221.5);
}

.bg-rhic-primary {
  background-color: #429dbc;
}

.bg-rhic-lightgray {
  background-color: rgba(0, 0, 0, 0.125) !important;
}

.border-rhic {
  border-color: #f76800 !important;
}

.border-rhic-dark {
  border-color: #3f3f41 !important;
}

.text-rhic {
  color: #f76800 !important;
}

.fs-small {
  font-size: 0.75rem;
}

.fs-medium {
  font-size: 0.8rem;
}

.ms-drop {
  z-index: 1050 !important;
}

nav.navbar-dark {
  background-color: #3f3f41;
}

nav.navbar-rhic {
  background-color: #f76800;
}
nav.navbar-rhic .nav-item .nav-link {
  color: white;
}
nav.navbar-rhic .nav-item .nav-link:hover {
  opacity: 100% !important;
}
nav.navbar-rhic .nav-item:not(.active) .nav-link {
  opacity: 55%;
}

.dropdown-item:active {
  background-color: #f76800;
}

@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;
}

h1.section-title {
  font-weight: 300;
  font-size: 1.5rem;
  text-align: center;
}

h2.section-subtitle {
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
}

.navbar-brand {
  height: 70px;
  padding: 0;
}

.rhic-background {
  background-color: #f76800;
  color: white;
}

button.text-rhic.btn-link {
  color: #3f3f41;
}
button.text-rhic.btn-link:hover {
  color: #f76800;
}

.btn-rhic {
  background-color: #f76800 !important;
  color: white !important;
}
.btn-rhic:disabled {
  background-color: rgb(255, 176.5526315789, 119.5);
  color: white;
}
.btn-rhic:not(:disabled):hover {
  background-color: rgb(255, 132.2631578947, 43);
  color: white;
}
.btn-rhic:not(:disabled):active {
  background-color: rgb(221.5, 93.2631578947, 0);
}

.no-focus:focus, .no-focus:active:focus {
  outline: none;
  box-shadow: none;
}

.btn-rhic-dark {
  background-color: rgb(170.5, 71.7894736842, 0);
  color: white;
}
.btn-rhic-dark:disabled {
  background-color: rgb(170.5, 71.7894736842, 0);
  color: white;
}
.btn-rhic-dark:not(:disabled):hover {
  background-color: rgb(255, 132.2631578947, 43);
  color: white;
}
.btn-rhic-dark:not(:disabled):active {
  background-color: rgb(221.5, 93.2631578947, 0);
}
.btn-rhic-dark:focus, .btn-rhic-dark:active:focus {
  outline: none;
  box-shadow: none;
}

.sub-navigation {
  margin-top: 70px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bottom-navigation {
  background-color: #f76800;
}

.menu li {
  padding-top: 2px;
  border-bottom: 5px solid transparent;
}
.menu li:not(.no-highlight):hover {
  border-bottom: 5px solid rgb(224.2636363636, 190.6, 124.7363636364);
}
.menu li:not(.no-highlight).active {
  border-bottom: 5px solid rgb(255, 235.6052631579, 221.5);
}
.menu li:not(.no-highlight).active > a {
  color: white !important;
}

label {
  font-weight: 500;
  font-size: 0.9rem;
}

.banner-danger {
  background-color: rgb(248, 215, 218);
}

.banner-warning {
  background-color: rgb(255, 243, 205);
}

.banner-primary {
  background-color: rgb(207, 226, 255);
}

.banner-success {
  background-color: rgb(209, 231, 221);
}

label.required:after {
  content: "*";
  color: red;
  font-weight: bold;
}

.info {
  font-style: italic;
  font-size: 0.8rem;
  font-weight: 500;
}

.helptext {
  font-size: 0.7rem;
  line-height: 0.75rem;
  text-align: justify;
}

.button-bar {
  background-color: rgb(196, 82.5263157895, 0);
}

.ms-parent button span.placeholder {
  background: white;
  cursor: pointer;
}

/* Style corrections for multi-select */
.ms-parent.form-select {
  background-image: none;
}

.ms-parent.form-select button.ms-choice {
  border-width: 0;
  height: 1.3rem;
  line-height: 1.9rem;
}

.ms-parent button.ms-choice {
  border-color: rgb(206, 212, 218);
}

.ms-choice {
  height: 30px !important;
}

.ms-choice > div {
  margin-top: 3px !important;
}

.ms-choice > span.placeholder {
  top: 2px !important;
  left: 2px !important;
  bottom: 2px !important;
  font-size: 0.875rem !important;
  line-height: 1.95rem;
  color: rgb(33, 37, 41);
  opacity: 0.9;
}

.ms-parent.form-select .placeholder {
  background-color: transparent;
  cursor: pointer;
}

.ms-parent.form-select .placeholder {
  color: #000;
  opacity: 1;
}

#location-table[data-practice] tbody tr, #provider-table[data-provider] tbody tr {
  cursor: pointer;
}

#loading {
  position: absolute;
  top: 35px;
  left: 50%;
  display: inline-block;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(128, 128, 128, 0.75);
  border-radius: 3px;
  padding: 5px 8px;
  z-index: 105;
  color: white;
  transform: translate(-50%, 0);
}

.blocker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(128, 128, 128, 0.125);
  z-index: 100;
}

.btn-badge {
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  top: 8px !important;
  font-weight: lighter !important;
  line-height: 1.25;
  z-index: 1050;
}

.invalid-feedback {
  font-size: 0.75rem;
}

ul.error-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

/* Define the keyframes for the flash effect */
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
    background-color: rgb(236.5, 236.5, 236.5);
  }
  25%, 75% {
    opacity: 0;
    background-color: white;
  }
}
/* Apply the animation to the desired element */
.flash {
  animation: flash 1s infinite;
}

select.multiselect {
  height: 200px;
}

#back-btn {
  color: rgb(255, 132.2631578947, 43);
}
#back-btn i {
  font-size: 2rem;
}
#back-btn:hover {
  color: #f76800;
}

#user-logout-confirmation [type=button]:hover {
  background: rgb(255, 132.2631578947, 43);
  color: white !important;
}

.box-it {
  padding: 1rem 1rem;
  border: 1px solid rgba(247, 104, 0, 0.5);
  border-radius: 0.25rem;
}

.banner {
  margin-left: -1rem;
  margin-right: -1rem;
}

tr[data-bs-toggle=collapse] {
  cursor: pointer;
}

.sticky {
  position: sticky;
  top: 0px;
}
