.green_circle {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #00FF00;
	border: #6a6a6a 1px solid;
	}
.red_circle {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ff3300;
	border: #6a6a6a 1px solid;
	}
.orange_circle {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        background-color: #FF9933;
        border: #6a6a6a 1px solid;
        }

.yellow_circle {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        background-color: #FF0000;
        border: #6a6a6a 1px solid;
        }

.blue_circle {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        background-color: #0000FF;
        border: #6a6a6a 1px solid;
	text-color:#ffffff;
        }

.gray_circle {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        background-color: #e2e2e2;
        border: #6a6a6a 1px solid;
        }

.pdu_blue { background-color: #3A75C4; color: white; font-weight:bold; }
.pdu_red { background-color: red; color: black; font-weight:bold; }
.pdu_yellow { background-color: #F4ED47; color: black; font-weight:bold; }
.pdu_gray { background-color: #808080; color: white; font-weight:bold; }

.form-label-div { width:150px; }
.eq-label-container { width:375px; }
.eq-label { width:300px; }
.form-line-container { margin:2px; } 

#vsEQModal .modal-content {
	min-height: 800px !important;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

