/* ---------------------------------------- *\
   TOOLTIP - 002
\* ---------------------------------------- */
.tool-tip-div {
	background: #fefaef;  
	border: 1px solid #dedede;
	padding: 30px;
	display: block;
	position: absolute;
	top: 80px;
	right: 10px;
	max-width: 300px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	opacity: 1;
	box-shadow: -1px 2px 23px rgba(50, 50, 50, 0.3);
	display: none;
	z-index: 9;
	text-align: left;       
}

.tool-tip-div:after, .tool-tip-div:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}  

.tool-tip-div:after {
	border-color: rgba(247, 247, 247, 0);
	border-right-color: #fefaef;
	border-width: 15px;
	margin-top: -15px;
}

.tool-tip-div:before {
	border-color: rgba(222, 222, 222, 0);
	border-right-color: #dedede;
	border-width: 16px;
	margin-top: -16px;
}



/* ------------------------------------ *\
   BUTTON GROUP
\* ------------------------------------ */
.tooltip-btn-group-div {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.tooltip-btn-group {
	list-style: none;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	min-width: 100%;
}

.tooltip-btn-group li {
	display: inline-block;
	float: left;
	line-height: 30px;
}

.tooltip-1,.tooltip-2,
.tooltip-back-1,.tooltip-back-2,
.tooltip-close {
	font-weight: bold;
	color: #0069ad;
	text-decoration:none; 
	z-index: 9999;  
	font-size: 12px;  
} 

.tooltip-btn-group li span {
	padding: 0 10px;
}


.tooltip-btn-btn-li {
	float: right !important;
}

.tooltip-btn-btn {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	background-color: #00559e;
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 5px 15px;
	display: inline-block;
	float: right;
}
.tooltip-btn-btn:hover {
	background-color: #222;
	text-decoration: none;
}

.tooltip-paginator {
	font-size: 12px;
	color: #999;
}

audio {
	width: 100%;
	/*display: block;*/
}




