/**
 * Mask Component Style for tingle
 * @author gnosaij
 *
 * Copyright 2014-2015, Tingle Team, Alinw.
 * All rights reserved.
 */
.tMask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0;
  z-index: 99;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}
.tMask.visible {
  display: block;
}

/*# sourceMappingURL=Mask.css.map */