html {
  font-size: 12px;
}

.content .link {
  text-decoration: underline;
}

.btn {
  font-weight: lighter;
  border: 0;
  border-radius: 0;
}
.btn.btn-xs {
  padding: 2px 6px;
}
.btn.btn-sm {
  font-size: 13px;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  color: #666;
  font-weight: 500;
  line-height: 1rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  min-width: 1.5rem;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.06rem;
}
.badge.badge-light {
  color: #666;
  background-color: #eeeeee;
  border: 1px solid #ddd;
}
.badge.badge-info {
  color: #fff;
  background-color: #288c3c;
}
.badge.badge-warning {
  color: black;
  border-color: #efbf13;
  background-color: #efbf13;
}
.badge.badge-danger {
  color: #fff;
  background-color: #983922;
}

.control-value {
  padding: 7px 0px;
}

.form-value-static{
	display: inline-block;
	margin-top: 6px;
}

i.systemStatus--operational{
	color: #2FCC66;
}

i.systemStatus--degraded_performance{
	color: #F1C40F;
}

i.systemStatus--partial_outage{
	color: #E67E22;
}

i.systemStatus--major_outage{
	color: #E74C3C;
}

i.systemStatus--under_maintenance{
	color: #3498DB;
}

.lead-details-communications{
  font-size: 14px;
  position: relative;
  padding: 6px 9px;
}

.login-panel-wrapper-equifax a{
	color: #981E32;
}

.btn-equifax{
	background-color: #981E32;
	width: auto;
}
.btn-equifax:hover{
	background-color: #981E32;
}
.btn-equifax:active{
	background-color: #981E32!important;
}
.btn-equifax:focus{
	background-color: #981E32!important;
}

a.equifax{
	color: #981E32;
}

.login-panel-wrapper-equifax .col-xs-6:nth-child(2){
	 text-align: right;
 }

.login-panel-wrapper-equifax .col-xs-12{
	text-align: right;
	padding-top: 8px;
 }

.login-logo{
	margin-top: 4px;
}