﻿html {
  font-size: 10px;
}

@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;
}

.nav-item:hover {
  background-color: #e9ecef;
}

.tabIndexList > :not(caption) > * > * {
  vertical-align: top;
}

.tabIndexList > :not(caption) > * {
  border-bottom-color: gray;
  border-bottom-width: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}

.tabIndexListDet > :not(caption) > * > * {
  vertical-align: top;
  border-bottom-color: lightgray;
  border-bottom-width: 1px;
  border-left-width: 5px;
  border-left-color: transparent;
}

.AshTag {
  display: inline-block;
}

  .AshTag::first-letter {
    font-size: 110%;
    color: dodgerblue;
  }
.zoomLbl {
  color: #8f8f8f;
  font-size: 1.5rem;
  transition: 0.3s;
}
.zoomBtn {
  color: #8f8f8f;
  font-size: 2.2rem;
  font-weight: bold;
  transition: 0.3s;
}

  .zoomBtn:hover,
  .zoomBtn:focus {
    color: #bbb;
    background-color: #e9ecef;
    text-decoration: none;
    cursor: pointer;
  }
.imgContainer {
  width: 100%;
  height: auto;
  max-height: 92vh;
  overflow: auto;
}

img {
  height: auto;
}



.img-magnifier-container {
  position: relative;
}

.img-magnifier-container > img {
  max-width: 100%;
}

.img-magnifier-glass {
  position: absolute;
  border: 2px solid #000;
  border-radius: 10%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  max-width: 100%;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: 0px;
  margin-left: 0px;
}

.td-lable {
  font-size: .8rem;
}


.pagesize-group {
  width: auto;
  height: fit-content;
}

.btn {
  padding: 0.1rem 0.1rem 0.1rem 0.1rem;
}

ol, ul {
  padding-left: 0.1rem;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #8f8f8f;
  border-color: #2a2a2a;
}

.page-link.active {
  color: #fff;
  background-color: #8f8f8f;
  border-color: #2a2a2a;
}

.page-link {
  color: #2e2e2e;
  border-color: #2a2a2a;
}

.page-item.disabled .page-link {
  color: #8f8f8f;
  background-color: #fff;
  border-color: #2a2a2a;
}

textarea {
  resize: revert;
}


.selAshTag input[type=checkbox]:checked=true ~ * {
  border-width: 3px;
  border: solid green;
}

.selAshTag > * > * > input {
  border-width: 3px;
  border: solid red;
}

.selAshTag {
  max-width: 400px;
  list-style-type: none;
}

  .selAshTag > * {
    list-style-type: none;
  }

    .selAshTag > * > li {
      flex-wrap: nowrap;
      display: flex;
    }

tr.tr-light {
  color: var(--bs-gray-300);
}

.class_checkbox {
  line-height: 24px;
  margin-top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 15%;
  background-color: white;
  display: inline-block;
  z-index: 1;
}

  .class_checkbox.on {
    background: url('../AppImages/checked.png') no-repeat;
  }

  .class_checkbox.off {
    background: url('../AppImages/unchecked.png') no-repeat;
  }



.c-scroll-to-top-button {
  bottom: .5rem;
  height: 2rem;
  position: fixed;
  right: .5rem;
  width: 2rem;
}

.c-scroll-to-top-button__link {
  background-color: rgba(34,34,34,.32);
  color: #fff;
  display: block;
  height: 100%;
  display: none;
  opacity: 0;
  transition: all .5s ease-in-out;
  width: 100%
}

  .c-scroll-to-top-button__link:focus, .c-scroll-to-top-button__link:hover {
    background-color: rgba(34,34,34,.64)
  }

.c-scroll-to-top-button.active > .c-scroll-to-top-button__link {
  display: block;
  opacity: 0.3
}

@media only screen and (max-width: 767px) {
  .c-scroll-to-top-button {
    display: none
  }
}

.c-scroll-to-top-button svg {
  height: 2.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 2.5rem
}

input[type=text].changedClass {
  background-color: lightblue;
}


.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
