#ex1Slider .slider-selection {
	background: #BABABA;
}

#ex2Slider .slider-selection {
	background: #BABABA;
}

#ex3Slider .slider-selection {
	background: #BABABA;
}

#dAndVFootOrMeterDiv,
#dAndVPoEorPoEPlusDiv {
	padding-left: 15px;
}

label[for*="dAndVDropDistance"] span, 
label[htmlfor*="dAndVDropDistance"] span,
label[for*="dAndVDevicePower"] span, 
label[htmlfor*="dAndVDevicePower"] span,
label[for*="dAndVAWG"] span, 
label[htmlfor*="dAndVAWG"] span  {
	color: #888;
}

.slider.slider-horizontal {
	width: 90%;
	margin: 0 5%;
}

#ex3Slider .slider-tick {
	background-image: linear-gradient(to bottom,#89cdef 0,#81bfde 100%);
}

.modal-backdrop.fade, .modal-backdrop.fade.in {
         opacity: 0.7 !important;
}

table span {
	font-size: 12px;
	color: #888;
}

.runDistanceMeters {
	display: none;
}

.input-group-addon
{
    background-color:#FFF;
}

#dAndVDropDistance::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
#dAndVDropDistance::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
#dAndVDropDistance:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
#dAndVDropDistance:-moz-placeholder { /* Firefox 18- */
  color: #555;
}

.innerBadge {
	width:180px; 
	margin-top:10px; 
	text-align: left; 
}