/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 *//*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.popover{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10006;
	display: none;
	max-width: 300px;
	background-color: #FFF;
}
.popover.top{
	margin-top: -10px
}
.popover.right{
	margin-left: 10px
}
.popover.bottom{
	margin-top: 10px
}
.popover.left{
	margin-left: -10px
}
.popover > .arrow{
	border-width: 11px
}
.popover > .arrow, .popover > .arrow:after{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover > .arrow:after{
	content: '';
	border-width: 12px
}
.popover.top > .arrow{
	bottom: -11px;
	left: 50%;
	margin-left: -12px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	border-bottom-width: 0
}
.popover.top > .arrow:after{
	bottom: 1px;
	margin-left: -12px;
	content: ' ';
	border-top-color: #FFF;
	border-bottom-width: 0
}
.popover.right > .arrow{
	top: 50%;
	left: -11px;
	margin-top: -12px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25);
	border-left-width: 0
}
.popover.right > .arrow:after{
	bottom: -12px;
	left: 1px;
	content: ' ';
	border-right-color: #FFF;
	border-left-width: 0
}
.popover.bottom > .arrow{
	top: -11px;
	left: 50%;
	margin-left: -12px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25)
}
.popover.bottom > .arrow:after{
	top: 1px;
	margin-left: -12px;
	content: ' ';
	border-top-width: 0;
	border-bottom-color: #FFF
}
.popover.left > .arrow{
	top: 50%;
	right: -11px;
	margin-top: -12px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left > .arrow:after{
	right: 1px;
	bottom: -12px;
	content: ' ';
	border-right-width: 0;
	border-left-color: #FFF
}
.popover-title{
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EBEBEB;
	border-radius: 5px 5px 0 0
}
.popover-content{
	padding: 10px;
}