@import "icomoon.css";

@import "/front_files/nateli/styles.css";

@font-face {
  font-family: 'FiraGO';
  src: url('/front_files/fonts/FiraGO-SemiBold.woff2') format('woff2'),
       url('/front_files/fonts/FiraGO-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FiraGO';
  src: url('/front_files/fonts/FiraGO-Light.woff2') format('woff2'),
       url('/front_files/fonts/FiraGO-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'FiraGO Book';
  src: url('/front_files/fonts/FiraGO-Book.woff2') format('woff2'),
       url('/front_files/fonts/FiraGO-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  position: relative;
  min-height: 100%;
}
.b-rad-none {
  border-radius: 0!important;
}
.bt-none {
  border-top: none;
}
.bb-none {
  border-bottom: none;
}
.bl-none {
  border-left: none;
}
.br-none {
  border-right: none;
}
select, select.form-control {
  -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}
*::selection {
  background: #152F4F;
	color: #fff;
}
.t-shadow {
  -webkit-box-shadow: 0px 0px 15px rgba(68,68,68,0.2);
  -moz-box-shadow: 0px 0px 15px rgba(68,68,68,0.2);
  box-shadow: 0px 0px 15px rgba(68,68,68,0.2);
}
.b-shadow {
  -webkit-box-shadow: 0 4px 10px -1px rgba(68,68,68,0.2);
  -moz-box-shadow: 0 4px 10px -1px rgba(68,68,68,0.2);
  box-shadow: 0 4px 10px -1px rgba(68,68,68,0.2);
}
#nothingfound {
  display: none;
  margin: 1rem 0;
}
p:empty {
  display: none;
}
dt:empty, dd:empty {
  padding: 0.8rem 0;
}
a.u-none, a:hover.u-none, button.u-none, button.u-none:hover, button.u-none:active, button.u-none:focus {
   text-decoration: none;
}
.btn:focus, .btn:active, input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active {
 outline: none !important;
 box-shadow: none !important;
}
.inverted {
    filter: invert(50%);
}
.page-location {
  font-size: 0.90rem;
}
.page-location a{
  text-decoration: none;
}
.page-location li:last-child {
  width: 15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-location .breadcrumb {
  background:none;
  border:none;
}
.breadcrumb-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .4rem 0;
  margin-bottom: 3rem;
  background:#F7F7F7;
  border-radius: 5px;
}
.breadcrumb-holder nav {
  flex-grow: 3;
}

.limit-1 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.limit-2 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.limit-3 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.limit-4 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.limit-5 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 5; /* number of lines to show */
   -webkit-box-orient: vertical;
}
body {
  box-sizing: border-box;
  font-family: 'FiraGO Book';
  background-color: rgba(237, 237, 237, 0.3);
}

img.bg {
  /* opacity: 0.3; */
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.menu-decreased {
  min-width: 3rem;
}
.mx-lang {
  margin: 0 0.5rem;
}

/* Search section */
.version {
  font-size: 1.3rem
}

.main-content-holder {
  min-height: calc(100vh - 206px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-holder  {
  background-color: #F8F9FA;
  padding: 1rem;
  border-radius: 0.2rem;
  margin: 4rem 0;
}
.page-holder {
  padding: 1rem;
  margin: 4rem 0;
}
/* About */
.article h1 {
  font-size:2.2em;
}
.article h2 {
  font-size:2em;
}
.article a {
  color: #224c80;
}
/* Record page */

.taxonomy, .left-block {
  background: #fff;
}
.taxonomy h5, .left-block h5  {
  text-align: center;
  font-weight: 600;
  padding-top: 1rem;
}
.taxonomy ul {
  margin-left: 1.2rem;
  padding-left: 0;
}
.taxonomy ul li {
  list-style-type: none;
}
.taxonomy ul li p {
  margin: 0;
}

.left-block-inner {
  padding: 0 0.7rem 0.7rem 0.7rem;
}

.left-block div .btn {
  margin: 0.2rem 0;
}

.similar-items .list-group-item {
  border-left: none;
  border-right: none;
  padding: 0.8rem;
}
.similar-items .list-group-item:hover {
  background: rgba(247,247,247,0.4);
}
.similar-items .list-group-item:last-child {
  border-bottom: none;
}
.similar-items img {
  object-fit: cover;
  width: 60px;
  height: 60px;
  margin-right: 0.8rem;
}
.similar-items a {
  font-size: 0.85rem;
  text-decoration: none;
}
.export-options .btn {
  margin-right: 0.3rem!important;
}
.select-container {
  margin: 1rem 0;
  display: flex;
}
#openseadragon1 {
  background: #f2f2f2;
}
.osd-container {
  height: 65vh;
}
#toolbarDiv {
  height: 40px;
  margin: 1rem 0;
}
#currentpage {
  font-size: 0.8rem;
  margin-left: 0.2rem;
  height: 30px;
  padding: 0.65rem;
  border: solid 1px #333;
  border-radius: 5px;
  background: #fff;
}
#currentpage::before {
  content: 'Pg: '
}
.accordion .fa{
        margin-right: 0.5rem;
}
.acc-heading {
  position: relative;
}
.acc-heading-input {
  position:absolute;
  top:0;
  right:0;
  width:20px;
  background-color: #152F4F!important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.acc-heading-input:focus{
  width: 300px;
  background-color: white!important;
}
.filter-input {
  padding-left: 2rem;
  background: url('../img/highlighter-solid.svg');
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 15px 15px;
}
.filter-input-light {
  padding-left: 2rem;
  background:url('../img/solid-search.svg');
  background-color: rgba(255,255,255,0.9);
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 15px 15px;
}
/* ხელრთვა */
.signature-images-holder {
  width: 100%;
}
.signature-images-container {
  display: flex;
  padding-bottom: 1rem;
}
.signature-images-container a{
  margin: 0 0.5rem;
}
.signature-images-container a:first-child {
  margin-left: 0;
}
.signature-images-container a img {
  max-height:40px;
}
.signature-images-container textarea {
  display: none;
}
textarea.textpreview  {
  resize: none;
  overflow-y: auto;
  margin-top:0.5rem;
  height: 100px;
  border:none;
  background: none;
  font-size: 0.8rem;
}
/* end ხელრთვა */
.signs img {
  max-height: 15px;
  margin: 0 0.5rem;
}
.signs img:first-child {
  margin-left: 0;
}
mark {
  background: #152F4F;
  color: white;
  padding: 0;
}
.current {
  background: #F4E04D;
  color: #333;
}
.description-list dt {
  text-align: right;
}
.description-list dt::after {
  content: ':'
}
.description-list dd a {
  display: block;
}
.description-list p {
  display:inline;
  margin: 0.5rem 0;
}
.description-list p+p {
  display: block;
}
.disabled-nav-link, .disabled-nav-link:hover {
  border:none;
  pointer-events: none;
}

.btn-mark-filter {
  width: 34px!important;
  height: 34px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.custom-bq, blockquote {
  font-style: italic;
  font-size: 85%;
  padding-left: 1rem;
  border-left: solid 3px #a3a3a3;
}






/* Footer */
.footer-container {
  width: 100%;
}
.footer {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer img {
  margin-right: 0.5rem;
  height: 2.5rem;
}
.copyright {
  text-align: right;
}
.dh img{
    transition: filter .2s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    }
.dh img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


@media only screen and (max-width: 576px){
  .sm-d-none {
    display: none;
  }
  .logo {
    height: 3rem;
  }
  .mx-lang {
    margin-left: 0;
  }
  .search-holder {
    padding: 0.8rem;
    margin: 1rem;
  }
  .footer-container {
    width: 100%;
  }
  .footer {
    height: auto;
    padding: 1rem;
    flex-direction: column;
    text-align: center;
  }
  .footer-logos {
    text-align: center;
  }
  .footer img {
    margin: 0.5rem auto;
    height: 2.5rem;
  }
  .copyright {
    text-align: center;
  }
}
@media only screen and (max-width: 768px){
  .logo {
    height: 3.5rem!important;
  }
  .search-holder {
    padding: 0.8rem;
    margin: 1rem;
  }
  .footer-container {
    width: 100%;
    position: relative;
  }
  .footer {
    height: auto;
    padding: 1rem;
    flex-direction: column;
    text-align: center;
  }
  .footer img {
    height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .copyright {
    text-align: center;
  }
}

@media only screen and (max-width: 989px) {
  .footer {
    height: auto;
    padding: 1rem;
    flex-direction: column;
    text-align: center;
  }
  .footer img {
    height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}



@media print {
  .osd-container {
    height: 500px;
  }
  .inl-4 {
     overflow: visible;
     text-overflow: inherit;
     display: block;
  }
  .transcript-notes {
    height: auto;
    overflow: hidden;
  }
  .col-print-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .transcript-notes-desc dt {
    text-align: left;
  }
}




/* TOC */

/*! * Bootstrap Table of Contents v1.0.1 (http://afeld.github.io/bootstrap-toc/)
* Copyright 2015 Aidan Feldman
* Licensed under MIT (https://github.com/afeld/bootstrap-toc/blob/gh-pages/LICENSE.md) */
nav[data-toggle=toc] .nav>li>a{
  display:block;
  padding:4px 20px;
  font-size:13px;
  font-weight:500;
  color:#767676
}
nav[data-toggle=toc] .nav>li>a:focus,nav[data-toggle=toc] .nav>li>a:hover{
  padding-left:19px;
  color:#152F4F;
  text-decoration:none;
  background-color:transparent;
  border-left:1px solid #152F4F;
}
nav[data-toggle=toc] .nav-link.active,nav[data-toggle=toc] .nav-link.active:focus,nav[data-toggle=toc] .nav-link.active:hover{
  padding-left:18px;
  font-weight:700;
  color:#152F4F;
  background-color:transparent;
  border-left:2px solid #152F4F;
}
nav[data-toggle=toc] .nav-link+ul{
  display:none;
  padding-bottom:10px
}
nav[data-toggle=toc] .nav .nav>li>a{
  padding-top:1px;
  padding-bottom:1px;
  padding-left:30px;
  font-size:12px;
  font-weight:400
}
nav[data-toggle=toc] .nav .nav>li>a:focus,nav[data-toggle=toc] .nav .nav>li>a:hover{
  padding-left:29px
}
nav[data-toggle=toc] .nav .nav>li>.active,nav[data-toggle=toc] .nav .nav>li>.active:focus,nav[data-toggle=toc] .nav .nav>li>.active:hover{
  padding-left:28px;
  font-weight:500
}
nav[data-toggle=toc] .nav-link.active+ul{
  display:block
}


/* modal-xl */
@media (min-width: 768px) {
  .modal-xl {
  width: 100%;
  max-width:1200px;
  margin: auto;
  overflow: hidden;
  }
}
body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}
.modal-open .col-md-4{
  padding-right: 0 !important;
  overflow: hidden;
}
