﻿.popoverBottomRight {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 300px;
  height: 250px;
  margin: 10px;
  /*opacity: 0;
  -webkit-transition: bottom 3s ease-out, opacity 3s ease;
  -moz-transition: bottom 3s ease-out, opacity 3s ease;
  -o-transition: bottom 3s ease-out, opacity 3s ease;
  transition: bottom 3s ease-out, opacity 3s ease;*/
}
.popoverBottomRight .closeButton {
  position: absolute;
  right: 8px;
  top: 5px;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///F:/Progetti/UnioneSarda%25202014/UnioneSarda.FrontEnd/Components/scss/_popover.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;EACA;EACA;EACA;EACA;AACA;AAAA;AAAA;AAAA;AAAA;;AAMA;EACI;EACA;EACA;EACA;EACA;EACA%22%7D */