/** Define Inolares' font as default for all pages */
@font-face {
  font-family: DaxOT;
  src: url("../webfonts/DaxOT Regular.otf") format("opentype");
}

body,html {
  font-family: DaxOT, serif;
  font-size: 1em;
}

option {
  font-family: DaxOT, serif;
}

.image_logo {
  max-width: 200px;
}

.ino-w15 {
  width: 15% !important;
}
.ino-w40 {
  width: 40% !important;
}

caption {
  caption-side:top;
}

.avatar-circle {
  border-radius: 16px !important;
}

.navbar {
  background: linear-gradient(to left, #343a40,#000000) !important;
}

.bd-content{
  -ms-flex-order:1;
  order:1
}
.bd-content>h2[id],.bd-content>h3[id],.bd-content>h4[id]{
  pointer-events:none
}
.bd-content>h2[id]::before,.bd-content>h3[id]::before,.bd-content>h4[id]::before{
  display:block;
  height:6rem;
  margin-top:-6rem;
  content:""
}
.bd-content>table{
  width:100%;
  max-width:100%;
  margin-bottom:1rem
}
@media (max-width: 991.98px){
  .bd-content>table{
    display:block;
    overflow-x:auto
  }
  .bd-content>table.table-bordered{
    border:0
  }
}
.bd-content>table>thead>tr>th,.bd-content>table>thead>tr>td,.bd-content>table>tbody>tr>th,.bd-content>table>tbody>tr>td,.bd-content>table>tfoot>tr>th,.bd-content>table>tfoot>tr>td{
  padding:.75rem;
  vertical-align:top;
  border:1px solid #dee2e6
}
.bd-content>table>thead>tr>th>p:last-child,.bd-content>table>thead>tr>td>p:last-child,.bd-content>table>tbody>tr>th>p:last-child,.bd-content>table>tbody>tr>td>p:last-child,.bd-content>table>tfoot>tr>th>p:last-child,.bd-content>table>tfoot>tr>td>p:last-child{
  margin-bottom:0
}
.bd-content>table td:first-child>code{
  white-space:nowrap
}
.bd-content-title{
  display:block;
  pointer-events:auto
}
.bd-content>h2{
  font-size:2rem
}
@media (max-width: 1200px){
  .bd-content>h2{
    font-size:calc(1.325rem + .9vw)
  }
}
.bd-content>h3{
  font-size:1.75rem
}
@media (max-width: 1200px){
  .bd-content>h3{
    font-size:calc(1.3rem + .6vw)
  }
}
.bd-content>h4{
  font-size:1.5rem
}
@media (max-width: 1200px){
  .bd-content>h4{
    font-size:calc(1.275rem + .3vw)
  }
}
.bd-content>h2:not(:first-child){
  margin-top:3rem
}
.bd-content>h3{
  margin-top:1.5rem
}
.bd-content>ul li,.bd-content>ol li{
  margin-bottom:.25rem
}
@media (min-width: 992px){
  .bd-content>ul,.bd-content>ol,.bd-content>p{
    max-width:80%
  }
}
.bd-title{
  margin-top:1rem;
  margin-bottom:.5rem;
  font-size:3rem
}
@media (max-width: 1200px){
  .bd-title{
    font-size:calc(1.425rem + 2.1vw)
  }
}

.bd-sidebar{
  -ms-flex-order:0;
  order:0;
  border-bottom:1px solid rgba(0,0,0,0.1)
}
@media (min-width: 768px){
  .bd-sidebar{
    border-right:1px solid rgba(0,0,0,0.1)
  }
  @supports ((position: -webkit-sticky) or (position: sticky)){
    .bd-sidebar{
      position:-webkit-sticky;
      position:sticky;
      top:4rem;
      z-index:1000;
      height:calc(100vh - 4rem)
    }
  }
}
@media (min-width: 1200px){
  .bd-sidebar{
    -ms-flex:0 1 320px;
    flex:0 1 320px
  }
}
.bd-links{
  width:100%;
  padding-top:1rem;
  padding-bottom:1rem;
  border-top:1px solid rgba(0,0,0,0.05)
}
@media (min-width: 768px){
  @supports ((position: -webkit-sticky) or (position: sticky)){
    .bd-links{
      max-height:calc(100vh - 9rem);
      overflow-y:auto
    }
  }
}

.bd-search{
  position:relative;
  padding:1rem 15px;
  margin-right:-15px;
  margin-left:-15px
}
.bd-search .form-control:focus{
  border-color:#7952b3;
  box-shadow:0 0 0 3px rgba(121,82,179,0.25)
}
.bd-search-docs-toggle{
  color:#212529
}
.bd-sidenav{
  display:none
}

.bd-sidenav>li {
  padding-left: 3rem !important;
  font-size: 0.9em !important;
}
.bd-sidenav>li>a {
  color:rgba(0,0,0,0.65) !important;
}

.bd-toc-link{
  display:block;
  padding:.25rem 1.5rem;
  font-weight:600;
  color:rgba(0,0,0,0.65)
}
.bd-toc-link:hover{
  color:rgba(0,0,0,0.85);
  text-decoration:none
}
/*
.bd-toc-item.active{
  margin-bottom:1rem
}
.bd-toc-item.active:not(:first-child){
  margin-top:1rem
}
*/
.bd-toc-item.active>.bd-toc-link{
  color:rgba(0,0,0,0.85)
}
.bd-toc-item.active>.bd-toc-link:hover{
  background-color:transparent
}
.bd-toc-item.active>.bd-sidenav{
  display:block
}
.bd-sidenav-active {
  color: #000000 !important;
  font-weight: bold !important;
}

.profile-image-full {
  max-width: 250px;
}

/* Handle mouse over on admin user page */
.mod_toggle:hover,.menu_toggle:hover, .btn_hover, .td_edit {
  cursor: pointer;
}
