@font-face {
  font-display:block;
  font-family:bootstrap-icons;
  src:url("/theme/fonts/bootstrap-icons.woff2") format("woff2"),
  url("/theme/fonts/bootstrap-icons.woff") format("woff")
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.dragelement:hover {
            background: var(--bs-secondary-bg);
            transform: scale(1.03);
        }
        .dragging {
            opacity: 0.7;
        }
        .over {
            border: 2px dashed #ff8c42;
            background: #fff3e0;
        }
.page-link{
	cursor:pointer;
}
.dnone{
  display:none;
}
.modal{
	background-color: #000000D3;
}
.modal-header *{
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.fst-label{
	display: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid silver;
  opacity: 0.8;
  top: 202px;
  left: 202px;
  position: absolute;
  padding: 5px;
  border-radius: 3px;
  color: black;
}
#unload-box {
	width: 100vw;
	height: 100vh;
	background: silver;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#unload-box::after {
	left: 50vw;
	top: 50vh;
	position: absolute !important;
	border: 10px solid blue;
	animation: spinAround 1.5s infinite linear;
	border-radius: 9999px;
	border-right-color: transparent;
	border-left-color: transparent;
	box-shadow: 1px 2px 3px aliceblue;
	content: "";
	display: block;
	height: 6em;
	width: 6em;
	z-index: 999999;
}
footer{
	padding-top:1em;
	padding-bottom:1em;
}
a.sidebar-heading:hover {
  background-color: var(--bs-light-bg-subtle);
}
/*
Signin
*/
html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bi {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin:5px;
  }
  
  /*
   * Sidebar
   */
  
  @media (min-width: 768px) {
    .sidebar .offcanvas-lg {
      position: -webkit-sticky;
      position: sticky;
      top: 48px;
    }
    .navbar-search {
      display: block;
    }
  }
  
  .sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;
  }
  
  .sidebar .nav-link.active {
    color: #2470dc;
  }
  
  .sidebar-heading {
    font-size: .75rem;
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
  }
  .nav-link[data-bs-toggle="collapse"]::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9' width='9' height='9' fill='hsl%28220, 10%, 75%%29'%3e%3cpath d='M4 0 L4 4 L0 4 L0 5 L4 5 L4 9 L5 9 L5 5 L9 5 L9 4 L5 4 L5 0 Z' /%3e%3c/svg%3e");
    margin-left: auto;
    transform-origin: center center;
    transition: all .3s ease-in-out;
  }
  .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]::after {
    transform: rotate(45deg);
  }
  .nav-link{
  cursor:pointer;
  }
  /*
  Main
  */
  #maincontentbox{
    min-height: 100vh;
  }
  .hidden{
  display:none;
  }
  /* 
  Tables
  */
  tbody tr td a{
    text-decoration: none;
    color: inherit;
    font-size:small;
  }
  .tanchor{
  display:inline-block;
  width:100%;
  }
  .td-img{
    max-width: 50px;
    max-height: 50px;
  }
  #exportopts{
    transform:translateX(-65px) translateY(30px);
  }
  #msgDiv {
    position: fixed;
    bottom: 0px;
    /*! max-height: 100px; */
    background-color:var(--bs-info-bg-subtle);
    color:var(--bs-body-color);
    /*! left: 25%; */
    width: 100%;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: auto;
    font-size:0.8em;
  }

#msgDiv>p {
	width: 100%;
	display: flex;
}

#msgDiv span {
	width: 33%;
}

#msgDiv a {
	color: aquamarine;
}
.results{
	max-height:10em;
	overflow-y:scroll;
}
.results ul{
	list-style:disclosure-closed;
	padding-left:.7rem;
}
.results ul li{
	cursor:pointer;
	font-size:.9rem;
	line-height:1.5rem;
}
.results ul li:hover{
	color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
/*
TAGS
*/
.tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem !important;
  font-size: 10px;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tags.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tag:not(body) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color:var(--bs-body-color);
  border-radius: 3px;
  color: var(--bs-body-bg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25em;
  margin-right: -0.375em;
}

.tag:not(body).is-white {
  background-color: var(--bs-body-color);
  color: var(--bs-body-bg);
}

.tag:not(body).is-black {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: #363636;
}

.tag:not(body).is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.tag:not(body).is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.tag:not(body).is-link {
  background-color: #3273dc;
  color: #fff;
}

.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff;
}

.tag:not(body).is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete:before, .tag:not(body).is-delete:after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.tag:not(body).is-delete:before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete:after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}
.file-input{
  display:none;
}
.show-image{
  display:inline-block;
  position: relative;
}
.image-turn-left {
  left: 1em;
}
.show-image span.image-down {
  right: 0em;
}
.show-image span.image-up {
  right: 3.4em;
}
.show-image span{
  padding:5px;
  background-color: var(--tmce-sc-arrow-color);
  position:absolute;

  right: 1.7em;
  top: 0px;
  /*! width: 1.5em; */
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid antiquewhite;
  opacity: 1;
  cursor: pointer;
  display: none;
  /*! margin-right: 1px; */
  /*! display: block; */
  height: 1.5em;
  width: 1.5em;
  line-height: 0.7em;
}
.show-image:hover {
  border: 1px solid silver;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 1px 1px 1px silver;
  margin: 0px;
}
.show-image:first-of-type span.image-up {
  display: none;
}
.show-image:last-of-type span.image-down {
  display: none;
}
.show-image:hover span {
  display: block;
}
.modfield-block{
	margin:5px 2px 20px 2px;;
	border:2px solid var(--bs-body-color);
	padding:1px;
}
.modfield-field{
	margin-bottom:5px;
	border:1px solid var(--bs-light-border-subtle);
	padding:4px;
	align-items:center;
	justify-content:space-between;
}
.modfield-icon{
	width:16px;
	height:16px;
	margin:5px;
	cursor:move;
}
.fst_as {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Icons */
.fas::before,.fa::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
  display:inline;
  font-family:bootstrap-icons!important;
  font-style:normal;
  font-weight:400!important;
  font-variant:normal;
  text-transform:none;
  line-height:1;
  vertical-align:-.125em;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.fa-search::before {
  content:"\f52a"
}
.fa-menu::before{
  content: "\f479";
}
.fa-plus-square-dotted::before {
  content: "\f4fb";
}
.fa-angle-up::before {
  content: "\f235";
}
.fa-angle-down::before {
  content: "\f229";
}