.field-label {
    FONT-FAMILY: 'Open Sans';
    FONT-WEIGHT: LIGHTER;
}

.list-group-item.active {
    color: #fff;
    background-color: #ff6900;
    border-color: #ff6900;
	margin-bottom: 0px;
}

.list-group {
    margin-bottom: 0px;
}

div.progress-numeric span.number {
    background-color: #ff6900
}

div.progress-numeric span.number.total {
    background-color: rgb(249, 151, 91);
}

div.progress-numeric {
    COLOR: #ff6900;
    FONT-WEIGHT: LIGHTER;
}

.crmEntityFormView .validation-summary h2 {
    color: #ff6900;
    font-style: italic;
}

.validation-summary a {
    color: #ff6900 !important;
    font-style: italic;
}

.crmEntityFormView .validation-summary h2 {
    color: #ff6900;
    font-style: italic;
	font-weight: bold;
}

.validation-summary a {
    color: #ff6900 !important;
    font-style: italic;
    font-size: 18px;
    font-weight: lighter;
}

.navbar-nav > li > a {
    COLOR: WHITE;
}

.crmEntityFormView .cell {
    padding: 0 8px 6px; 
}

.crmEntityFormView .tab {
    margin-bottom: 0px;
}

.form-custom-actions {
    margin-bottom: 0px;
}

#external-login-heading {
    display: none;
}

.field-label {
    color: #ff6900;
}


html[dir=ltr] div.progress-numeric {
    -webkit-box-shadow: 0px 0px 0px 0 #ccc;
    -moz-box-shadow: 0px 0px 0px 0 #ccc;
    box-shadow: 0px 0px 0px 0 #ccc;
}

div.progress-numeric {
    -moz-border-radius: 0px 0px 0px 0px;
     border-radius: 0px 0px 0px 0px; 
}

  a[href*="/Register"] {
    display: none !important;
  }