.buttons-col {
  display: flex;
  align-items: right;
  justify-content: right;
  flex: 1;
  height: 100%;
}

.smallText {
  font-size: 8px;
}

.mediumText {
  font-size: 10px;
}


.gridButton {
  min-width: 0;
}

#gridxx a.k-button.k-button-icontext.k-grid-Edit3 {
  min-width: 0;
}



#gridxx a.k-button.k-button-icontext.k-grid-Edit2 {
  min-width: 0;
}

#gridxx a.k-button.k-button-icontext.k-grid-Edit {
  min-width: 0;
}

#gridxx a.k-button.k-button-icontext.k-grid-Delete {
  min-width: 0;
}

#reportViewer1 {
  position: absolute;
  top: 70px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 150px;
  overflow: hidden;
  clear: both;
}


#trViewer {
  z-index: 100000;
  top: 70px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 1000px;
}


ion-content {
  --background: transparent !important;
}

.hydrated {
  z-index: 9998 !important;
}

.camera-wrapper {
  z-index: 9998 !important;
}

.camera-preview {
  position: absolute;
  z-index: 9998 !important;
}

.overlay-hole {
  position: absolute;
  width: 500;
  height: 500;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #BFBFBF;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.2);
  z-index: 999999998;
}




.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;

  &:before {
    content: '';
    /* // use the linear-gradient for the fading effect
    // use a solid background color for a solid bar */
    /* background: linear-gradient(to right, transparent, #818078, transparent); */
    background-color: black;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }

  &:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    /* // this is really the only tricky part, you need to specify the background color of the container element... */
    color: black;
    background-color: #fcfcfa;
  }
}