﻿/* 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;
}

.site-map-cat {
    font-size: 24px !important;
    font-weight: normal;
}
.site-map-sub-cat {
    font-size: 20px !important;
    font-weight: normal;
}
.site-map-sub-sub-cat {
    font-size: 16px !important;
    font-weight: normal;
    margin-left:40px;
}

.site-map-cat :hover{
    font-weight:bold;
}
.site-map-sub-cat :hover {
    font-weight: bold;
}
.site-map-sub-sub-cat :hover {
    font-weight: bold;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
.font-steelblue{
    color:steelblue;
}
.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;
}
.bg-gainsboro{
    background-color:gainsboro;
}
.bg-silver {
    background-color: silver;
}
.bg-darkgray {
    background-color: darkgray;
}
.w-20{
    width:20%!important;
}
.public-switch {
    height: 30px !important;
    width: 60px !important;  
}
.form-switch {
    padding-left: 0 !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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: 60px;*/
padding-bottom:0!important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */

}
.footer a {
    text-decoration: none !important;
}
footer {
    height: 60px;
    background-color: whitesmoke;
}

footer a {
    line-height: 60px;
}

.copyw {
    line-height: 60px;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.carousel-item > img {
    height: none !important;
}

.footer{
    bottom:0;
    left:0;
    background-color:#f6f6f6!important;
    z-index:4;
}

.social-media-tag {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 40px;
    background-color: transparent;
    z-index: 20;
    position: fixed;
    border-top: 1px solid steelblue;
    border-left: 1px solid steelblue;
    border-bottom: 1px solid steelblue;
}

#side-ul li a:hover{
    opacity:.6;
}
.btn-img-view {
    border-radius: 50%;
}
.dropdown-menu li a{
    color:dimgray!important;
}
.numerical-txt{
    width:70px!important;
    text-align:center;
    font-weight:bold;
    height:35px!important;
}
.basket-thumb{
    height:50px;
    border-radius:50%;
}
.basket-lh{
    line-height: 45px;
}
.main-menu-wrapper {
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 5;
    top:0;
}
.title-font {
    font-family: var(--bs-font-sans-serif);
    font-weight:300;
}
.w-30{
    width:30%!important;
}
.accordion-button{
    padding:0.6em!important;
}
.last-tr:hover {
    background-color: #f8f9fa !important;
}
#loading-indicator {
    display: none !important;
}

#loading-indicator.htmx-request {
    display: block!important;
    text-align:center!important;
    margin:0 auto!important;
}
.lower-navbar{
    padding:0!important;
}
.half-open-folder {
    position: absolute!important;
    left: 0;
    bottom: 0;
    height: 100%;
}
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

.w-10{
    width:10%!important;
}
.form-check-input:checked {
    background-color: #198754 !important;
    border-color: #198754 !important;
}
.form-check-input {
    width: 2em !important;
    height: 1.3em !important;
    cursor: pointer !important;
}
.lh-normal{
    line-height:normal;
}
body {
    padding-bottom: 0 !important;
}
.img-title-bg {
    border-bottom: 1px solid gainsboro !important;
}
.border-top-dm {
    border-top: 1px solid gainsboro !important;
}
.hp-header{
    color:dimgray;
}
.hp-subheader {
    color: dimgray;
}