/* line 3, /app/app/assets/stylesheets/custom.scss */
.panel-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}

/* line 16, /app/app/assets/stylesheets/custom.scss */
.panel-fullscreen-btn {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid gray;
  border-radius: 3px;
  background: gray;
  color: #fff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
/* line 28, /app/app/assets/stylesheets/custom.scss */
.panel-fullscreen-btn:hover {
  color: #fff;
  cursor: pointer;
  background: #676767;
}

/* line 37, /app/app/assets/stylesheets/custom.scss */
#exampleModalCenter .modal-header .close {
  margin-top: -25px;
}
