.dropdown-toggle {outline: 0;}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.dropdown-toggle { outline: 0; }

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.modal {
  background:rgba(0,0,0,0.4);
}

.modal-content {
  max-height:90vh;
  min-width:300px;
  min-height:200px;
}
.modal-dialog {
  transform: translateX(50%);
}
.modal-content {
  resize:both;
  overflow:auto;
  transform: translateX(-50%);
  perspective-origin: 50% 50%;
}
.modal-body {
  height: 100%;
  overflow: auto;
}

.flex-modal-large .modal-dialog {
  max-width: 1140px;
  height:90vh;
}

.flex-modal-large .modal-content {
  width:100%;
  height:100%;
}

.flex-component {
  display: flex;
  flex-direction: column;
}

.flex-sel-tree {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}

.flex-sel-tree-item {
  
}

.flex-sel-tree-item-line {
  padding: .75rem 1.25rem;
}

.flex-sel-tree-item-runtitle {
  display: inline-block;
}

.flex-field-tree-item-runtitle {
  display: inline-block;
}

.flex-sel-item-fval {
  display: flex;
  flex-direction: row;
}

.flex-sel-item-fmpanel {
  display: inline-block;
}

.flex-sel-item-impanel {
  display: inline-block;
}

.flex-field-item-impanel {
  display: inline-block;
}

.flex-sel-tree-item-clickable {
  cursor: pointer;
}

.flex-sel-tree-item-selected {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.flex-sel-tree-item-container {
  padding: 0.5em;
}

.flex-sel-tree-item-full-type,
.flex-field-tree-item-full-type {
  font-size:80%;
  font-weight: 300;
  color:#555;
  text-align: right;
}

.flex-sel-tree-item-full-header,
.flex-field-tree-item-full-header{
  color: #fff;
  background-color: #555;
  font-weight: 300;
  text-align: center;
}

.flex-sel-tree-item-ftable {
  width: 100%;
  --bs-table-accent-bg: transparent;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dfe0e1;
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #212529;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #212529;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #212529;
}

.flex-sel-tree-item-ftable th {
  width: 1px;
  vertical-align: top;
}

.flex-sel-tree-item-ftable td {
  vertical-align: top;
}

.flex-sel-tree-item-ftable > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.flex-field-tree {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}

.flex-field-tree-item {
  
}

.flex-field-tree-item-line {
  
}

.flex-sel-table th,
.flex-sel-table td {
  padding: 8px;
}

.flex-sel-table > tbody > tr:nth-child(2n+1) > th,
.flex-sel-table > tbody > tr:nth-child(2n+1) > td {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.flex-sel-table-item-clickable {
  cursor: pointer;
}

.flex-sel-table > tbody > tr.flex-sel-table-item-selected > td {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.flex-sel-table-tr-btns {
  
}

.flex-sel-table-showmore-btn,
.flex-field-table-showmore-btn, 
.flex-sel-tree-showmore-btn,
.flex-field-tree-showmore-btn {
  text-align: center;
  cursor: pointer;
  color: #b9b7b7;
}

.flex-showmore-progress {
  background:url("/public/com/teacode/bootstrap/svg/bootstrap-icons-1.5.0/three-dots.svg") no-repeat scroll 0 0 transparent;
  background-size:100% 100%;
  height:20px;
  animation-name:flex-showmore-animation;
  animation-duration:2s;
  animation-iteration-count:infinite;
}

.modal.flex-filter-popup {
  display:none;
}

.flex-filter-progress {
  background:url("/public/com/teacode/bootstrap/svg/bootstrap-icons-1.5.0/three-dots.svg") no-repeat scroll 0 0 transparent;
  background-size:100% 100%;
  height:20px;
  animation-name:flex-showmore-animation;
  animation-duration:2s;
  animation-iteration-count:infinite;
}

@keyframes flex-showmore-animation {
  from {
    opacity:0;
  }
  50% {
    opacity:.5;
  }
  to {
    opacity:0;
  }
}

.flex-error-block {
  width:100%;
  height:100%;
}

.flex-error-message {
  line-height:1.2;
  white-space:pre-wrap;
  color: #e34631;
}

.flex-error-strace-block {
  width: 100%;
}

.flex-error-strace {
  display:block;
  font-family:ptmono, monospace;
  line-height:1.0;
  font-size: 0.8em;
  overflow:visible;
  white-space:pre;
  margin-bottom: 0.6rem;
}

.flex-stacktrace-line {
  display:block;
  font-family:ptmono, monospace;
  line-height:1.0;
  font-size: 0.8em;
  overflow:visible;
  white-space:pre;
  margin-bottom: 0.6rem;
}

.flex-btn-show  {
  cursor: pointer;
  font-size: 0.8em;
  color: #b9b7b7;
  border-bottom: 1px dashed;
  display: inline-block;
}

.flex-evaltime {
  font-size: 0.8em;
  color: #b9b7b7;
  display: inline-block;
  margin: 6px 0;
}

.flex-console {
  display: block;
}

.flex-method-params-block {
  position: relative;
}

.flex-method-param-block {
  padding:5px;
}

.flex-method-param-title {
  font-weight:300;
}

.flex-method-param-inputs {
  
}

.flex-method-wherr {
  color: #e34631;
}

.flex-mp-button {
  margin: 1px;
}

.flex-val-text {
  white-space: pre-wrap;
  padding: 0;
  margin: 0;
}

.flex-reg-title {
  
}

.flex-doc-title {
  
}

.flex-doc-state {
  color: #6c757d !important;
}

.flex-login-block {
  max-width: 22rem;
}

.flex-icon {
  display:inline-block;
  height:14px;
  width:14px;
  padding:0;
  align-self:center;
  cursor:pointer;
  margin:0 auto;
}

.flex-icon-hover {
  display:inline-block;
  height:14px;
  width:14px;
  padding:0;
  align-self:center;
  cursor:pointer;
  margin:0 auto;
  opacity:0.3;
}

.flex-schedicon {
  display:inline-block;
  height:12px;
  width:12px;
  padding:0;
  align-self:center;
  cursor:pointer;
  margin:0 auto;
}

.flex-icon-hover:hover {
  opacity:1;
}

.flex-icon-pencil {
  background:url("/public/com/teacode/bootstrap/svg/bootstrap-icons-1.5.0/pencil.svg") no-repeat scroll 0 0 transparent;
  background-size:100% 100%;
}

.flex-icon-x {
  background:url("/public/com/teacode/bootstrap/svg/bootstrap-icons-1.5.0/x.svg") no-repeat scroll 0 0 transparent;
  background-size:100% 100%;
}

.flex-val-e {
  display:flex;
  flex-direction: row !important;
}

.flex-val-e-valcont {
  
}

.flex-val-e-panel {

}

.flex-table-filter-block,
.flex-tree-filter-block {
  display: inline-block;
  margin: 0 4px;
}

.flex-table-filter,
.flex-tree-filter {
  background: url("/public/com/teacode/bootstrap/svg/bootstrap-icons-1.5.0/filter-square.svg") no-repeat scroll 0 0 transparent;
  background-size: 100% 100%;
}

.flex-filter-vals-selector {
  font-weight: normal;
}

.flex-inline-mrun-footer > * {
  margin: .25rem;
}

.paramshield {
  z-index: 1062;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #0002;
  /*transform: translateX(-1rem);*/
  background-image: ;
}

.modal-body .paramshield {
  position: fixed;
  transform: translateX(-1rem);
}

.paramshield::before {
  content:'';
  --iconSize: 28px;
  width:var(--iconSize);
  height:var(--iconSize);
  /*position:fixed;*/
  position: relative;
  -webkit-background-size:contain;
  -moz-background-size:contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/public/com/teacode/dm/inputs1/svg/loading.svg");
  top: calc(50% - var(--iconSize) / 2);
  left: calc(50% - var(--iconSize) / 2);
  display: inline-block;
}

.flex-field-tree-item-ftable > tbody > tr > th {
  vertical-align: top;
}


