.vue-js-switch[data-v-3865272c] {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: baseline;
  user-select: none;
  font-size: 10px;
  cursor: pointer;
}
.vue-js-switch .v-switch-input[data-v-3865272c] {
  display: none;
}
.vue-js-switch .v-switch-label[data-v-3865272c] {
  position: absolute;
  top: 0;
  font-weight: 600;
  color: white;
}
.vue-js-switch .v-switch-label.v-left[data-v-3865272c] {
  left: 10px;
}
.vue-js-switch .v-switch-label.v-right[data-v-3865272c] {
  right: 10px;
}
.vue-js-switch .v-switch-core[data-v-3865272c] {
  display: block;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: border-color 0.3s, background-color 0.3s;
  user-select: none;
}
.vue-js-switch .v-switch-core .v-switch-button[data-v-3865272c] {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate3d(3px, 3px, 0);
  border-radius: 100%;
  background-color: #fff;
}
.vue-js-switch.disabled[data-v-3865272c] {
  pointer-events: none;
  opacity: 0.6;
}

/*# sourceMappingURL=QToggle.vue.map */.pchatmsg {
  /*background-color:#F7FFF3;*/
  /* default-color red -> other-user*/
  /*flex-grow:2;*/
  font-family: monospace;
  line-height: 21px;
  /*height:26px;*/
  /*height:auto;*/
  display: flex;
  margin: 10px;
  width: auto;
}
.pchatmsg-from {
  width: 100px;
  min-width: 100px;
  height: 21px;
}
.pchatmsg-time {
  /*width:100px;*/
  min-width: 100px;
  height: 21px;
  width: auto;
  text-align: right;
  padding-right: 10px;
  color: darkgrey;
  font-family: Arial;
  font-size: 11px;
}

/*# sourceMappingURL=QChatMsg.vue.map */.ppushbutton-common {
  font-family: "morebi", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  text-decoration: none;
  /*margin: 0px;*/
  display: inline-block;
  border-radius: 3px;
  /*text-align: center;*/
  transition: opacity 0.3s;
  cursor: pointer;
  /*top:50%;
  vertical-align: baseline;*/
  margin: auto;
  line-height: 28px;
  height: 28px;
  padding: 0;
  text-align: center;
  /*display:flex*/
}
.ppushbutton-dialog {
  border-left: 1px solid darkgray;
}

/*font-family: 'morebi', "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
 font-weight: bold;
 font-size: 14px;
 padding: 6px 15px;
 text-decoration: none;
 margin: 0px;
 display: inline-block;
 border-radius: 3px;

 box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
 -webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
 -moz-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
transition:opacity .3s;

cursor: pointer;*/
.qtoolboxbtn {
  width: 24px;
  /*height:24px;*/
  margin: auto;
  margin-right: 6px;
  /*line-height:24px;*/
  text-align: center;
  /*  display:flex;*/
  justify-content: center;
  height: 34px;
  line-height: 34px;
}
.qtoolbarbtn {
  background-color: #f4f4f4;
  border: 1px solid darkgrey;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin: auto;
  margin-right: 6px;
  line-height: 24px;
  text-align: center;
  /*display:flex;
  justify-content:center;*/
}
.ppushbutton-red {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #db5343;
  background: #e86556;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee806d), color-stop(1, #e2493e));
  background-image: -webkit-linear-gradient(top, #ee806d, #e2493e);
  background-image: -moz-linear-gradient(top, #ee806d, #e2493e);
  background-image: -ms-linear-gradient(top, #ee806d, #e2493e);
  background-image: -o-linear-gradient(top, #ee806d, #e2493e);
  background-image: linear-gradient(top, #ee806d, #e2493e);
}
.ppushbutton-green {
  color: #4f810e;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
  border: 1px solid #90b337;
  background: #cce467;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cfe66b), color-stop(1, #add43f));
  background-image: -webkit-linear-gradient(top, #cfe66b, #add43f);
  background-image: -moz-linear-gradient(top, #cfe66b, #add43f);
  background-image: -ms-linear-gradient(top, #cfe66b, #add43f);
  background-image: -o-linear-gradient(top, #cfe66b, #add43f);
  background-image: linear-gradient(top, #cfe66b, #add43f);
}
.ppushbutton-grey {
  color: #4d4d4d;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.3);
  border: 1px solid #9d9d9d;
  background: #cdcdcd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaeaea), color-stop(1, #b1b1b1));
  background-image: -webkit-linear-gradient(top, #eaeaea, #b1b1b1);
  background-image: -moz-linear-gradient(top, #eaeaea, #b1b1b1);
  background-image: -ms-linear-gradient(top, #eaeaea, #b1b1b1);
  background-image: -o-linear-gradient(top, #eaeaea, #b1b1b1);
  background-image: linear-gradient(top, #eaeaea, #b1b1b1);
}
.ppushbutton-blue {
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #126daf;
  background: #4ba6d5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #67c7e5), color-stop(1, #2f85c5));
  background-image: -webkit-linear-gradient(top, #67c7e5, #2f85c5);
  background-image: -moz-linear-gradient(top, #67c7e5, #2f85c5);
  background-image: -ms-linear-gradient(top, #67c7e5, #2f85c5);
  background-image: -o-linear-gradient(top, #67c7e5, #2f85c5);
  background-image: linear-gradient(top, #67c7e5, #2f85c5);
}
.ppushbutton-yellow {
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #c68900;
  background: #ECA505;
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(103,199,229)), color-stop(1, rgb(47,133,197)));
  background-image: -webkit-linear-gradient(top, #ffc750, #eca505);
  background-image: -moz-linear-gradient(top, #ffc750, #eca505));
  background-image: -ms-linear-gradient(top, #ffc750, #eca505)); 
  background-image: -o-linear-gradient(top, #ffc750, #eca505)); */
  background-image: linear-gradient(top, #ffc750, #eca505);
}
.ppushbutton-pink {
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #86033c;
  background: #4ba6d5;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #67c7e5), color-stop(1, #2f85c5));
  background-image: -webkit-linear-gradient(top, #ca4981, #b1215f);
  background-image: -moz-linear-gradient(top, #ca4981, #b1215f);
  background-image: -ms-linear-gradient(top, #ca4981, #b1215f);
  background-image: -o-linear-gradient(top, #ca4981, #b1215f);
  background-image: linear-gradient(top, #ca4981, #b1215f);
}
.ppushbutton {
  font-weight: bold;
  font-size: 14px;
  /*padding: 6px 15px;*/
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}
.ppushbutton-sm {
  /*nt-weight: normal;*/
  font-size: 11px;
  padding: 0px 10px;
  max-height: 23px;
  height: 23px;
  line-height: 23px;
}
.ppushbutton-lg {
  /*nt-weight: normal;*/
  font-size: 15px;
  padding: 8px 20px;
}
.ppushbutton-common:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=QPushbutton.vue.map */.qbutton {
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  cursor: pointer;
}
.qbutton:hover {
  background-color: #4e7a91;
  color: white;
}
.qbutton-active {
  background-color: #4e7a91;
  color: white;
}
.qbutton-divider {
  width: 20px;
  /*height:200px;*/
  position: relative;
}
.qbutton-divider:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  left: 50%;
  position: absolute;
  background-image: -webkit-linear-gradient(top, #fff, #000, #fff);
  background-image: -moz-linear-gradient(top, #fff, #000, #fff);
  background-image: -ms-linear-gradient(top, #fff, #000, #fff);
  background-image: -o-linear-gradient(top, #fff, #000, #fff);
  background-image: linear-gradient(top, #fff, #000, #fff);
}
.qbutton-divider span img {
  max-height: 16px;
  /*padding-right:12px;*/
}
.qbutton-divider:hover {
  background-color: transparent !important;
  /*padding-right:12px;*/
}
.qbutton-border {
  /*border-radius: 2px;*/
  /*border-right: 1px solid lightgray;*/
  border: 1px solid lightgray;
  /*width:24px;*/
  /*height:24px;
  line-height:24px;*/
  /*text-align: center;*/
  /*background-color: white;*/
  /*#5691c8*/
  /*background: #457fca; */
  /* fallback for old browsers */
  /*background: -webkit-linear-gradient(to top, #457fca, #5691c8);*/
  /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(to top, #457fca, #5691c8); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.qbutton-border:last-child {
  /*border-right: none;    */
}
.qtoolbarbutton {
  /*background-color: #44749D !important;*/
  background-color: #C6D4E1 !important;
  border: none !important;
  border-right: 1px solid #B1BDC9 !important;
  /*border-right: 1px solid #3C678C !important;*/
  border-radius: 0 !important;
  height: auto !important;
  vertical-align: middle !important;
}
.qtoolbarbutton:hover {
  background-color: #3C678C !important;
}
.qstaticbutton {
  cursor: default !important;
}
.qstaticbutton:hover {
  cursor: default !important;
  background-color: #C6D4E1 !important;
  color: black !important;
}

/*# sourceMappingURL=QButton.vue.map */.pdropdown {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 26px;
  max-height: 26px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.FInner {
  flex-grow: 2;
  display: flex;
  border-bottom: 2px solid transparent;
  overflow: hidden;
  line-height: 26px;
  height: 26px;
}
.PBorder {
  border: 1px solid #ddd;
}
.FLocked {
  cursor: not-allowed;
}
.FZeroPad {
  padding: 0 !important;
}
.FComponentIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-left: 4px;
  padding-right: 5px;
}
.FActionIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-top: 5px;
  margin-right: 4px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.FEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.FBaseInput {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  outline: none;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none !important;
  font-family: "morebi", Arial;
  font-size: 14px;
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 5px;
  width: 100%;
  line-height: 22px;
  height: 22px;
}
.FDivider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin-top: 14px;
  margin-bottom: 13px;
}
.pdropdown {
  position: relative;
}
.pdropdown-popup {
  width: auto;
  position: fixed;
  z-index: 9999;
  background-color: white;
  border: 1px solid #70bef5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: none;
}
.pdropdown-popup ul {
  width: 100%;
  height: 100%;
}
.pdropdown-popup ul li {
  display: flex;
  line-height: 24px;
  height: 26p;
  border-bottom: 1px dotted lightgray;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}
.pdropdown-popup ul li {
  border-bottom: none;
}
.pdropdown-popup ul li:hover {
  background-color: rgba(48, 121, 244, 0.2) !important;
}

/*
  .fdropdown select {
background-color: #0563af;
  color: white;
  padding: 12px;
  width: 250px;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;     */
/*flex-grow: 2;*/
/*}   

.fdropdown::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
*/
/*.fdropdown:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.fdropdown select option {
  padding: 30px;
}
*/

/*# sourceMappingURL=FDropdown.vue.map */.fcard {
  width: 700px;
  height: 280px;
  /*position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
  margin: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: left;
  justify-content: left;
  overflow: hidden;
  /*height:100px;*/
}

/*# sourceMappingURL=FCard.vue.map */.ftaginput-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 26px;
  max-height: 26px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.FInner {
  flex-grow: 2;
  display: flex;
  border-bottom: 2px solid transparent;
  overflow: hidden;
  line-height: 26px;
  height: 26px;
}
.PBorder {
  border: 1px solid #ddd;
}
.FLocked {
  cursor: not-allowed;
}
.FZeroPad {
  padding: 0 !important;
}
.FComponentIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-left: 4px;
  padding-right: 5px;
}
.FActionIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-top: 5px;
  margin-right: 4px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.FEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.FBaseInput {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  outline: none;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none !important;
  font-family: "morebi", Arial;
  font-size: 14px;
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 5px;
  width: 100%;
  line-height: 22px;
  height: 22px;
}
.FDivider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin-top: 14px;
  margin-bottom: 13px;
}
.ftaginput-container {
  display: block;
  /*background-color: #e3f2fd;*/
  /*#fff;*/
  /*border: 1px solid #ccc;*/
  overflow: hidden;
  /*padding-left: 4px;*/
  /*padding-top: 1px;*/
  cursor: text;
  text-align: left;
  /*height:26px;
  line-height:26px;
  -webkit-appearance: textfield;*/
}
.ftaginput-container .input-tag {
  background-color: #cde69c;
  border-radius: 2px;
  border: 1px solid #a5d24a;
  color: #638421;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  /*margin-bottom: 0px;*/
  margin-right: 4px;
  padding: 0px;
  padding-left: 3px;
  padding-right: 3px;
  /*padding-bottom: 1px;
  padding-top: 1px;*/
  height: 20px;
  line-height: 20px;
}

/*
.qtag-primary {
 border: 1px solid #a5d24a;                          
}*/
/*
.qtag {
  background-color: #cde69c;
  border-radius: 2px;
  border: 1px solid #a5d24a;
  color: #638421;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-right: 4px;
  padding: 0px;
  padding-left:3px;
  padding-right: 3px;*/
/*padding-bottom: 1px;
padding-top: 1px;*/
/*
  height:20px;
  line-height:20px;

}*/
.ftaginput-container .input-tag .remove {
  cursor: pointer;
  font-weight: bold;
  color: #638421;
}
.ftaginput-container .input-tag .remove:hover {
  text-decoration: none;
}
.ftaginput-container .input-tag .remove::before {
  content: " x";
}
.ftaginput-container .new-tag {
  background: transparent;
  border: 0;
  color: #777;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 1px;
  outline: none;
  padding: 3px;
  padding-left: 0;
  width: 80px;
}
.ftaginput-container.read-only {
  cursor: default;
}

/*
  .si-wrapper {
  display:block;
  position:relative;
  width:100%;
  padding:5px;
}

.si-hint {
  width:100%;
  position:relative;
  font-size:12px;
  color:cadetblue;
  visibility:hidden;
}

.si-hint span {
  font-weight:bold;
}

.qinput-tag {
color: #000;
    background-color: transparent;
    z-index: 999;
    top: 0px;
    left: 0px;
    position:relative;    
}

.qinput-tag-suggester {
color: #CCC;
    background-color: transparent;
    top: 0px;
    left: 0px;
    position:relative;
}*/

/*# sourceMappingURL=FTagInput.vue.map */.pbrowser {
  /*border:1px solid blueviolet;*/
  /*   display: flex;
     flex-direction: column;*/
  background-color: white;
  user-select: none;
  /*height:auto;*/
  /*100%;*/
  /*width:100%;*/
  /*border-radius: 25%;   
  margin-left: 10px;
  margin-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 14px;
  min-width: 14px;
  text-align: center;
  height:14px;
  color:white;
  font-size: 10px;*/
}
.pbrowser-toolbar {
  display: flex;
  height: 22px;
  width: 100%;
  min-height: 22px;
}
.pbrowser-toolbar-button {
  width: 22px;
  margin: auto;
  text-align: center;
  cursor: pointer;
  color: darkgray;
  margin-right: 10px;
  /*text-align: center;*/
  display: flex;
  /*border-radius: 2px;*/
}

/*
.qbrowser-toolbar-button:not(:first-of-type) 
 { 
  border-left:1px solid grey;
 }*/
.pbrowser-toolbar-button i {
  margin: auto;
  height: 100%;
}
.pbrowser-content {
  /*height:calc(100%-23px);*/
  height: 92%;
  /*position:fixed;*/
  /*padding-bottom:23px;*/
  margin: 0;
  top: 4px;
  padding-bottom: 23px;
}
.pbrowser-item {
  line-height: 24px;
  height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  /* max-width:150px;*/
}
.pbrowser-item-active {
  border: 1px dotted darkgray !important;
  background-color: #ffe699;
}

/*
.qbrowser-toolbar-button :hover {
  i{
  background-color:red;
  }
}  */
.pbrowser-dragcursor {
  cursor: move;
}

/*.qbrowser-file-view div {
}*/
/*
.qbrowser-file {
 min-height:85px;
 min-width:100px;*/
/* border:1px solid lightsalmon;    
 background-color:yellow;*/
/*
 display:flex;
 flex-direction: column;

 border: 1px solid transparent;
 border-radius: 3px;
 cursor:pointer;
}

.qbrowser-file div {
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden; 
}

.qbrowser-file-active {
  border: 1px dotted darkgray !important;
}

.qbrowser-subcontainer {
  margin:0;
  margin-top:4px;
  padding:0;
  flex-grow:2;
}

.qbrowser-subcontainer ul {
  list-style-type: none;
}

.qbrowser-simple-view {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;    

  width:100%;
}

.qbrowser-extended-view {

}

ul.qbrowser-extended-view li{
  display: flex;

 line-height: 24px;
 height:24px;
 margin-left:5px;
 margin-right:5px;

 border: 1px solid transparent;
 border-radius: 3px;
 cursor:pointer; 
}

ul.qbrowser-extended-view li div {
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden; 
}

ul.qbrowser-simple-view li {
 line-height: 24px;
 height:24px;
 padding-left:5px;
 padding-right:10px;
 display:flex;
 max-width:150px;    
 border: 1px solid transparent;
 border-radius: 3px;
 cursor:pointer;
}

ul.qbrowser-simple-view li div {
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden; 
}  */

/*# sourceMappingURL=QBrowser.vue.map */.pdropdownlistcontainer {
  position: relative;
  width: 300px;
  margin: 0 0;
  height: 28px;
  max-height: 28px;
  border: 1px solid lightgray;
  border-radius: 3px;
  /*background-color: #e3f2fd; */
  background-color: white;
  font-size: 14px;
  font-family: monospace;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.pdropdowncontainer_open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.pdropdowncontainer_inner_open {
  border-bottom-color: white !important;
  z-index: 10000;
}

/*.qdropdownlistcontainer :focus {
 border:1px solid blue;                                  
}*/
.pdropdownlist-icon {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 4px;
  color: darkgray;
}
.pdropdownlist-value {
  line-height: 26px;
  height: 26px;
  display: flex;
  color: black;
  flex-grow: 2;
  flex-shrink: 1;
}
.pdropdownlistcontainer ul {
  position: absolute;
  overflow-y: auto;
  border: 1px solid lightgrey;
  z-index: 9999;
  padding: 0;
  margin-left: -1px;
  /*margin-top: -2px;*/
  /*margin-right: -2px;*/
  list-style-type: none;
  border: 1px solid lightgrey;
  background-color: white;
  top: 26px;
  left: 0px;
  margin: 0;
  margin-left: -1px;
  margin-right: 3px;
}
.pdropdownlistcontainer ul li {
  display: flex;
  line-height: 26px;
  border-top: 1px dotted darkgrey;
}

/*
  .qdropdownlistcontainer ul li:first-child{
	border-top:1px solid #eee;
}
*/
.pdropdownlistcontainer ul li:last-child {
  border-bottom: none;
}

/*
  .qdropdownlistcontainer ul li:hover {
background-color:lightslategray;      
  }
*/
.pdropdownlist-cleaner {
  cursor: pointer;
  padding-right: 4px;
  /*line-height:$default-height;*/
  margin-top: auto;
  margin-bottom: auto;
  color: darkgray;
  /*  line-height: $default-height;*/
  /*margin-top:-2px;*/
}
.pdropdownlist-selected {
  color: #333;
  /*background:#888;*/
  background: #ffe699;
}

/*# sourceMappingURL=QDropdownList.vue.map */

/*# sourceMappingURL=PTree.vue.map */.ptreeitem-expand {
  flex-grow: 2;
}
.ptreeitem {
  cursor: pointer;
}
.ptreeitem-bold {
  font-weight: bold;
}
.ptreeitem-selected {
  background-color: #ffe699;
}
.ptreeitem-hovered {
  background-color: #B6DCF4;
}
.ptreeitem-droptarget {
  border-color: red !important;
}
.ptreeitem-line {
  line-height: 24px;
  height: 24px;
  display: flex;
}
ul.ptreeitem {
  padding-left: 12px;
  line-height: 24px;
  list-style-type: none;
}

/*# sourceMappingURL=PTreeItem.vue.map */
.pupload {
  width: 100%;
  /*height: 160px;     */
  display:flex;
  flex-direction: column;
}
.pupload-progress {
  margin: 0 auto;
  width: 28%;
  height:17px;
}
.pupload-progress {
  padding: 4px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  margin:auto;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}
.pupload-progress-bar {
  height: 17px;
  line-height:17px;
  font-weight:bold;
  color:black;
  text-align:center;
  
  border-radius: 4px;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}
.pupload ul {
/*  max-height:120px;*/
  width:auto;
  margin:0
}
.pupload ul li {
  width:99%;
  display:flex;
  line-height: 20px;
  border-bottom:1px dotted darkgrey;
  cursor: pointer;
}

.pbuttoncontainer {
  display: flex;
  max-width: 336px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 12px;
  border: 1px solid lightgray;
  border-radius: 3px;
  color: black;
}
.pbuttonsegment {
  display: flex;
}
.pbuttonsegment > input {
  display: none;
}

/*
.qbuttonsegment > input:checked {

}*/
.pbuttonsegment:hover {
  background-color: #b6dcf4 !important;
}
.pbuttonsegment > input:checked + label {
  /*color: #3395DE;*/
  /*font-weight:bold;*/
  background-color: #ffe699 !important;
}
.pbuttonsegment:nth-of-type(1) > input:checked ~ label:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.pbuttonsegment:nth-of-type(2) > input:checked ~ label:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}
.pbuttonsegment:nth-of-type(3) > input:checked ~ label:last-of-type:before {
  transform: translateX(calc(200% + 0px));
}
.pbuttonsegment label {
  flex: 1;
  height: 100%;
  text-align: center;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.pbuttonsegment:last-of-type:before label {
  content: "";
  display: block;
  max-width: calc(33.3333333333% - 0px);
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}
.pbuttonsegment label {
  padding: 0px 8px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.pbuttonsegment label:before {
  /*background: green;*/
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.pbuttonsegment:not(:last-child) label {
  border-right: 1px solid lightgray;
}

/*# sourceMappingURL=QSegmentedButton.vue.map */.pframe {
  border-radius: 3px;
  border: 1px solid lightgray;
  width: auto;
  overflow: hidden;
  /*padding:5px;*/
  padding: 10px;
  font-size: 12px;
  /*margin-left: 10px;
  margin-right: 10px*/
}
.pframe legend {
  font-weight: bold;
  /*color: #3c8dbc;*/
  color: #222d32;
  font-size: 13px;
  margin: 0;
  width: auto;
  border: none;
}

/*# sourceMappingURL=QFrame.vue.map */.ppaginator {
  /*margin: 10px;*/
  background-color: white;
  /*red;*/
  /*#2C3E50;*/
  height: 26px;
  line-height: 26px;
  border: 1px solid lightgrey;
  /*font-weight: bold;*/
  display: flex;
}
.ppaginator > ul {
  /*height:26px;
  line-height: 26px;      */
  flex-grow: 2;
}
.ppaginator > ul > li {
  display: inline;
  list-style-type: none;
  /*padding-right: 20px;*/
  float: left;
  text-align: center;
  border-right: 1px solid lightgrey;
  cursor: pointer;
}
.ppaginator > ul > li:hover {
  background-color: #B6DCF4;
}
.ppaginator-item {
  min-width: 25px;
  width: 25px;
  /*height:24px;
  max-height:24px;*/
  height: auto;
}
.ppaginator-selected {
  background-color: #ffe699 !important;
}
.ppaginator-navigation {
  color: darkgray;
  /*font-weight:normal;   */
}

/*# sourceMappingURL=QPaginator.vue.map */.pih_presenter {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  min-width: 270px;
  height: 470px;
  /*-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;*/
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.pih_top {
  min-height: 220px;
  height: 220px;
  max-height: 220px;
  width: 100%;
  background-color: black;
  overflow: hidden;
  display: flex;
  object-fit: cover;
}
.pih_main {
  flex-grow: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 30px;
}
.pih_title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.pih_sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.pih_category {
  position: absolute;
  top: 184px;
  left: 0;
  height: 36px;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

/*# sourceMappingURL=PihPresenter.vue.map */ul.PihBelegEinkauf {
  font-family: monospace;
}
ul.PihBelegEinkauf li {
  border-bottom: 1px dotted darkgrey;
  height: 26px;
  display: flex;
  flex-direction: column;
  padding-right: 8px;
  margin-top: 4px;
  line-height: 26px;
}
ul.PihBelegEinkauf li:hover {
  background-color: #fff2cc;
}
ul.PihBelegEinkauf li ~ div {
  width: 100%;
  /*line-height:26px;*/
}
.PihBelegEinkauf-active {
  background-color: #ffe699 !important;
}
.PihBelegEinkauf-double_height {
  height: 52px !important;
}
.PihBelegEinkauf-tripple_height {
  height: 78px !important;
}
.PihBelegEinkauf-hidden {
  background-color: lightgray;
  color: gray;
  text-decoration: line-through;
}

/*# sourceMappingURL=PihBelegEinkauf.vue.map */.pih_minitoolbox {
  display: flex;
  padding: 0;
}
.pih_minitoolbox div {
  display: flex;
  cursor: pointer;
}
.pih_minitoolbox div i {
  margin: auto;
}

/*# sourceMappingURL=PihMiniToolbox.vue.map */.plabel {
  display: inline-block;
  margin: 0;
  /*border-bottom: 1px solid lightgray;*/
  font-size: 14px;
  width: 90px;
  /*max-width:90px;*/
  line-height: 26px;
  height: 28px;
  /*margin-bottom: 1px;*/
  padding-bottom: 1px;
  vertical-align: bottom;
}

/*# sourceMappingURL=QLabel.vue.map */.qlistitem {
  background-color: white;
  width: 100%;
  height: auto;
  /*min-height:50px;
  height:auto;*/
  margin-bottom: 5px;
  display: flex;
  /*flex;*/
  /* overflow:hidden;*/
  border-right-style: solid;
  border-right-width: 3px;
  /*border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;*/
}
.qlistitem:first-child {
  margin-top: 5px;
}
.qlistitem:hover {
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);*/
}
.qlistitem-left {
  /*float:left;*/
  /*width:50px;    */
  /*  min-width:50px;    
    max-width:50px;    */
  /*display:table-cell;*/
  /*flex:1;*/
  /*height:100%;*/
  height: auto;
  /*background-color: steelblue;*/
  overflow: hidden;
  /*display:table*/
  /*flex:0 0 auto;*/
  /*height:auto;*/
}
.qlistitem-right {
  flex: 1;
  /*float:right;*/
  width: 30px;
  /*height: 100%;*/
  height: auto;
  /*background-color: khaki;*/
  overflow: hidden;
  /*flex:0 0 auto;*/
  margin-right: 6px;
  /*height:auto;*/
}
.qlistitem-center {
  flex-grow: 2;
  height: auto;
  overflow-x: auto;
  /*min-height:50px;*/
  /*flex:1 1 auto;   */
  /*flex-grow:2;
  display:flex;
  flex-direction: column;*/
  /*height:auto;*/
}

/*# sourceMappingURL=QListItem.vue.map */*:focus {
  outline: none;
}
.qnavbar {
  height: 36px;
  width: 100%;
  display: flex;
  color: #8aa4af;
  background-color: #222d32;
}
.qnavbar-border {
  /*border-bottom: 3px solid ;   */
  box-shadow: inset 0 -1px 0 0 #1a2226;
  /*box-shadow:inset 0px 3px 0px 0px #1a2226;  */
}
.qnavbar div ul {
  cursor: pointer;
}
.qnavbar div ul li a {
  color: #8aa4af;
  line-height: 36px;
  text-decoration: none;
  padding-left: 0px;
  padding-right: 10px;
  height: 100%;
  width: 100%;
  text-align: center;
  min-width: 60px;
}

/*
.qnavbar >div >ul >li:first-child a {   
  padding-left: 0;
}    */
.qnavbar > div > ul > li {
  display: inline-block;
}
.qnavbar > div > ul > li:hover {
  box-shadow: inset 0 -3px 0 0 #3c8dbc;
}

/*
.qnavbar >div >ul >li.separator:hover {

}*/
.qnavbar > div > ul > li:hover > a {
  color: white;
}
.qnavbar div ul li ul li:hover {
  /*background-color:#3c8dbc;*/
  box-shadow: inset 3px 0 0 0 #3c8dbc;
}
.qrawmenu, .qnavbar div ul li ul {
  z-index: 99;
  height: auto;
  padding: 0;
  position: absolute;
  /*background-color: #f9f9f9;*/
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  list-style-type: none;
}
.qnavbar div ul li ul li {
  display: flex;
  padding-right: 10px;
}
.qnavbar div ul li ul li.static:hover {
  box-shadow: none !important;
}
.qnavbar div ul li ul li a {
  text-decoration: none;
  padding-left: 10px;
  color: black;
  line-height: 28px;
  text-align: left;
}
.qnavbar div ul li ul li i {
  line-height: 28px;
  color: #222d32;
  padding-left: 10px;
  width: 25px;
  padding-right: 10px;
  color: lightgray;
  /*padding-right:6px;*/
}
.qnavbarmenu-opened {
  visibility: visible !important;
}
.qrawmenu input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  border: 1px solid #d2d6de;
  /*padding-bottom: 10px;*/
  padding: 0;
  padding-left: 4px;
  margin: 0;
  margin-bottom: 8px;
  /*margin:4px;*/
  border-radius: 0;
}
.qrawmenu input[type=text], input[type=password] {
  /*background-color: rgb(250, 255, 189);*/
  color: black;
}
.qrawmenu input[type=text]:focus, input[type=password]:focus {
  border: 1px solid #3c8dbc;
}
.qloginbutton {
  border-radius: 3px;
  background-color: #3c8dbc;
  color: white;
  height: 30px;
  font-weight: bold;
  text-align: center;
}
.qseparator {
  width: 100%;
  border-top: 1px solid darkgray;
  margin-top: 4px;
  padding-bottom: 4px;
}

/*# sourceMappingURL=QNavbar.vue.map */

/*# sourceMappingURL=QNavbarItem.vue.map */.qproductgrid {
  /*width:100%;*/
  /*margin:10px;*/
  height: auto;
  padding: 8px;
  background-color: #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.qproductgrid a {
  text-decoration: none;
}
.qproduct_list {
  /* float: left;
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;

   background-color:#ccc;*/
}

/*# sourceMappingURL=QProductGrid.vue.map */.qproduct_item {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  height: 100%;
  margin: 5px;
  margin-left: auto;
  margin-right: auto;
  /*margin-left:8px;*/
  min-height: 500px;
  max-height: 500px;
  flex: 1;
  /*max/width:250px;*/
  min-width: 250px;
}

/*
.qproduct_item li:not(:first-child) {
    margin-left: 8px;
}*/
/*.qproduct_item li {
    margin-left: 8px;
}*/
.qproduct_values .qproduct_buttons {
  position: relative;
  text-align: left;
  float: left;
  margin-top: 7px;
}
.qproduct_values .qproduct_buttons button {
  /*color: #252525;*/
  /*background: rgba(255, 255, 255, 1);*/
  font-size: 1em;
  /*border-radius: 50%;*/
  width: 40px;
  height: 40px;
  border: 1px solid #000;
}

/*.qproduct_title h5 {

    font-size: 1em;
    font-weight: 500;
    line-height: 1;
  }  */
.qproduct_title h5 {
  margin: auto;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.qproduct_desc {
  overflow: hidden;
  float: left;
  line-height: 1;
}
.qproduct_desc p {
  margin: 0;
  line-height: 1.3;
  padding: 10px 0;
}
.qproduct_image {
  position: relative;
  overflow: hidden;
  /*height:205px;
  max-height:205px;  */
  /*width:auto;
  max-width: 100%;*/
}
.qproduct_image a {
  display: flex;
  height: 205px;
  max-height: 205px;
}
.qproduct_image img {
  display: block;
  max-height: 100%;
  margin: auto;
  /*-webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;*/
}

/*.qproduct_image img:hover {
  -o-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}*/
.qproduct_image:hover .qproduct_buttons {
  bottom: 0;
}
.qproduct_buttons {
  /*position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  transition: all .35s ease;*/
  font-size: 20px;
}
.qproduct_buttons button {
  color: #ccc;
  /*fff;*/
  border: none;
  background-color: transparent;
  /*background: rgba(0, 0, 0, 0.5);*/
  font-size: 1em;
  /*border-radius: 50%;*/
  width: 30px;
  height: 30px;
}

/*
.qproduct_buttons .product_heart:hover {
  color: #DF0404;
  background: rgba(255, 255, 255, 0.5);
}
.qproduct_buttons .product_compare:hover {
  color: rgb(18, 150, 18);
  background: rgba(255, 255, 255, 0.5);
}
.qproduct_buttons .add_to_cart:hover {
  color: #4DC8D3;;
  background: rgba(255, 255, 255, 0.5);
}*/
.qactivelist {
  color: orange;
}
.qproduct_price {
  float: left;
  text-align: center;
  width: 100%;
}
.qprice_old {
  color: #ea2e49;
  text-decoration: line-through;
  padding-right: 10px;
  cursor: default;
}
.qprice_new {
  cursor: default;
  color: black;
}
.qproduct_rating {
  width: 100%;
  background-position-x: 5%;
}

/*
.qproduct_sale {
    position: absolute;
    z-index: 99;
    right: -28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .qproduct_sale p {
    margin: 0;
    color: #fff;
    background: #ff0000;
    padding: 3px 25px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
  }  
  */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
.qproduct_item {
    /*  width: 99.7%;*/
    /*margin: 0;*/
    overflow: hidden;
}
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
.qproduct_item {
    /*width: 49.5%;*/
}
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
.qproduct_item {
    /*width: 33%;*/
}
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
.qproduct_item {
    /*width: 24.5%;*/
}
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
.qproduct_item {
    /*width: 19.5%;*/
}
}
.ribbon {
  margin: 0;
  padding: 0;
  background-color: rebeccapurple;
  color: white;
  padding: 8px 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  z-index: 99;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px;
  /* tweak */
  width: 100%;
  height: 100%;
  background: rebeccapurple;
}
.ribbon:before {
  right: 100%;
}
.ribbon:after {
  left: 100%;
}

/* Colors */
.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}
.corner-ribbon.black {
  background: #333;
}
.corner-ribbon.grey {
  background: #999;
}
.corner-ribbon.blue {
  background: #39d;
}
.corner-ribbon.green {
  background: #2c7;
}
.corner-ribbon.turquoise {
  background: #1b9;
}
.corner-ribbon.purple {
  background: #95b;
}
.corner-ribbon.red {
  background: #e43;
}
.corner-ribbon.orange {
  background: #e82;
}
.corner-ribbon.yellow {
  background: #ec0;
}

/*# sourceMappingURL=QProductPresenter.vue.map */.qviewertoolbar {
  width: 100%;
  height: 32px;
  line-height: 32px;
  /*margin-left: 10px;
  margin-right: 10px;*/
  background-color: white;
  /* rgb(239, 239, 239);*/
  display: flex;
  border-bottom: 1px solid #E1E6E6;
  color: #818181;
}
.qviewertoolbar-button {
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.1s linear;
  display: flex;
  margin: auto;
}
.qviewertoolbar-button:hover {
  background-color: #DDDDDD;
}
.qviewertoolbar-button:active {
  background-color: #848484;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.qviewertoolbar-button-dropdown:before {
  content: "";
  position: absolute;
  background-color: #E7E7E7;
  width: 14px;
  height: 14px;
  bottom: -6px;
  left: 80px;
  right: -25vw;
  transform: rotate(45deg) translateX(50%);
  transition: all 0.15s ease-in;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
}
.qviewertoolbar-button-dropdown:after {
  content: "";
  position: absolute;
  background-color: #E7E7E7;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  bottom: -10px;
  left: 80px;
  right: -25vw;
  transition: all 0.15s ease-in;
  transform: rotate(45deg) translateX(50%);
  z-index: 2;
}
.qviewertoolbar-button-dropdown-toggled:before {
  left: calc(50% - 10px);
  transition: all 0.25s ease-in 0.15s;
}
.qviewertoolbar-button-dropdown-toggled:after {
  left: calc(50% - 10px);
  transition: all 0.25s ease-in 0.15s;
}
.qviewertoolbar-button > div {
  margin: auto;
}

/* ---------- SELECT ----------  */
select {
  -moz-appearance: window;
  -webkit-appearance: none;
}
.select {
  background-color: #fff;
  display: inline-block;
  margin-right: 0px;
  padding: 0;
  position: relative;
  border-radius: 2px;
}
.select .fa-angle-down {
  color: #818181;
  font-size: 25px;
  height: 30px;
  margin-top: -12px;
  position: absolute;
  right: 5px;
  top: 50%;
  z-index: 1;
}
.select select {
  appearance: none;
  background-color: transparent;
  border: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  color: #818181;
  /*margin-right: 20px;*/
  position: relative;
  width: 100%;
  max-width: 70px;
  z-index: 2;
}
.select select:active,
.select select:focus {
  border: 0;
  outline: none;
}
.select select:active + i,
.select select:focus + i {
  z-index: 2;
}
.select select option {
  background-color: #fff;
  color: #818181;
  height: 30px;
}

/*# sourceMappingURL=QViewerToolbar.vue.map */.pviewer {
  /*width:100%;
      height:22px;
      line-height:22px;      
  */
  background-color: #F2F7F7;
  display: flex;
  flex-direction: column;
  overflow: auto;
  /*border-bottom: 1px solid $default-panel-border-col;*/
}
.pviewer-sheet {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.pviewer-toc {
  background-color: white;
  border-right: 1px solid #E1E6E6;
}

/*# sourceMappingURL=QViewer.vue.map */.pmodal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
.pmodal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.pmodal-container {
  /*max-width: 500px;*/
  /*300px;*/
  margin: 0px auto;
  padding: 0;
  /*15px;*/
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  /*font-family: Helvetica, Arial, sans-serif;*/
  display: flex;
  flex-direction: column;
}
.pmodal-header {
  width: 100%;
  padding: 0;
  /*padding-left:12px;*/
}
.pmodal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.pmodal-body {
  margin: 0;
  width: 100%;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.pmodal-footer {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 7px;
  border-top: 1px solid lightgray;
}
.pmodal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.pmodal-enter {
  opacity: 0;
}
.pmodal-leave-active {
  opacity: 0;
}
.pmodal-enter .pmodal-container,
.pmodal-leave-active .pmodal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*# sourceMappingURL=QModal.vue.map *//*
.qsidebaritemborder {
 border: 1px transparent dotted !important;
}
*/
.qsidebaritemborder {
  border: 1px white dotted !important;
}
.qitemheader {
  padding: 0px 10px 0px 13px;
  color: #4b646f;
  background: #1a2226;
  font-size: 12px;
}
.qitem-expanded {
  height: auto !important;
}

/*
.qsidebar-menu-anim {
  transition: all .3s ease;
   height: auto;     
   overflow:hidden;
 }

 .qsidebar-menu-anim.v-enter, .qsidebar-menu-anim.v-leave {
    height: 0;

    opacity: 0;
}  */

/*# sourceMappingURL=QSidebarItem.vue.map */.qcollapserbutton {
  color: #8aa4af;
  float: right;
  cursor: pointer;
}
.qcollapserbutton:hover {
  color: white;
  font-weight: bold;
}
.qsidebar {
  /*   background-color:cyan*/
  background-color: #222d32;
  width: 100%;
  /*         list-style: none;
    margin: 0;
    padding: 0;
    background-color: #222d32;*/
}
.qsidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  /*padding-left:10px;*/
}
.qsidebar-menu-border {
  /*border-bottom: 3px solid ;   */
  box-shadow: inset 0 -3px 0 0 #1a2226;
  /*box-shadow:inset 0px 3px 0px 0px #1a2226;  */
}

/*
 .qsidebar-menu-anim {
  transition: all .3s ease;
   height: auto;     
   overflow:hidden;
 }

 .qsidebar-menu-anim.v-enter, .qsidebar-menu-anim.v-leave {
    height: 0;
    opacity: 0;
} */
ul.qsidebar-menu li a {
  color: #8aa4af;
  /*#b8c7ce;       */
  text-decoration: none;
  vertical-align: middle;
}
ul.qsidebar-menu > li {
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  overflow: hidden;
}
ul.qsidebar-menu > li {
  /*margin-left:10px;
  border-left: 3px solid transparent;*/
}

/*
ul.qsidebar-menu > li:hover  {
  padding-left:10px;

}*/
/*ul.qsidebar-menu li  {

}*/
ul.qsidebar-menu > li > ul {
  /*background-color: cyan;*/
  background-color: #2c3b41;
}
ul.qsidebar-menu > li > ul > li {
  /*margin-left:20px;*/
  /*border-left: 3px solid transparent;*/
  /* border-left: 3px solid green;*/
}

/*ul.qsidebar-menu>:first-child{color: green;}*/
/*ul.qsidebar-menu li ul li:hover {
    border-left: 3px solid transparent;
} */

/*# sourceMappingURL=QSidebar.vue.map */.qsearchbox {
  border: 1px solid lightgrey;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #e3f2fd;
  width: 300px;
  padding: 0px;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 24px;
  height: 24px;
  margin: auto;
  margin-right: 10px;
  /*font-weight:bold;*/
  display: inline-block;
  /*vertical-align: middle*/
}

/*.qsearchbox input :hover {
 border:1px solid rgb(182, 220, 244);   
}*/
.qsearchbox input:focus {
  outline: none;
}
.qsearchbox input {
  background-color: transparent;
  border-width: 0;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  /*float:left;*/
  padding: 0;
  /*width:calc(100vw-12px);*/
}

/*# sourceMappingURL=QSearchBox.vue.map */.pentry {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 26px;
  max-height: 26px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.FInner {
  flex-grow: 2;
  display: flex;
  border-bottom: 2px solid transparent;
  overflow: hidden;
  line-height: 26px;
  height: 26px;
}
.PBorder {
  border: 1px solid #ddd;
}
.FLocked {
  cursor: not-allowed;
}
.FZeroPad {
  padding: 0 !important;
}
.FComponentIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-left: 4px;
  padding-right: 5px;
}
.FActionIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-top: 5px;
  margin-right: 4px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.FEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.FBaseInput {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  outline: none;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none !important;
  font-family: "morebi", Arial;
  font-size: 14px;
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 5px;
  width: 100%;
  line-height: 22px;
  height: 22px;
}
.FDivider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin-top: 14px;
  margin-bottom: 13px;
}
.pentry {
  /*padding-right:0px !important;*/
}
.pentry input {
  flex-grow: 2;
}

/*# sourceMappingURL=FEntry.vue.map */.qmemo {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 26px;
  max-height: 26px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.FInner {
  flex-grow: 2;
  display: flex;
  border-bottom: 2px solid transparent;
  overflow: hidden;
  line-height: 26px;
  height: 26px;
}
.PBorder {
  border: 1px solid #ddd;
}
.FLocked {
  cursor: not-allowed;
}
.FZeroPad {
  padding: 0 !important;
}
.FComponentIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-left: 4px;
  padding-right: 5px;
}
.FActionIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-top: 5px;
  margin-right: 4px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.FEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.FBaseInput {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  outline: none;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none !important;
  font-family: "morebi", Arial;
  font-size: 14px;
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 5px;
  width: 100%;
  line-height: 22px;
  height: 22px;
}
.FDivider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin-top: 14px;
  margin-bottom: 13px;
}
.qmemo {
  /*height:100px;*/
}
.qfmemo input {
  flex-grow: 2;
}

/*# sourceMappingURL=FMemo.vue.map */.vue-tabs.stacked {
  display: flex;
}
.vue-tabs .tabs__link {
  text-decoration: none;
  color: gray;
}
.vue-tabs .nav {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.vue-tabs .nav:before, .vue-tabs .nav:after {
  content: " ";
  display: table;
}
.vue-tabs .nav:after {
  clear: both;
}
.vue-tabs .nav > li {
  position: relative;
  display: block;
}
.vue-tabs .nav > li > a {
  position: relative;
  display: block;
  padding: 4px 8px;
}
.vue-tabs .nav > li > a:hover, .vue-tabs .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.vue-tabs .nav > li span.title {
  display: flex;
  justify-content: center;
}
.vue-tabs .nav > li.disabled > a {
  color: #777777;
}
.vue-tabs .nav > li.disabled > a:hover, .vue-tabs .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  border-color: transparent;
}
.vue-tabs .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.vue-tabs .nav > li > a > img {
  max-width: none;
}
.vue-tabs .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.vue-tabs .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.vue-tabs .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.vue-tabs .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.vue-tabs .nav-tabs > li.active > a, .vue-tabs .nav-tabs > li.active > a:hover, .vue-tabs .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-top: 2px solid #3c8dbc;
  cursor: default;
}
.vue-tabs .nav-pills > li {
  float: left;
}
.vue-tabs .nav-pills > li > a {
  border-radius: 4px;
}
.vue-tabs .nav-pills > li + li {
  margin-left: 2px;
}
.vue-tabs .nav-pills > li.active > a, .vue-tabs .nav-pills > li.active > a:hover, .vue-tabs .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.vue-tabs .nav-stacked > li {
  float: none;
}
.vue-tabs .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.vue-tabs .nav-justified, .vue-tabs .nav-tabs.nav-justified {
  width: 100%;
}
.vue-tabs .nav-justified > li, .vue-tabs .nav-tabs.nav-justified > li {
  float: none;
}
.vue-tabs .nav-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.vue-tabs .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
.vue-tabs .nav-justified > li, .vue-tabs .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}
.vue-tabs .nav-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
}
}
.vue-tabs .nav-tabs-justified, .vue-tabs .nav-tabs.nav-justified {
  border-bottom: 0;
}
.vue-tabs .nav-tabs-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.vue-tabs .nav-tabs-justified > .active > a, .vue-tabs .nav-tabs.nav-justified > .active > a,
.vue-tabs .nav-tabs-justified > .active > a:hover, .vue-tabs .nav-tabs.nav-justified > .active > a:hover,
.vue-tabs .nav-tabs-justified > .active > a:focus, .vue-tabs .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
.vue-tabs .nav-tabs-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.vue-tabs .nav-tabs-justified > .active > a, .vue-tabs .nav-tabs.nav-justified > .active > a,
.vue-tabs .nav-tabs-justified > .active > a:hover, .vue-tabs .nav-tabs.nav-justified > .active > a:hover,
.vue-tabs .nav-tabs-justified > .active > a:focus, .vue-tabs .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
}
}
.vue-tabs .tab-content > .tab-pane {
  display: none;
}
.vue-tabs .tab-content > .active {
  display: block;
}
.vue-tabs section[aria-hidden=true] {
  display: none;
}

/*# sourceMappingURL=QTabs.vue.map */.ptab {
  width: auto;
  height: auto;
  /*display:flex;
  flex-direction: column;     */
}

/*
 .ptabs-header {
   height:30px;     
   width:100%;
   display:flex;
 }

 .ptabs-content {
   flex-grow:2;
   width:100%;
   overflow-y:scroll;     
 }*/

/*# sourceMappingURL=PTab.vue.map */.ptabs {
  /*width:100%;*/
  flex-grow: 2;
  /*height:auto;*/
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ptabs-header {
  height: 32px;
  width: 100%;
  display: flex;
}
.ptabs-content {
  width: 100%;
  flex-grow: 2;
  overflow-y: hidden;
  overflow-x: hidden;
  border: 1px solid #ddd;
  display: flex;
  background-color: white;
  /*flex*/
}
.widget-tab {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  line-height: 32px;
  font-weight: normal;
  color: #999;
  background: #fcfcfc;
  border: solid #ddd;
  border-width: 1px 1px 0;
  border-radius: 5px 5px 0 0;
  padding-bottom: 0;
  bottom: auto;
  cursor: pointer;
}
.widget-tab > .widget-tab-link {
  margin: 0;
  border-top: 0;
}

/*
.widget-tab + .widget-tab {
  margin-right: -1px;
}*/
/*.widget-tab:last-child*/
/*,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2),
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child {*/
/*  bottom: -1px;
  margin-top: 0;
  padding-bottom: 2px;
  line-height: 34px;*/
/*font-weight: bold;
color: #555;*/
/*background: white;
  border-top: 0;
}*/
.ptab-active {
  margin: 0;
  border-top: 2px solid #3c8dbc;
  font-weight: bold;
  margin-bottom: -1px;
  background-color: white;
}

/*.widget-tab:last-child > .widget-tab-link*/
/*,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child > .widget-tab-link,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) > .widget-tab-link,
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child > .widget-tab-link {*/
/*}*/
.widget-tab-link {
  display: block;
  min-width: 60px;
  padding: 0 15px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
}

/*.widget-list {
  display: none;
  padding-top: 50px;
}

.widget-list > li + li {
  border-top: 1px solid #e8e8e8;
}

.widget-list:last-of-type {
  display: block;
}

.widget-list:target {
  display: block;
}

.widget-list:target ~ .widget-list {
  display: none;
}

.widget-list-link {
  display: block;
  line-height: 18px;
  padding: 10px 12px;*/
/*font-weight: bold;
color: #555;*/
/*text-decoration: none;  
}

.widget-list-link:hover {*/
/*background: red;*/
/*}

li:last-child > .widget-list-link {
  border-radius: 0 0 3px 3px;
}

.widget-list-link > img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 2px 12px 0 0;
}

.widget-list-link > span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #999;
}*/

/*# sourceMappingURL=PTabs.vue.map */.FInner {
  flex-grow: 2;
  display: flex;
  border-bottom: 2px solid transparent;
  overflow: hidden;
  line-height: 26px;
  height: 26px;
}
.PBorder {
  border: 1px solid #ddd;
}
.FLocked {
  cursor: not-allowed;
}
.FZeroPad {
  padding: 0 !important;
}
.FComponentIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-left: 4px;
  padding-right: 5px;
}
.FActionIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-top: 5px;
  margin-right: 4px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.FEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.FBaseInput {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  outline: none;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none !important;
  font-family: "morebi", Arial;
  font-size: 14px;
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 5px;
  width: 100%;
  line-height: 22px;
  height: 22px;
}
.FDivider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin-top: 14px;
  margin-bottom: 13px;
}
.ptable {
  /*overflow: hidden;    */
  width: 100%;
  user-select: none;
  /*    height:calc(100%-50px)*/
  /*flex-grow:2;*/
}
.ptable-container {
  /* margin:10px;*/
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  /*height:100%;*/
}
.ptable-header {
  /*width:100%;*/
  height: 26px;
  min-height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: flex;
  /*padding-left:10px;
  padding-right:10px;*/
  border-bottom: 1px solid #ddd;
}
.ptable-footer {
  /*width:100%;*/
  /*height:26px;
  min-height:26px;*/
  line-height: 26px;
  overflow: hidden;
  display: flex;
  /*padding-left:10px;
  padding-right:10px;*/
  border-top: 1px solid #ddd;
}
.ptable-header div {
  /*min-height:26px;*/
  height: 26px;
  max-height: 26px;
  line-height: 26px;
  font-weight: normal;
  /*padding-left:4px;*/
  color: black !important;
}
.ptable-row {
  display: flex;
  line-height: 26px;
  height: 26px;
  /*padding-left:10px;
  padding-right:10px;*/
}
.ptable-row_hovered {
  background-color: rgba(48, 121, 244, 0.2) !important;
}
.ptable-row_selected {
  background-color: #ffe699 !important;
}

/*
.ftable-clickable {
 cursor:pointer;    
}*/
.ptable-row div {
  /*margin-left:4px;*/
  /*font-weight: bold;*/
}
.active-tablesorter {
  color: skyblue !important;
}
.ptablesorter {
  padding-left: 4px;
  cursor: pointer;
  color: lightgrey;
  line-height: 26px;
  height: 26px;
}

/*# sourceMappingURL=FTable.vue.map */.pbox {
  background-color: white;
  border-radius: 3px;
  border-top: 3px solid #d2d6de;
  border-color: #d2d6de;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100px;
  margin-bottom: 10px;
  /*padding-bottom: 10px;*/
}
.pbox-fullborder {
  border-left: 1px solid #d2d6de;
  border-right: 1px solid #d2d6de;
  border-bottom: 1px solid #d2d6de;
}
.pbox-header-style {
  overflow: hidden;
  display: flex;
  /*    padding-left:10px;
      padding-right: 10px;*/
  /*line-height:26px;
  height:26px;*/
  /*    height:100%;*/
}
.pbox-footer-style {
  overflow: hidden;
  display: flex;
}
.pbox-primary {
  border-top-color: #3c8dbc;
}
.pbox-primary-bold {
  border: 3px solid #3c8dbc;
}

/*# sourceMappingURL=QBox.vue.map */.pradio {
  margin-right: 8px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.pradio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.pradio input[type=radio] + .pradio-label:before {
  content: "";
  background: #e3f2fd;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 4px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  line-height: 26px;
}
.pradio input[type=radio]:checked + .pradio-label:before {
  background-color: #3c8dbc;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.pradio input[type=radio]:focus + .pradio-label:before {
  outline: none;
  border-color: #3197EE;
}
.pradio input[type=radio]:disabled + .pradio-label:before {
  /*box-shadow: inset 0 0 0 4px #f4f4f4;*/
  /*border-color: #b4b4b4;*/
  /*background: #b4b4b4;*/
}
.pradio input[type=radio] + .pradio-label:empty:before {
  margin-right: 0;
}

/*
.pradio
{
  display: flex;
  max-width: 336px;
  width: 100%;
  position: relative;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 12px;
  border: 1px solid lightgray;
  border-radius: 3px;
  color: black;    
}

.pradio > input {
  display: none;
}

.pradio > input:checked + label {*/
/*color: #3395DE;*/
/*font-weight:bold;*/
/*}

.pradio > input:nth-of-type(1):checked ~ label:last-of-type:before {
  transform: translateX(calc(0% + 0px));
}
.pradio > input:nth-of-type(2):checked ~ label:last-of-type:before {
  transform: translateX(calc(100% + 0px));
}
.pradio > input:nth-of-type(3):checked ~ label:last-of-type:before {
  transform: translateX(calc(200% + 0px));
}
.pradio label {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.pradio label:last-of-type:before {
  content: "";
  display: block;
  max-width: calc(33.3333333333% - 0px);
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}
.pradio label {
  padding: 6px 3px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.pradio label:before {
  background: red;
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.pradio label:not(:last-child) {
  border-right: 1px solid #fff;
}


.pradio >input
{
  position: absolute;
    left: -9999px;
}

.pradio >input + label
{
  position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.pradio >input + label:before
{
content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;  
}

.pradio >input + label:after
{
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;

}

.pradio >input:not(:checked) + label:after
{
opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);  
}

.pradio >input:checked + label:after
{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/

/*# sourceMappingURL=QRadioItem.vue.map */.pproperties {
  border: 1px solid lightgray;
  width: auto;
  min-width: 120px;
  overflow: hidden;
}

/*# sourceMappingURL=FProperties.vue.map */

/*# sourceMappingURL=QRadioGroup.vue.map */.pproperty-group {
  display: flex;
  flex-direction: column;
  width: auto;
  min-width: 120px;
  overflow: hidden;
  line-height: 26px;
  border-bottom: 1px dotted #E0ECFF;
  background-color: transparent;
}
.pproperty-group-title {
  background-color: #E0ECFF;
  flex-grow: 2;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

/*# sourceMappingURL=FPropertyGroup.vue.map */.FInner {
  flex-grow: 2;
  display: flex;
  border-bottom: 2px solid transparent;
  overflow: hidden;
  line-height: 26px;
  height: 26px;
}
.PBorder {
  border: 1px solid #ddd;
}
.FLocked {
  cursor: not-allowed;
}
.FZeroPad {
  padding: 0 !important;
}
.FComponentIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-left: 4px;
  padding-right: 5px;
}
.FActionIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-top: 5px;
  margin-right: 4px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.FEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.FBaseInput {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  outline: none;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none !important;
  font-family: "morebi", Arial;
  font-size: 14px;
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 5px;
  width: 100%;
  line-height: 22px;
  height: 22px;
}
.FDivider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin-top: 14px;
  margin-bottom: 13px;
}
.pproperty {
  flex-grow: 2;
  overflow: hidden;
  display: flex;
  min-height: 26px;
  max-height: 26px;
  border-top: 1px dotted darkgray;
  background-color: transparent;
}

/*# sourceMappingURL=FProperty.vue.map */.FInner {
  flex-grow: 2;
  display: flex;
  border-bottom: 2px solid transparent;
  overflow: hidden;
  line-height: 26px;
  height: 26px;
}
.PBorder {
  border: 1px solid #ddd;
}
.FLocked {
  cursor: not-allowed;
}
.FZeroPad {
  padding: 0 !important;
}
.FComponentIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-left: 4px;
  padding-right: 5px;
}
.FActionIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-top: 5px;
  margin-right: 4px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.FEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.FBaseInput {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  outline: none;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none !important;
  font-family: "morebi", Arial;
  font-size: 14px;
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 5px;
  width: 100%;
  line-height: 22px;
  height: 22px;
}
.FDivider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin-top: 14px;
  margin-bottom: 13px;
}
.psuggestor {
  /*
  position:relative;
  height:$default-height;*/
  position: relative;
  width: 300px;
  margin: 0 0;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #ddd;
  /*background-color: #e3f2fd; */
  background-color: white;
  font-size: 14px;
  font-family: monospace;
}

/*
 .qsuggestcontainer {
    position:relative;
    width:300px;
    margin:0 0;     
    height:$default-height;
    border:1px solid lightgray;

  */
/*background-color: #e3f2fd; */
/*    background-color: $input-bg;

   font-size: 14px;
   font-family: monospace;
 }*/
/*.qsuggestcontainer :focus {
 border:1px solid blue;                                  
}*/
.psuggestor input {
  /*width:100%;*/
  height: 26px;
  max-height: 26px;
  /*max-height:24px;*/
  line-height: 26px;
  background-color: transparent;
  display: inline-block;
  vertical-align: bottom;
  /*border:0px solid #333;*/
  /*padding:10px;*/
  /*background:#fff;*/
  /*font-size:0.9em;*/
  margin: 0;
  flex-grow: 2;
  padding: 0;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  outline: none;
  border-radius: 0;
  border: none;
  background-clip: padding-box;
  box-shadow: none !important;
  /*background-color: #e3f2fd; */
}
.psuggestor ul {
  /*position:absolute;
  z-index:9999;*/
  background-color: white;
  /*   max-height:150px;*/
  overflow-y: auto;
  height: 100%;
  flex-grow: 2;
  padding: 0;
  /*   margin-left: -1px;*/
  /*margin-top: -2px;*/
  /*margin-right: -2px;*/
  list-style-type: none;
  /*background-color: $input-bg;*/
  margin: 0;
  /*   top:26px;   
     left:0px;*/
  /*margin-left:  -1px;*/
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.psuggestor ul li {
  line-height: 26px;
  border-bottom: 1px solid #eee;
}

/*
  .qsuggestcontainer ul li:first-child{
	border-top:1px solid #eee;
}
*/
.psuggestor ul li:last-child {
  border-bottom: none;
}

/*
  .qsuggestcontainer ul li:hover {
background-color:lightslategray;      
  }
*/
.psuggestor-listcontainer {
  background-color: white;
  border-right: 1px solid #e3f2fd;
  border-left: 1px solid #e3f2fd;
  border-bottom: 2px solid #70bef5;
  border-radius: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  position: absolute;
  z-index: 9999;
  max-height: 150px;
  width: 100%;
  top: 25px;
  margin-left: -1px;
  margin-right: -1px;
}
.psuggestor-cleaner {
  cursor: pointer;
  padding-right: 4px;
  /*line-height:$default-height;*/
  margin-top: auto;
  margin-bottom: auto;
  color: darkgray;
  /*  line-height: $default-height;*/
  /*margin-top:-2px;*/
}
.psuggestor-selected {
  color: #333;
  /*background:#888;*/
  background: #b6dcf4;
  /* !important;                    */
}

/*# sourceMappingURL=FSuggestor.vue.map */.pdatepicker {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 26px;
  max-height: 26px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.FInner {
  flex-grow: 2;
  display: flex;
  border-bottom: 2px solid transparent;
  overflow: hidden;
  line-height: 26px;
  height: 26px;
}
.PBorder {
  border: 1px solid #ddd;
}
.FLocked {
  cursor: not-allowed;
}
.FZeroPad {
  padding: 0 !important;
}
.FComponentIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-left: 4px;
  padding-right: 5px;
}
.FActionIcon {
  color: darkgrey;
  height: 100%;
  margin: auto;
  margin-top: 5px;
  margin-right: 4px;
  margin-left: 4px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.FEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.FBaseInput {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Then Style */
  outline: none;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none !important;
  font-family: "morebi", Arial;
  font-size: 14px;
  margin: 0;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 0;
  padding-right: 5px;
  width: 100%;
  line-height: 22px;
  height: 22px;
}
.FDivider {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin-top: 14px;
  margin-bottom: 13px;
}
.pdatepicker {
  position: relative;
  font-size: 14px;
}
.pdatepicker input {
  flex-grow: 2;
}
.pdatepicker-weekday div {
  width: 38px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
  /*    margin:auto;*/
}
.pdatepicker-day {
  display: flex;
  flex-direction: column;
}
.pdatepicker-day {
  width: 38px;
  height: 28px;
  /*border-radius:15px;*/
  cursor: pointer;
  /*background-color: lightgreen;*/
  border-bottom: 2px solid transparent;
  text-align: center;
  line-height: 22px;
  font-weight: normal;
  /*margin:auto;*/
}

/*.fdatepicker-day span span {

 }*/
.pdatepicker-day:not(.pdatepicker-calendarweek):hover {
  border-bottom-color: #70bef5;
}

/*
.fdatepicker-day {
  margin:auto
}*/
.pdatepicker-calendarweek {
  color: white;
  background-color: lightgray;
  cursor: default;
}
.pdatepicker-calendarweek :hover {
  border-bottom-color: transparent !important;
}
.pdatepicker-dropdown {
  position: fixed;
  background-color: white;
  /*margin-top:26px;*/
  /*min-height:250px;
    overflow-y: auto;
    min-width:250px;*/
  /*top: -28px;
    left:-20px;*/
  /*bottom:200px;
    right:400px;*/
  z-index: 9999;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #e3f2fd;
  /*border-top:none;*/
  /*width:250px;*/
  /*height:100%;*/
  /*250px;*/
  display: grid;
  grid-template-columns: repeat(7, 30px);
  /*grid-template-rows:    repeat(6, 30px);*/
  grid-auto-rows: 30px;
  /*grid-gap: 5px;*/
}

/*# sourceMappingURL=FDatePicker.vue.map */