/*
 * @package	BM.Admin
 * @copyright	Copyright (c) Bienvenue-Multimedia (http://www.bienvenue-multimedia.ca)
 */

.panel{
	top: 200px;
	position: absolute;
	width: 360px;
	padding: 15px;
	background-repeat: no-repeat;
	background-color: rgba(17, 24, 32, 0.8);
	box-shadow: none;
	color: #ffffff;
}
#panel-1{ left: 0; }
#panel-2{ right: 0; }
@media (min-height: 690px){
	#panel-3{
		top: 440px;
		left: 285px;
		width: 400px;
	}
}
@media (max-height: 690px){
	#panel-3{
		top: 320px;
		right: 0;
		width: 400px;
	}
}
.panel::after{
	position: absolute;
	display: block;
	content: "";
}
#panel-1::after{
	top: 50%;
	right: -10px;
	margin-top: -10px;	
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid rgba(17, 24, 32, 0.8);	
}
#panel-2::after{
	top: 50%;
	left: -10px;
	margin-top: -10px;	
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid rgba(17, 24, 32, 0.8);	
}
@media (min-height: 690px){
	#panel-3::after{
		top: -10px;
		left: 50%;
		margin-left: -10px;	
		border-bottom: 10px solid rgba(17, 24, 32, 0.8);
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
	}
}
@media (max-height: 690px){
	#panel-3::after{
		top: 50%;
		left: -10px;
		margin-top: -10px;	
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 10px solid rgba(17, 24, 32, 0.8);	
	}
}