/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.form-control:focus {
    border-color: #0077cc;
    box-shadow: 0 0 0 0.2rem #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn-link.nav-link:focus {
  outline: black auto 1px;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: scroll;
  white-space: nowrap;
  line-height: 60px;
}

/* **************************************************************** */
/* site.css */
.sidebar {
    height: 100vh;
    overflow-y: auto;
    background-color: #002e5d;
    width:20rem !important;
    min-height:100vh;
}

#accordionSidebar {
    position: sticky;
    top: 0;
}

.form-control-check {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
    margin-left: 0.5rem;
    width: 1.4rem;
    height: 1.4rem;
}

.access-noaccess {
    color: lightgray;
}

.access-readonly {
    background-color: #ffffff; /* Default white */
    color: #000000; /* Black text */
}

.access-readwrite {
    color: red;
}

.freeze-table-wrapper {
    height: 650px;
    overflow-y: auto;
    overflow-x: auto;
    display: block;
    max-width: 100%;
}

.freeze-table {
    table-layout: auto;
    border-collapse:collapse;
    white-space:nowrap;
}

    .freeze-table thead th {
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 3;
    }

    .freeze-table th.sticky-col,
    .freeze-table td.sticky-col {
        position: sticky;
        left: 0;
        background-color: white;
        z-index: 2;
    }

    .freeze-table th.sticky-col {
        z-index: 4;
    }


.comment-text-wrap {
    margin-bottom: 0;
    white-space: pre-wrap; /* This enables wrapping and preserves line breaks */
}

.comment-block {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid #e3e3e3;
    border-radius: 0.5rem;
    background: #fafbfc;
}

.comment-meta {
    font-size: 0.9em;
    color: #888;
    margin-bottom: 0.25rem;
}

.comment-text {
    margin-bottom: 0;
}

.button-link {
    background: none;
    color: #4E73DF;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
}

    .button-link:hover {
        text-decoration: underline;
    }

.export-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

    .export-button .fa-file-excel {
        color: #217346; /* Excel green color */
        font-size: 32px; /* Adjust the size as needed */
        margin: 0;
        padding: 0;
    }