.gridHeader {
  background: #3b3b3b;
  color: #eee;
  font-family: 'Open sans', sans-serif;
  padding-left: 4px;
  overflow: hidden;
  position: relative;
  line-height: 0;

}

.gridHeaderImageAndText {
  float: left;
  transform-origin: 'left bottom';
  vertical-align: baseline;
}

.gridHeaderImage {
  /* display: inline-block; */
  position: absolute;
}

.gridHeaderText {
  display: inline-block;
  white-space: normal;
  color: #FF925E;
}

.gridHeaderTextName {
  font-size: 12px;
  font-weight: bold;
  color: #FFD3BF;
  letter-spacing: 0.3px;
  text-align: right;
}

.timelineWrapper {
  position: relative;
  background: rgba(255, 219, 204, 0.2);
  clear: both;
}

.timelineCut {
  position: absolute;
  background: #E85D22;
  height: 100%;
}

.timelineThumbIndicator {
  position: absolute;
  min-width: 1px;
  background: #FFDBCC;
}

.gridItem {
    float: left;
    /*width: 168px;*/
    /*padding: 8px;*/
    /*background: #3b3b3b;*/
    border: 0;
    margin: 4px;
    position: relative;
    outline:none;
    -webkit-user-select:none;
    overflow: hidden;
}

.gridItemSelected {
  outline-style: solid;
  outline-color: #FF5006;
  background-color: #FF5006;
  /* box-shadow: 5px 0px 0px 0px #FF5006 */
}

/* .gridItemSelected:after {
  content: "";
  background-color: #FF5006;
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  transform: translateX(10px);
} */

.gridItem:hover {
  /* background: #eee; */
  cursor: pointer;
}

.image {
  float: left;
  /*width: 168px;*/
  /*padding: 8px;*/
  /*background: #3b3b3b;*/
  /*border: 0;*/
  /*margin: 4px;*/
  /* border-radius:8px; */
  /*position: relative;*/
}

.grid {
  display: block;
  height: 100%;
  white-space: nowrap;
  border: 0;
  overflow: auto;
  margin: auto;
  outline:none;
  position: relative;
}

.gridForPrinting {
  margin-left: -50px
}

.faceRect {
  position: absolute;
  background-color: rgba(255, 80, 6, 0.05);
}

.faceHover {
  position: absolute;
  background-color: rgba(255, 80, 6, 0.3);
  /* z-index: 2000; */
}

.faceRectSVG {
  position: absolute;
}

.opacity100 {
  color: rgba(255,255,255,1.0);
}

.faceRectTag {
  position: absolute;
  margin-left: 2px;
  margin-top: 0px;
  font-size: 9px;
  line-height: 11px;
  color: rgba(255,255,255,0.7);
  /* visibility: hidden; */
  /* mix-blend-mode: difference; */
  /* filter: invert(1) grayscale(1) contrast(9); */
  /* color: rgba(255,80,6,1); */
}

.frameinfo {
  position: absolute;
  border-radius:2px;
  /* font-family: 'Open sans'; */
  font-size: 10px;
  line-height: 10px;
  padding: 1px;
  pointer-events: none;
}

.topLeft {
  top: 0;
  left: 0;
  transform-origin: left top;
}

.topCenter {
  top: 0;
  left: 50%;
  transform-origin: center top;
}

.topRight {
  top: 0;
  right: 0;
  transform-origin: right top;
}

.centerCenter {
  top: 50%;
  left: 50%;
  transform-origin: center center;
}

.bottomLeft {
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
}

.bottomCenter {
  bottom: 0;
  left: 50%;
  transform-origin: center bottom;
}

.bottomRight {
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
}

.dragHandleButton {
  position: absolute;
  /* top: calc(50% - 28px);
  left: calc(50% - 72px); */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  /* width: 144px; */
  /* height: 80%; */
  opacity: 1;
  cursor: move;
  background-color: transparent;
  border: 0;
  outline:none;
}

.dragHandleIcon {
  position: absolute;
  /* top: calc(50% - 28px);
  left: calc(50% - 72px); */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 144px;
  opacity: 1;
  /* cursor: move; */
}

.whileDragging {
  box-shadow: 0px 0px 80px 10px rgba(0,0,0,0.5);
  z-index: 1000; /* has to be higher than dropzoneshow*/
}

.hide {
  position: absolute;
  outline:none;
  top: 0;
  left: 50%;
  opacity: 0.5;
  background-color: transparent;
}

.inPoint {
  position: absolute;
  outline:none;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

/* .back {
  position: absolute;
  outline:none;
  bottom: 0;
  left: calc(50% - 24px - 48px);
  opacity: 0.5;
} */

.save {
  position: absolute;
  outline:none;
  top: 0;
  right: 0;
  opacity: 0.5;
}

.textButton {
  font-family: 'Franchise';
  color: #ffffff;
  font-size: 30px;
  opacity: 0.5;
}

/* .forward {
  position: absolute;
  outline:none;
  bottom: 0;
  left: calc(50% + 24px);
  opacity: 0.5;
} */

.outPoint {
  position: absolute;
  outline:none;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}

.dim {
  transition: opacity 0.3s;
  opacity: 0.2 !important;
  transition-delay: 0.1s;
}

.hoverButton {
  border: 0;
  cursor: pointer;
  background-color: transparent;
  outline:none;
  -webkit-user-select:none;
  pointer-events:auto;
}

.opaque {
  opacity: 1 !important;
}

.overlayContainer {
  position: relative;
  outline: none;
  border: 0;
  pointer-events: none;
}

.overlay {
  display: block;
  position: absolute;
}

/* .scaleOverlay {
  transform: scale(0.2);
} */

.overlayItem {
  position: absolute;
}

.overlayExit {
  transform-origin: left top;
  transform: translateY(10%);
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 8px;
}

.overlayHide {
  transform-origin: center top;
  transform: translate(-50%, 10%);
  position: absolute;
  top: 0;
  left: 50%;
}

.overlaySave {
  transform-origin: top right;
  transform: translateY(10%);
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
}

.overlayIn {
  transform-origin: left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 8px;
}

.overlayAddBefore {
  transform-origin: left center;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 8px;
}

.overlayScrub {
  transform-origin: center bottom;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.overlayAddAfter {
  transform-origin: right center;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 8px;
}

.overlayOut {
  transform-origin: right bottom;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 8px;
}

.overlayShrink {
  font-size: 20px;
}

.sheetTypeSwitchButton {
    position: fixed;
    transform-origin: center center;
    transform: translateY(-50%);
    top: 80%;
    left: 0;
    margin-top: 8px;
    padding-left: 8px;
    z-Index: 1;
}
