
.saving{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2000;
  display: none;
}
.saving i{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}
.fp-holder{
  position: fixed;
  top: 3.5em;
  left: 0;
  bottom: 0;
  right: 0;
}
.fp{
  height: 100%;
  width: 100%;
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.fp-image{
    max-width: 100%;
    max-height: calc(100vh - 6rem);
    opacity: 0.7;
}
.fp-image-holder{
  position: relative;
}
.controls{
  position: absolute;
  bottom: 0;
  padding: 1rem;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background-color: rgba(240,240,240,0.9);
  border-top-left-radius: 0.5rem;
}
.layers{
  position: absolute;
  bottom: 0;
  padding: 1rem;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background-color: rgba(240,240,240,0.9);
  border-top-right-radius: 0.5rem;
}
.marker-pl{
  position: absolute;
}
.marker{
  cursor: pointer;
  z-index: 50;
  -webkit-text-stroke: 0.1em #ffffff;
  position: absolute;
  margin-top: -1em;
}
.navbar{
  z-index: 200;
}
body, html{
  overflow: hidden;
}

.modal.fade.show{
  overflow-y: auto !important;
}

div.note-resizebar{
  display: none;
}