@CHARSET "UTF-8";

.onlineChart .loading_overlay {
	background-image: url('../images/gridlink/LOADING.gif');
	background-repeat: no-repeat;
    background-position: center; 
    
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.57);
    
    position: absolute;
    display: block;
}

#ElectricityDashboard .gridlinkOnlineChart.onlineChart {
    position: absolute;
    border: 1px solid black;
    margin-left: 3px;
    padding-left: 2px;
}

.axis path, .axis line {
	fill: none;
	stroke: #777;
}

.axis text {
	font-size: 11px;
}

.axis.y line {
	stroke: #b5b0b0;
}

.overlay {
  fill: none;
  pointer-events: all;
}

.focus circle {
  fill: none;
  stroke: steelblue;
}

.SkyFMS.SkyOMS .onlineChart div.tooltip {
	position: absolute;
	text-align: center;
	padding: 2px;	
	border-radius: 3px;
	pointer-events: none;	
	position: absolute;
    left: 81.2821px;
    top: 99.2432px;
    opacity: 1;
    height: 27px;
    width: 65px;
    background: white;
    border: 1px solid rgb(64,64,64);
    color: black;
}