﻿.range-ring {
	background: transparent;
	border: 0px solid #666;
	}

.range-label
{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:x-small;
    text-align: center;
    vertical-align: top;
    color: white;
    text-shadow:
    -1px -1px 0 #222,
    1px -1px 0 #222,
    -1px 1px 0 #222,
    1px 1px 0 #222;  
}

.alarm-label
{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:x-small;
    text-align: center;
    vertical-align: top;
    color: yellow;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}

.cluster-label
{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:x-small;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    color: yellow;
    background-color:rgba(63, 131, 238, 0.85);
    border: 1px solid #000;
    display:inline-block;
    width: auto !important;
    height: 12px;
    line-height: 12px;
    position: relative;
    margin-top: -12px;
    margin-left: 8px;
    padding-left: 3px;
    padding-right: 3px;

    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}

.lightning-cluster-low {
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-image: url('../img/flash-low.png');
}
.lightning-cluster-medium {
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-image: url('../img/flash-medium.png');
}
.lightning-cluster-high {
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-image: url('../img/flash-high.png');
}
