/* line 5, ../../app/stylesheets/popover.scss */
.popover2 {
  position: absolute;
  display: none;
  opacity: 0;
  cursor: auto;
 

  border-radius: 8px;

	padding: 10px;

  background-image:-moz-linear-gradient(0% 100% 90deg,#ccc,#eee);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ccc),color-stop(1,#eee)); -pie-background:linear-gradient(-90deg,#eee,#ccc);-webkit-box-shadow: 0px 1px 0px 0px #767676, 0px 2px 0px 0px #999, 0px 3px 0px 0px rgba(0,0,0,.15), 0px 0px 5px 0px #333; -moz-box-shadow: 0px 1px 0px 0px #767676, 0px 2px 0px 0px #999, 0px 3px 0px 0px rgba(0,0,0,.15), 0px 0px 5px 0px #333; box-shadow: 0px 5px 0px 0px #767676, 0px 6px 0px 0px #999, 0px 8px 0px 0px rgba(0,0,0,.15), 0px 0px 5px 0px #333; text-shadow: #EEE 0px 1px 0px; cursor: pointer; behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
  
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
/* line 17, ../../app/stylesheets/popover.scss */
.popover2.active {
  opacity: 1;
}
/* line 21, ../../app/stylesheets/popover.scss */
.popover2 > .triangle {
  position: absolute;
  width: 0px;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  
  
}
/* line 29, ../../app/stylesheets/popover.scss */
.popover2 > .triangle.top {
  bottom: -40px;
  border-top: 20px solid blue;
}
/* line 34, ../../app/stylesheets/popover.scss */
.popover2 > .triangle.bottom {
  top: -40px;
  border-bottom: 20px solid #EEE;
  
  
}
/* line 39, ../../app/stylesheets/popover.scss */
.popover2 > .triangle.left {
  right: -40px;
  border-left: 20px solid black;
}
/* line 44, ../../app/stylesheets/popover.scss */
.popover2 > .triangle.right {
  left: -40px;
  border-right: 20px solid black;
}
/* line 50, ../../app/stylesheets/popover.scss */
.popover2 > .header {
  
}
/* line 64, ../../app/stylesheets/popover.scss */
.popover2 > .content {
  min-width: 15em;
  overflow-x: hidden;
  overflow-y: auto;
}
