#popupSectorDiv
{
}

#popupDiv, .popupDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
}

#sectorDiv, #sectorCanvas
{
	position: absolute;
	top: 0px;
	left: 0px;
	pointer-events: none;
}

#sectorCanvas
{
	z-index: 20;
}

#popupCanvasDiv, #popupCanvas
{
	position: absolute;
	top: 0px;
	left: 0px;
	pointer-events: none;
}

#popupCanvas
{
	z-index: 21;
}

#popupContent
{
	position: absolute;
	background-color: transparent;
	z-index: 22;
}

#popupTitle
{
	pointer-events: auto;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#popupImageContainer
{
	position: relative;
}

#popupImageWaiting
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#popupImage
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: auto;
	cursor: pointer;
}

#popupFooter, .popupFooter
{
	text-align: left;
	pointer-events: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#popupActionFooter
{
}

.popupAction, .leftPopupAction, .rightPopupAction
{
	cursor: pointer;
	float: left;
	margin-left: 0px;
	margin-right: 2px;
	border: none;
	text-align: center;
	vertical-align: middle;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.rightPopupAction
{
	float: right;
	margin-left: 2px;
	margin-right: 0px;
}

#fullImageContainer
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url('../icones/waiting.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	z-index: 30;
}

#fullImage
{
	margin: auto;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}
