﻿/* 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;
}

[data-bs-theme="light"] .fa {
    color: #212529 !important; /* same as text-dark */
}

[data-bs-theme="dark"] .fa {
    color: #f8f9fa !important; /* same as text-light */
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
 has stop 
.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 10px;
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.main {
    position: absolute;
    top: 80px;
    bottom: 25px;
    left: 0;
    right: 0;
}

.footer {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

@media print {
    /* Allow page breaks when printing. Otherwise only prints one page */
    dt, dd, img, a, h1, h2, h3, h4, h5, h6, p, span {
        page-break-inside: avoid;
    }
    .main {
        position: relative;
        top: 0px;
    }
    .footer {
        display: none;
    }
    .navbar {
        display: none;
    }
}


[data-bs-theme="light"] .container,
[data-bs-theme="light"] .container-fluid {
    background-color: whte;
}

[data-bs-theme="dark"] .container,
[data-bs-theme="dark"] .container-fluid {
    background-color: #212529;
}


    /* SIMple Styles
-------------------------------------------------- */

.SIMple-dtGallery {
    height: 250px;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 16px;
    background-color: inherit;
}

.SIMple-IndexPage-dtGallery {
    height: 250px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 16px;
    max-width: calc(100vw - 120px);
    background-color: inherit;
}

.SIMple-Content-Fixed {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    overflow: hidden;
    background-color: inherit;
}

.SIMple-Content-Scroll {
    height: 100%;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    background-color: inherit;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.SIMple-Content-Scroll::-webkit-scrollbar {
    display: none;
}

.SIMple-Content-Scroll-withBar {
    height: 100%;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: scroll;
    background-color: inherit;
}

@media print {
    /* Allow scrolling when printing. Otherwise only prints one page */
    .SIMple-Content-Scroll-withBar {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

        /* Hide scrollbar for Chrome, Safari and Opera */
        .SIMple-Content-Scroll-withBar::-webkit-scrollbar {
            display: none;
        }
}

.SIMple-IndexPage-Title {
    position: absolute;
    top: 0px;
    height: 60px;
    left: 0px;
    right: 0px;
    padding: 15px;
    background-color: inherit;
}

.SIMple-IndexPage-Content {
    position: absolute;
    top: 46px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    overflow: hidden;
    background-color: inherit;
}


.SIMple-Content-MaxWidth {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.SIMple-Page-Title-Rigid {
    height: 80px;
    max-width: 90%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: -15px;
    padding-right: -15px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: inherit;
}

.SIMple-Title-Sticky {
    width: 100%;
    padding-top: 15px;
    padding-left: -15px;
    padding-right: -15px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0px;
    order: 1;
    z-index: 1000;
}

[data-bs-theme="light"] .SIMple-Title-Sticky {
    background-color: white;
}

[data-bs-theme="dark"] .SIMple-Title-Sticky {
    background-color: #212529;
}

.SIMple-Card-Header {
    padding: 0.5rem;
    min-height: 60px;
    -webkit-justify-content: center;
    justify-content: center;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.03);
    border-radius: 0.5rem;
}

[data-bs-theme="light"] .SIMple-Card-Header {
    background: linear-gradient(45deg, #fafafa 0%, #f2f2f2 60%, #fafafa 100%);
    border-bottom: 1px solid #e5e5e5;
}

[data-bs-theme="dark"] .SIMple-Card-Header {
    background: linear-gradient(45deg, #232a33 0%, #2C3C4F 60%, #232a33 100%);
}

[data-bs-theme="light"] .modal-header {
    background: linear-gradient(45deg, #fafafa 0%, #f2f2f2 60%, #fafafa 100%);
    border-bottom: 1px solid #e5e5e5;
}

[data-bs-theme="dark"] .modal-header {
    background: linear-gradient(45deg, #232a33 0%, #2C3C4F 60%, #232a33 100%);
}

.SIMple-Card-Header-Title {
    padding: 0.5rem;
    margin: 0;
    min-height: 3rem;
    -webkit-justify-content: center;
    justify-content: center;
}

.SIMple-QS-ResultsHeader {
    margin-top: 0.5rem;
    padding: 0.5rem;
    height: 2rem;
}

[data-bs-theme="light"] .SIMple-QS-ResultsHeader {
    background: linear-gradient(45deg, #fafafa 0%, #f2f2f2 60%, #fafafa 100%);
    border-bottom: 1px solid #e5e5e5;
}

[data-bs-theme="dark"] .SIMple-QS-ResultsHeader {
    background: linear-gradient(45deg, #232a33 0%, #2C3C4F 60%, #232a33 100%);
}

.SIMple-Search-highlightText {
    background: var(--bs-warning-bg, #f5f242);
    padding: 1px;
}

::placeholder {
    color: dimgray;
    font-style: italic;
}

.card {
    border: none;
    background-color: inherit;
}