﻿/*contrast(@header-color, lighten(@header-color, 5%), darken(@header-color, 5%), 50%);*/
.fillw {
  width: 100%;
}
.fillh {
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
}
.lfloat {
  float: left;
}
.rfloat {
  float: right;
}
flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-grow {
  flex-grow: 1;
}
.flex-center {
  align-items: center;
}
.center-container {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.tbl {
  display: table;
}
.trow {
  display: table-row-group;
}
.tcell {
  display: table-cell;
}
.hidden {
  width: 10px;
  height: 10px;
}
.background-item {
  position: absolute;
  top: 0em;
  right: 0em;
}
.dbg {
  border: dashed 1px red;
}
.dbgv .tooltip-inner {
  text-align: left;
  font-family: monospace;
  white-space: pre;
  max-width: none;
}
.dbg_panel {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: xx-small;
  z-index: 100;
}
table,
thead,
tbody,
tr,
td,
th,
input,
button,
textarea {
  font-size: inherit;
  font-family: inherit;
}
.qui {
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
  border: 0 none;
  height: auto;
}
.qhover:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
.qbtn {
  color: rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0);
  padding: 0.3em 0.4em;
  margin: 0;
  border: none;
}
.qbtn:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
.qbtn-flat {
  color: rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0);
  padding: 0.3em 0.4em;
  margin: 0;
  border: none;
  padding: 0em 0.4em;
}
.qbtn-flat:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
.qbtn1 {
  color: rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0);
  padding: 0.3em 0.4em;
  margin: 0;
  border: none;
  width: 1.7em;
  text-align: center;
}
.qbtn1:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
textarea,
select,
input[type="text"],
input[type="checkbox"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.btn {
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
  border: 0 none;
  height: auto;
}
.dropdown-menu {
  border-radius: 0;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.disabler {
  pointer-events: none;
  opacity: 0.4;
}
.pholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
/* Firefox 19+ */
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
/* Firefox 18- */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
/*.underline {
    border-top: 1px solid @darker02;
    //border-bottom: 1px solid @darker01;
    //border-bottom: 1px solid @trans05;
    //border-right: 1px solid @trans05;
    //border-top: 1px solid @darker03;
    //border-left: 1px solid @darker03;
}*/
.entry-field {
  border: 0;
  margin: 0.1em 0.5em;
  background: rgba(255, 255, 255, 0);
}
.help-block {
  font-size: 80%;
}
.no-selection {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.popover.left .arrow:after,
.popover.right .arrow:after,
.popover.top .arrow:after,
.popover.bottom .arrow:after {
  border-left-color: #ccc;
}
/*.popover-title {
    background-color: @darker08;
    color:#ccc;
}*/
.popover {
  background: #ccc;
}
.popover .detail {
  width: 100%;
  /*.f-input {
            background-color: red; //@darker03;//rgba(100, 0, 0, 0.10);
        }*/
}
.popover .detail .footer {
  margin-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.no-space {
  margin: 0;
  padding: 0;
}
.background-image {
  /*-moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;*/
  background-size: cover;
  background-attachment: fixed;
}
.the-font {
  font-family: 'Open Sans', Roboto, Tahoma, sans-serif;
}
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Open Sans', Roboto, Tahoma, sans-serif;
  background-color: #fdfdff;
  color: #444;
}
#app {
  height: 100%;
}
#main {
  display: flex;
  flex-direction: column;
}
.col-item {
  margin: 0.3em;
  padding: 0.4em 0.5em;
  -ms-touch-action: none;
  touch-action: none;
}
#viewer {
  flex-grow: 1;
  overflow-x: auto;
}
#viewer .hover-wave-effect {
  position: relative;
  left: 0em;
  -webkit-transition: left 1s, background 1s;
  -moz-transition: left 1s, background 1s;
  -o-transition: left 1s, background 1s;
  transition: left 1s, background 1s;
}
#viewer .hover-wave-effect:hover {
  left: 0.3em;
  -webkit-transition: left 0.1s, background 0.1s;
  -moz-transition: left 0.1s, background 0.1s;
  -o-transition: left 0.1s, background 0.1s;
  transition: left 0.1s, background 0.1s;
}
#viewer .q-table {
  width: 100%;
  margin: 2em;
}
.dlg-ticket {
  max-width: 23em;
  background: #fdfdff;
}
.badge {
  display: inline;
  padding: 0 0.6em;
  margin: 0 0.3em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 90%;
  font-weight: bold;
}
.badge-count {
  display: inline;
  padding: 0 0.6em;
  margin: 0 0.3em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 90%;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0.5em;
}
.circle {
  background-color: #ff4040;
  border-radius: 0.5em;
}
.leaf {
  background-color: green;
  border-radius: 1em 0 1em 0;
}
.tomato {
  background-color: #ff4040;
  border-radius: 0.5em 0.5em 0.8em 0.8em;
}
.leaf-count {
  display: inline;
  padding: 0 0.6em;
  margin: 0 0.3em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 90%;
  font-weight: bold;
  background-color: green;
  border-radius: 1em 0 1em 0;
}
.error-count {
  display: inline;
  padding: 0 0.6em;
  margin: 0 0.3em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 90%;
  font-weight: bold;
  background-color: #ff4040;
  border-radius: 0.5em 0.5em 0.8em 0.8em;
}
.blur {
  backdrop-filter: blur(20px) saturate(70%);
}
/*
.container pre { // for code blocks
    border-radius: 1em;
    font-size: 80%;
    padding: 0.5em 1em;
    background: #f5f5f5;
    border-width: 0;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;

    b {
        color: red;
    }
}
*/
.img-shadow {
  padding: 0em;
  box-shadow: 0px 0px 1em #888;
}
.row {
  margin: 0em;
}
.hcenter {
  width: fit-content;
  margin: 0 auto;
}
.lighter {
  color: rgba(255, 255, 255, 0.6);
}
.darker {
  color: rgba(0, 0, 0, 0.4);
}
.smaller {
  font-size: 50%;
}
.bb {
  border-bottom: 3px solid rgba(128, 128, 128, 0.1);
}
ul {
  padding: 0 1em;
  /*list-style-type: none;*/
}