﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  font-family: Poppins,sans-serif;
  font-weight: 300; }

.navbar {
  background-color: #0a0c0f; }
  .navbar .container {
    font-weight: 500; }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none; } }

footer {
  /*position: absolute;
	left: 0;
	right: 0;
	bottom: 0;*/
  padding: 5px 9px 0 9px;
  /*> div {
		width: 100%;
		float: left;
		border-bottom: solid 1px #27293D;
	}*/ }

.dlgBlck .LinkLike:hover, #alert .LinkLike:hover, .dlg .LinkLike:hover, .dark .LinkLike:hover {
  color: #fff; }

.dlgBlck hr {
  border: none;
  color: #daedfe;
  background-color: #daedfe;
  height: 1px; }

.dlg {
  border: 1px solid #fff;
  display: block;
  clear: both;
  margin: 0;
  padding: 5px 5px 0 5px;
  background: #222;
  color: #eee;
  position: absolute; }

.dlgTtl {
  font-weight: bold;
  margin: -5px -5px 5px -5px;
  padding: 5px;
  height: 16px;
  line-height: 16px;
  background: #000;
  border-bottom: 1px dotted #888;
  display: block;
  clear: both;
  cursor: move; }

.dlgTtl .popX {
  display: block;
  float: right;
  position: absolute;
  top: 4px;
  right: 3px; }

.dlg .gr, #alert .gr {
  color: #999; }

.trLM {
  text-align: left;
  vertical-align: middle; }

.smlDlg {
  text-align: center;
  padding: 30px 0; }

.smlDlg TD {
  padding: 3px 0 2px 0; }

.btnGo {
  width: 25px;
  height: 20px;
  font-size: 11px;
  padding: 1px; }

.btnDlg, .btnDlg7 {
  color: #fff;
  background-color: #444;
  border: solid #fff 1px;
  padding: 2px 5px;
  cursor: pointer;
  margin: 2px 5px; }

.btnDlg {
  min-width: 50px; }

/* had to add the btnDlg7 above because IE7 does not handle the min-width for the buttons correctly */
.btnDlg:hover {
  border-top-color: #b3deff;
  border-left-color: #b3deff;
  border-bottom-color: #3b86ec;
  border-right-color: #3b86ec;
  color: #b3deff; }

.SmlDlgTitle, .SmlDlgTitleG {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1px;
  background: #507CD1 url(img/SectBarDrkBlue.jpg) no-repeat;
  height: 20px; }

.dlgBlck {
  color: #fff;
  height: auto; }

a:hover, a:visited:hover {
  color: #0041D8; }

a:visited {
  color: #800080; }

.jqmWindow {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -250px;
  width: 600px;
  color: #fff;
  z-index: 100; }

.mv-modal-overlay {
  background-color: #000; }

* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

/*;width:expression(this.parentNode.offsetWidth+'px');height:expression(this.parentNode.offsetHeight+'px');*/
* html .jqmWindow {
  position: absolute; }

/*;top:expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');*/
.jqDH {
  cursor: move; }

.jqRH {
  width: 15px;
  position: absolute;
  bottom: 0;
  right: -3px;
  cursor: se-resize;
  color: #555; }

.jqRH:hover {
  color: #ccc; }

#alert {
  border: 1px solid #000;
  background-color: #222; }

#alert a, #alert a:visited, .dlg a, .dlg a:visited {
  color: #ddd; }

#alert a:hover, .dlg a:hover {
  color: #fff; }

.jqmAlert {
  color: #eee; }

/*background:#FFF;width:550px;*/
.jqmAlrtTtl {
  height: 25px;
  width: 100%;
  background-color: #000;
  vertical-align: middle;
  border-bottom: dotted 1px #444; }

.jqmAlrtTtl h1 {
  padding-left: 5px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  font-style: italic;
  color: #fff; }

.jqmAlrtBdy {
  padding: 10px; }

#alert input[disabled='disabled'][type=text] {
  background-color: #ccc;
  border: solid 1px #999; }

.popX, .popX:visited {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
  text-align: right;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  top: -2px; }

.popX:hover, .popX:visited:hover {
  color: red; }

.onoff {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  cursor: pointer;
  width: 55px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .onoff.fix {
    position: relative;
    top: -5px; }
  .onoff.disabled {
    cursor: not-allowed; }
  .onoff:focus {
    box-shadow: #fff 10px 10px 10px; }
  .onoff label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #B8433D;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background 0.3s, text-indent 0.3s;
    -moz-transition: background 0.3s, text-indent 0.3s;
    -o-transition: background 0.3s, text-indent 0.3s;
    transition: background 0.3s, text-indent 0.3s;
    text-indent: 27px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset; }
    .onoff label::after {
      content: 'NO';
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      font-size: 12px;
      color: #fff;
      opacity: .6;
      text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
      z-index: 1; }
    .onoff label:before {
      content: '';
      width: 15px;
      height: 19px;
      border-radius: 3px;
      background: #fff;
      opacity: .8;
      position: absolute;
      z-index: 2;
      top: 3px;
      left: 3px;
      display: block;
      -webkit-transition: left 0.3s;
      -moz-transition: left 0.3s;
      -o-transition: left 0.3s;
      transition: left 0.3s;
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); }
  .onoff input:checked + label {
    background: #49B83D;
    text-indent: 8px; }
    .onoff input:checked + label::after {
      content: 'YES';
      color: #fff; }
    .onoff input:checked + label::before {
      left: 37px; }
  .onoff input:focus + label {
    box-shadow: #fff 0px 0px 5px; }

.radios label {
  cursor: pointer;
  position: relative; }

.radios label + label {
  margin-left: 1px; }

.radios label[tooltip]:hover::before {
  content: attr(tooltip);
  text-transform: capitalize;
  font-size: 11px;
  position: absolute;
  top: -100%;
  right: 0;
  opacity: 0.9;
  background-color: #eee;
  color: #1E1E2F;
  /*border:solid 1px c(bg);*/
  padding: 4px;
  border-radius: 3px;
  display: block;
  z-index: 100; }

.radios input[type="radio"] {
  opacity: 0;
  /* hidden but still tabable */
  position: absolute; }

.radios input[type="radio"] + span {
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  /*&.standard {
				color: lighten(c(core-standard), 25%);
			}

			&.react {
				color: lighten(c(core-react), 25%);
			}

			&.amplify {
				color: lighten(c(core-amplify), 25%);
			}*/ }

.radios input[type="radio"]:checked + span {
  color: #fff; }
  .radios input[type="radio"]:checked + span.standard {
    background: #49B83D; }
  .radios input[type="radio"]:checked + span.react {
    background: #ffa231; }
  .radios input[type="radio"]:checked + span.amplify {
    background: #B8433D; }

.radios input[type="radio"]:focus + span {
  color: #fff; }

.hc {
  /* This is just a class that denotes an element that has a global click handler. "hc" means "Handle Click" and the global click handlers are recognizing elements they need to handle by them having this class. */ }

.hh {
  /* This is just a class that denotes an element that has a global hover handler. "hh" means "Handle Hover" and the global hover handlers are recognizing elements they need to handle by them having this class. */ }

.ho {
  /* This is just a class that denotes an element that has a global mouse-out handler. "ho" means "Handle mouseOut" and the global mouseOut handlers are recognizing elements they need to handle by them having this class. */ }

.hg {
  /* This is just a class that denotes an element that has a global change handler. "hg" means "Handle change" and the global change handlers are recognizing elements they need to handle by them having this class. */ }

.hku {
  /* This is just a class that denotes an element that has a global keyUp handler. "hku" means "Handle KeyUp" and the global keyUp handlers are recognizing elements they need to handle by them having this class. */ }

.hkd {
  /* This is just a class that denotes an element that has a global keyDown handler. "hkd" means "Handle KeyUDown" and the global keyDown handlers are recognizing elements they need to handle by them having this class. */ }

.hfi {
  /* This is just a class that denotes an element that has a global focusIn handler. "hfi" means "Handle FocusIn" and the global focusIn handlers are recognizing elements they need to handle by them having this class. */ }

.hss {
  /* This is just a class that denotes an element that has a global selectionStart handler. "hss" means "Handle SelectStart" and the global selectStar handlers are recognizing elements they need to handle by them having this class. */ }

.margin-top-xl {
  margin-top: 40px; }

.margin-top-md {
  margin-top: 16px; }

.faded-text {
  opacity: .4; }

.sm {
  font-size: 80%; }

.smlr {
  font-size: 90%; }

.lg {
  font-size: 120%; }

.xs {
  font-size: 70%; }

.xl {
  font-size: 150%; }

.fw {
  width: 100% !important; }

.flr {
  float: right; }

.fll {
  float: left; }

.fl {
  float: left;
  width: 100%; }

.tac {
  text-align: center; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.sep-t {
  border-top: solid 2px #333;
  padding: 5px 0 0 0; }

.i {
  font-style: italic; }

.b {
  font-weight: bold; }

.b5 {
  font-weight: 500; }

.b6 {
  font-weight: 600; }

.n {
  font-weight: normal; }

.sn {
  font-style: normal; }

.text-big {
  font-size: 1.8em; }

.o3 {
  opacity: .3; }

.o5 {
  opacity: .5; }

.o7 {
  opacity: .7; }

.o9 {
  opacity: .9; }

.hg1 {
  height: 1em; }

.pt05 {
  padding-top: .5em; }

.pt02 {
  padding-top: .2em; }

.pt1 {
  padding-top: 1em !important; }

.pt2 {
  padding-top: 2em !important; }

.pb05 {
  padding-bottom: .5em; }

.pb02 {
  padding-bottom: .2em; }

.pb1 {
  padding-bottom: 1em; }

.pr05 {
  padding-right: .5em; }

.pr1 {
  padding-right: 1em; }

.pl1 {
  padding-left: 1em; }

.mt0 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: .5em; }

.mt1 {
  margin-top: 1em; }

.mt2 {
  margin-top: 2em; }

.mb0 {
  margin-bottom: 0; }

.mb05 {
  margin-bottom: .5em; }

.mb1 {
  margin-bottom: 1em !important; }

.mb2 {
  margin-bottom: 2em !important; }

.ml05 {
  margin-left: .5em !important; }

.ml1 {
  margin-left: 1em !important; }

.ml2 {
  margin-left: 2em !important; }

.mr1 {
  margin-right: 1em !important; }

.mr2 {
  margin-right: 1em !important; }

.wg1 {
  font-weight: 100; }

.wg3 {
  font-weight: 300; }

.wg5 {
  font-weight: 500; }

.wg6 {
  font-weight: 600; }

.wg7 {
  font-weight: 700; }

.wg9 {
  font-weight: 900; }

.lvl1 {
  z-index: 2; }

.lvl2 {
  z-index: 3; }

.lvl3 {
  z-index: 4; }

.lvl4 {
  z-index: 5; }

.lvl5 {
  z-index: 6; }

.lvl6 {
  z-index: 7; }

.lvl7 {
  z-index: 8; }

.lvl8 {
  z-index: 9; }

.hgl {
  background: yellow;
  color: #000;
  border-radius: 3px; }

[disabled], .disabled {
  opacity: .3; }

label[disabled] {
  pointer-events: none; }
  label[disabled] input {
    tab-index: -1; }
    label[disabled] input:focus {
      outline: none;
      box-shadow: none; }

.flex {
  display: flex; }

.flex1 {
  flex: 1; }

.flex2 {
  flex: 2; }

.flex3 {
  flex: 3; }

input, textarea, select {
  font-weight: 500; }
  input::placeholder, textarea::placeholder, select::placeholder {
    font-weight: 100; }

textarea.auto-grow {
  resize: none;
  overflow: hidden;
  box-sizing: border-box; }

#dvDialogs, .dialog-definitions {
  display: none; }

.textarea-minh {
  min-height: 2em; }

.validation-error-lbl {
  color: #d9534f; }

.validation-error-fld {
  border-color: #d9534f !important;
  border-width: 1px !important;
  border-left-width: 5px !important;
  background-color: rgba(217, 83, 79, 0.1) !important; }
  .validation-error-fld:focus {
    box-shadow: inset 0px 0px 8px 0 rgba(217, 83, 79, 0.5) !important;
    background-color: rgba(217, 83, 79, 0.15) !important; }

div.validation-error-fld {
  padding-bottom: 1rem;
  border-radius: 8px;
  border-left: solid 5px #d9534f; }

.validation-error-msg {
  font-size: .9em;
  color: #d9534f;
  font-weight: 300; }

.validation-error-summary {
  border: solid 1px #d9534f;
  margin: 1rem;
  padding: 1rem;
  border-radius: 10px;
  color: #d9534f;
  margin-bottom: 2rem; }

.fav {
  color: #fce52f; }

.c-standard {
  color: #62c757; }

.c-react {
  color: #ffb75f; }

.c-amplify {
  color: #B8433D; }

.dark .c-amplify {
  color: #c3514b; }

.c-amplify-lighter {
  color: #fb948f; }

.c-amplify-light {
  color: #ffbab7; }

.c-inverse {
  color: #eee; }

.c-inverse-darker {
  color: #ddd; }

.c-light {
  color: #B6B6C7; }

.link {
  cursor: pointer;
  color: #06c; }
  .link:hover {
    text-decoration: underline; }
  .link.dis, .link.dis:hover {
    text-decoration: none;
    cursor: default;
    opacity: .7; }

.logo {
  padding: 10px 15px 18px;
  font-size: 150%;
  font-weight: 700;
  text-align: center; }
  .logo.bar {
    padding: 3px 15px 0; }
  .logo a {
    color: #fafcff !important; }
    .logo a :hover {
      color: #fafcff !important;
      text-decoration: none !important; }
  .logo span > span:first-child {
    font-weight: 100; }
  .logo span > span:last-child {
    font-weight: 300; }
  .logo b {
    font-weight: 900; }
    .logo b > span {
      color: #ffb75f; }
      .logo b > span:first-child {
        color: #49B83D; }
      .logo b > span:last-child {
        color: #B8433D; }
  .logo i {
    font-size: 105%;
    position: relative;
    top: 2px;
    left: 6px; }
  .logo div {
    position: relative;
    top: 8px;
    left: 4px;
    display: inline-block;
    width: 20px;
    height: 28px;
    overflow: visible; }
    .logo div > i {
      display: inline-block;
      position: absolute;
      left: 0;
      top: -11px;
      color: #49B83D; }
      .logo div > i:first-child {
        top: -3px;
        color: #ffb75f; }
      .logo div > i:last-child {
        top: 5px;
        color: #B8433D; }

.alert {
  font-weight: 500; }
  .alert.with-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: .2em;
    padding-right: .5em; }
  .alert.with-icon.alert-success::before {
    content: '\f058'; }
  .alert.with-icon.alert-danger::before {
    content: '\f057'; }
  .alert.with-icon.alert-warn::before {
    content: '\f056'; }
  .alert.with-icon.alert-warning::before {
    content: '\f06a'; }
  .alert.with-icon.alert-info::before {
    content: '\f05a'; }
  .alert.with-icon.alert-default::before {
    content: '\f05a'; }
  .alert.sm {
    font-size: .9em; }
  .alert.alert-info {
    color: #4c5c85;
    background-color: #dae2e6;
    border-color: #839194; }
  .alert.alert-warn {
    color: #ec971f;
    background-color: #fceedb;
    border-color: #f0ad4e; }
  .alert.alert-default {
    border-color: #393c59;
    background-color: #26263b; }
  .alert h4 p {
    line-height: 1.5; }

.inline-alert {
  padding: 5px;
  margin-top: 4px; }

.msg-info {
  margin: 2px 0; }
  .msg-info > div {
    padding: 6px 12px;
    color: #908002;
    background-color: #fef8c6;
    border: solid 1px #fce52f;
    border-radius: 6px;
    font-size: 110%; }
    .msg-info > div > i {
      position: relative;
      top: 1px;
      float: left;
      font-size: 130%;
      margin: 0 15px 0 5px; }
  .msg-info.centered > div {
    margin: 0 auto; }

.spinner-panel {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; }

.spinner-panel.spinner1 > div:first-child {
  position: absolute;
  height: 58px;
  width: 58px;
  border: 4px solid transparent;
  border-top-color: #49B83D;
  top: 50%;
  left: 50%;
  margin: -29px;
  margin-top: -58px;
  border-radius: 50%;
  animation: spin 2s linear infinite; }
  .spinner-panel.spinner1 > div:first-child::before, .spinner-panel.spinner1 > div:first-child::after {
    content: '';
    position: absolute;
    border: 4px solid transparent;
    border-radius: 50%; }
  .spinner-panel.spinner1 > div:first-child::before {
    border-top-color: #B8433D;
    top: -11.6px;
    left: -11.6px;
    right: -11.6px;
    bottom: -11.6px;
    animation: spin 3s linear infinite; }
  .spinner-panel.spinner1 > div:first-child::after {
    border-top-color: #ffb75f;
    top: 5.8px;
    left: 5.8px;
    right: 5.8px;
    bottom: 5.8px;
    animation: spin 4s linear infinite; }

.spinner-panel.spinner1 > div:last-child {
  position: relative;
  top: -29px; }

.spinner-panel.spinner1 > div.top {
  align-items: flex-start; }
  .spinner-panel.spinner1 > div.top > div:last-child {
    top: 0;
    margin-top: 20px; }

.spinner-panel.spinner1.sm > div:last-child {
  top: -14.5px; }

.spinner-panel.spinner1.sm > div:first-child {
  height: 29px;
  width: 29px;
  margin: -14.5px;
  margin-top: -29px; }
  .spinner-panel.spinner1.sm > div:first-child::before {
    top: -5.8px;
    left: -5.8px;
    right: -5.8px;
    bottom: -5.8px; }
  .spinner-panel.spinner1.sm > div:first-child::after {
    top: 2.9px;
    left: 2.9px;
    right: 2.9px;
    bottom: 2.9px; }

.spinner-panel.spinner1.lg > div:last-child {
  top: -58px; }

.spinner-panel.spinner1.lg > div:first-child {
  height: 116px;
  width: 116px;
  margin: -58px;
  margin-top: -116px; }
  .spinner-panel.spinner1.lg > div:first-child::before {
    top: -23.2px;
    left: -23.2px;
    right: -23.2px;
    bottom: -23.2px; }
  .spinner-panel.spinner1.lg > div:first-child::after {
    top: 11.6px;
    left: 11.6px;
    right: 11.6px;
    bottom: 11.6px; }

.spinner-panel.spinner1.xl > div:last-child {
  top: -87px; }

.spinner-panel.spinner1.xl > div:first-child {
  height: 174px;
  width: 174px;
  margin: -87px;
  margin-top: -174px; }
  .spinner-panel.spinner1.xl > div:first-child::before {
    top: -34.8px;
    left: -34.8px;
    right: -34.8px;
    bottom: -34.8px; }
  .spinner-panel.spinner1.xl > div:first-child::after {
    top: 17.4px;
    left: 17.4px;
    right: 17.4px;
    bottom: 17.4px; }

.spinner-panel.spinner1.xxl > div:last-child {
  top: -116px; }

.spinner-panel.spinner1.xxl > div:first-child {
  height: 232px;
  width: 232px;
  margin: -116px;
  margin-top: -232px; }
  .spinner-panel.spinner1.xxl > div:first-child::before {
    top: -46.4px;
    left: -46.4px;
    right: -46.4px;
    bottom: -46.4px; }
  .spinner-panel.spinner1.xxl > div:first-child::after {
    top: 23.2px;
    left: 23.2px;
    right: 23.2px;
    bottom: 23.2px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.spinner-panel.spinner2 > div:first-child {
  position: absolute;
  top: calc(30% - 29px);
  left: calc(50% - 29px);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  perspective: 800px; }
  .spinner-panel.spinner2 > div:first-child > div {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%; }
    .spinner-panel.spinner2 > div:first-child > div:first-child {
      left: 0%;
      top: 0%;
      animation: rotate1 1s linear infinite;
      border-bottom: 3px solid #efeffa; }
    .spinner-panel.spinner2 > div:first-child > div:nth-child(2) {
      right: 0%;
      top: 0%;
      animation: rotate2 1s linear infinite;
      border-right: 3px solid #efeffa; }
    .spinner-panel.spinner2 > div:first-child > div:last-child {
      right: 0%;
      bottom: 0%;
      animation: rotate3 1s linear infinite;
      border-top: 3px solid #efeffa; }

.spinner-panel.spinner2 > div:last-child {
  position: absolute;
  top: calc(30% + 44px); }

.spinner-panel.spinner2.sm > div:last-child {
  top: calc(50% + 29.5px); }

.spinner-panel.spinner2.sm > div:first-child {
  top: calc(50% - 14.5px);
  left: calc(50% - 14.5px);
  width: 29px;
  height: 29px; }

.spinner-panel.spinner2.lg > div:last-child {
  top: calc(30% + 88px); }

.spinner-panel.spinner2.lg > div:first-child {
  top: calc(30% - 58px);
  left: calc(50% - 58px);
  width: 116px;
  height: 116px; }

.spinner-panel.spinner2.xl > div:last-child {
  top: calc(40% + 117px); }

.spinner-panel.spinner2.xl > div:first-child {
  top: calc(40% - 87px);
  left: calc(50% - 87px);
  width: 174px;
  height: 174px; }

.spinner-panel.spinner2.xxl > div:last-child {
  top: calc(50% + 146px); }

.spinner-panel.spinner2.xxl > div:first-child {
  top: calc(50% - 116px);
  left: calc(50% - 116px);
  width: 232px;
  height: 232px; }

@keyframes rotate1 {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@keyframes rotate2 {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@keyframes rotate3 {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }

/*@import "style_imports/_spinner_scale.scss";*/
.chk {
  width: 100%;
  position: relative;
  margin-top: .3em;
  min-height: 30px; }
  .chk > label {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
  .chk > p, .chk > div {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0; }

.edit-form, .form-container {
  background: #1E1E2F;
  border-radius: 6px;
  padding: 5px 8px 9px 8px;
  margin-left: -2px;
  margin-right: -2px; }
  .edit-form > label, .form-container > label {
    margin-top: 1em; }
    .edit-form > label:first-child, .form-container > label:first-child {
      margin-top: 0; }
  .edit-form .chk, .form-container .chk {
    margin-top: .5em; }
    .edit-form .chk.mt1, .form-container .chk.mt1 {
      margin-top: 1em; }
  .edit-form.inline > div:not(.save-btns), .form-container.inline > div:not(.save-btns) {
    display: flex;
    margin: 7px 0; }
    .edit-form.inline > div:not(.save-btns) > label, .form-container.inline > div:not(.save-btns) > label {
      flex-basis: 12rem;
      flex-grow: 0;
      flex-shrink: 0;
      margin-top: 3px; }
      .edit-form.inline > div:not(.save-btns) > label::after, .form-container.inline > div:not(.save-btns) > label::after {
        content: ':'; }

.clickable {
  cursor: pointer; }

.inline {
  display: inline-block; }

.avatar, .avatar-sm, .avatar-lg, .avatar-xl {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: solid 2px #27293D;
  overflow: hidden;
  margin-right: 5px; }
  .avatar img, .avatar-sm img, .avatar-lg img, .avatar-xl img {
    width: 36px;
    height: 36px; }
  .avatar.round, .avatar-sm.round, .avatar-lg.round, .avatar-xl.round {
    border-radius: 50%; }

.avatar-sm {
  width: 32px;
  height: 32px; }
  .avatar-sm img {
    width: 28px;
    height: 28px; }

.avatar-lg {
  width: 64px;
  height: 64px; }
  .avatar-lg img {
    width: 60px;
    height: 60px; }

.avatar-xl {
  width: 128px;
  height: 128px; }
  .avatar-xl img {
    width: 124px;
    height: 124px; }

.radio-upper {
  position: relative;
  min-height: 30px;
  margin-left: 3px;
  padding-bottom: 5px; }
  .radio-upper > label {
    text-transform: uppercase;
    cursor: pointer;
    position: relative; }
    .radio-upper > label u {
      text-decoration: none; }
    .radio-upper > label:hover u {
      text-decoration: underline; }
    .radio-upper > label:hover::after {
      font-family: "Font Awesome 5 Free";
      content: '\f059';
      text-decoration: none;
      font-weight: 900;
      font-size: .8em;
      padding-left: 1em;
      position: absolute;
      top: 1px;
      right: -15px;
      opacity: .7; }
  .radio-upper > div {
    position: absolute;
    top: 0;
    right: 0; }

.radio-upper-descr {
  margin: 0px 5px 13px;
  padding: 2px 0 5px 1px;
  font-size: .9em; }
  .radio-upper-descr > div {
    border-left: solid 4px #eee;
    padding: 2px 9px;
    font-weight: 500;
    margin-bottom: 2px; }

.triangle-topright::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid #B8433D;
  border-left: 6px solid transparent;
  position: absolute;
  top: 0;
  right: 0; }

.triangle-topright.standard::after {
  border-top-color: #49B83D; }

.triangle-topright.react::after {
  border-top-color: #ffb75f; }

.triangle-topright.tab.sel::after {
  top: -2px; }

.centered-message {
  /*position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;*/
  padding: 9px 50px;
  /*display:flex;
	align-content:center;
	align-items:center;*/ }
  .centered-message > div {
    text-align: center;
    max-width: 200px;
    margin: 0 auto; }

.tab-simple > span {
  margin: 5px .5em;
  cursor: pointer; }
  .tab-simple > span:hover {
    font-weight: 500; }
  .tab-simple > span.sel {
    font-weight: 700; }

.checklist {
  margin-left: 9px; }
  .checklist input[type=checkbox] {
    position: relative;
    left: -9px; }
  .checklist label {
    cursor: pointer; }

button i.fa-spin {
  margin-right: 9px; }

.sortable .drop-ghost, .sortable .drag-ghost {
  min-height: 20px;
  border: dashed 3px #fff !important;
  opacity: .5;
  background: #777 !important; }

.sortable .drag-ghost {
  opacity: .3;
  border: none !important; }

.sortable .draggable:not([draggable]) {
  opacity: .5;
  cursor: not-allowed; }

.code {
  border: solid 1px lightgray;
  padding: 2px 6px;
  margin: 2px 0;
  display: inline-block;
  background: #ddd;
  font-family: monospace; }

.search-box {
  position: relative;
  display: inline-block; }

.search-box input {
  padding-left: 30px;
  /* Space for the icon */ }

.search-box .fa-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999; }

.custom-popup {
  position: absolute;
  z-index: 10000;
  display: none;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15)); }

.custom-popup-inner {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-width: 200px;
  max-width: 400px; }

.custom-popup-title {
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  font-size: 14px;
  color: #333; }

.custom-popup-content {
  padding: 16px; }

.custom-popup-buttons {
  padding: 12px 16px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
  gap: 8px; }
  .custom-popup-buttons .btn {
    padding: 6px 16px;
    font-size: 13px; }

.dark .num-incrementer-group input.form-control {
  border-radius: 0 !important; }

.dark .num-incrementer-group .btn {
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative; }

.dark .num-incrementer-group.input-group-sm .btn {
  top: -1px;
  height: 27px;
  padding-top: 2px;
  padding-bottom: 2px; }

.dark .num-incrementer-group.input-group-lg .btn {
  padding-top: 5px;
  padding-bottom: 5px; }
