.overlayCase
  width 100%
  height 100%
  position absolute
  z-index 9999

.overlay
  position absolute
  width 100%
  height 100%
  background-color rgba(0, 0, 0, .5)

.case
  height 100%
  width 100%

.area
  height 100%
  width 100%
  position absolute
  z-index 9999

.content
  z-index 9999

.contentDefault
  background-color #ffffff
  shadow(2)

.fullVertical
  height 80%
  width 100%

.fullHorizontal
  width 80%
  height 100%

.contentBottom
  height 60%
  border-radius 2u 2u 0 0

.responder
  position absolute
  z-index 999
