/* CSS */

@media print
{
	.no-print, .no-print *
	{
		display: none !important;
	}
}

.popupToolbar
{
	position:absolute;
	font-size:24px;
	
}

.popover-content {
    padding: 5px!important;
}


.popover {
	position:absolute!important;
    white-space: pre-wrap!important;
	border:1px solid !important;
	border-color :black !important;
	max-width : 150px!important;
	text-align: center!important;
		}
	
.popover.top>.arrow:after {
  border-top-color:black !important;
}

.popover.bottom>.arrow:after {
  border-bottom-color: black !important;
}

.popover.left>.arrow:after {
  border-left-color:black!important;
}

.popover.right>.arrow:after {
  border-right-color: black !important;
}

.popupCursor

{
	cursor: pointer;
    cursor: hand;
}

.popupToolbar:hover
{
	cursor: pointer;
    cursor: hand;
}


.mouseOverDiv
{
	position: absolute!important;
	top: 100px!important;
	right: 150px!important;
	height:100px!important;
	width: 100px!important;
	z-index:98!important;
	opacity:0;
}

.mouseOverButton
{
	font-size:48px!important;
	color:light-gray;
	opacity:0.35;
	cursor:pointer!important;
	z-index:99!important;
	height:50px!important;
	width: 50px!important;
	position: absolute!important;
	top: 100px!important;
	right: 150px!important;
	
}


.fullScreenButton
{
	z-index:99999999!important;
	height:20px!important;
	width: 20px!important;
	position: absolute!important;
	top: 0px!important;
	right: 0px!important;
	cursor:pointer!important;
}

