/**
 * @lastmodified $Id: pvg_popover.css 4347 2013-12-12 15:46:36Z h.ruhs $
 * @since 3.6.3
 *
 * @package Frontend-Kit
 * @tableofcontents
 *
 * 1. Popover
 *    1.1 Pfeile
 */

/* @section 1. Popover */

.popover {padding:10px 35px 10px 10px;width:400px;color:#000;position:relative;background:#feffe7;border:1px solid #ecde7d}
.popover .icoClose {position:absolute;top:5px;right:5px}
.popover:after, .popover:before {border:solid transparent;content:'';position:absolute} 
.popover:after {border-color:rgba(254, 255, 231, 0);border-width:14px} 
.popover:before {border-color:rgba(236, 222, 125, 0);border-width:16px}

/* @section 1.1 Pfeile */

.popoverArrowTop:before {border-bottom-color:#ecde7d;left:50%;bottom:100%;margin-left:-16px}
.popoverArrowLeft:before {border-right-color:#ecde7d;right:100%;top:50%;margin-top:-16px}
.popoverArrowRight:before {border-left-color:#ecde7d;left:100%;top:50%;margin-top:-16px}
.popoverArrowBottom:before {border-top-color:#ecde7d;left:50%;top:100%;margin-left:-16px}

.popoverArrowTop:after {border-bottom-color:#feffe7;left:50%;bottom:100%;margin-left:-14px}
.popoverArrowLeft:after {border-right-color:#feffe7;right:100%;top:50%;margin-top:-14px}
.popoverArrowRight:after {border-left-color:#feffe7;left:100%;top:50%;margin-top:-14px}
.popoverArrowBottom:after {border-top-color:#feffe7;left:50%;top:100%;margin-left:-14px}
