/*
 * CollegeNET Client Styles
 *
 * Custom CSS file for Bootstrap 3
 * http://getbootstrap.com/
 * 
 */
/* -+-+-+-+-+-+ Vars -+-+-+-+-+-+ */
/* -+-+-+-+-+-+ Mixins -+-+-+-+-+-+ */
/* -+-+-+-+-+-+ Colors -+-+-+-+-+-+ */
/* This overrides the default color for links set in bootstrap.min.css.
	It's basically a fall-back only if there's no color set in protosiam to import.
	Bill 3/3/16 UX-94 */
a {
  color: #2e6ca2;
}
a,
.color,
.hero-text,
h4.aw-brand,
.ufe-fieldset legend,
#ufe-content .ufe-fieldset legend h1:not([class]),
#ufe-content .ufe-fieldset legend h2:not([class]),
#ufe-content .ufe-fieldset legend h3:not([class]),
#ufe-content .ufe-fieldset legend h4:not([class]),
#ufe-content .ufe-fieldset legend h5:not([class]),
#ufe-content .ufe-fieldset legend h6:not([class]),
.ufe-fake-legend,
.awui .aw-modal-title,
.modal-title,
.ufe-req > .ufe-label:before,
.ufe-req > .ufe-system-wrap > .ufe-label:before,
.ufe-req.ufe-label:before,
.ufe-req-after > .ufe-label:after,
.ufe-req-after > .ufe-system-wrap > .ufe-label:after,
.ufe-req-after.ufe-label:after,
.ufei-required:before,
.ufe-reqd[title],
.ufe-index-header,
.ufe-flex-layout #ufe-content section[data-awss-id] h2 {
  color: #8c1515;
}
a:active {
  color: #9e1818;
}
a:hover,
a:focus {
  color: #490b0b;
}
.color-bg,
.color-bar,
.den > .den-hero.den-hero-color,
.rating-btn-group > label.btn.active,
.rating-btn-group > .btn.ufe-checked,
.ufe-btn.ufe-btn-primary:not([disabled]),
.ufe-pager li.ufe-primary > a,
.ufe-pager li.ufe-primary > button,
.ufe-pager li.ufe-primary > span,
.side-nav-title,
.user-drop > .dropdown > .dropdown-toggle,
.user-drop > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.btn-inst,
.ufe-flex-layout > .datepicker table tr td.active.active,
.ufe-flex-layout > .datepicker table tr td.active.active:hover,
.ufe-flex-layout > .datepicker table tr td span.active.active,
.ufe-flex-layout > .datepicker table tr td span.active.active:hover {
  background-color: #8c1515;
}
.ufe-btn.ufe-btn-primary:hover:not([disabled]),
.ufe-pager li.ufe-primary > a:hover,
.ufe-pager li.ufe-primary > button:hover,
.ufe-pager li.ufe-primary > span:hover,
.ufe-btn.ufe-btn-primary:focus:not([disabled]),
.ufe-pager li.ufe-primary > a:focus,
.ufe-pager li.ufe-primary > button:focus,
.ufe-pager li.ufe-primary > span:focus,
.den-tabs > li > a:hover,
.den-tabs > li > a:focus {
  background-color: #330808;
}
.btn-inst {
  border-color: #691010;
}
.btn-inst:hover,
.btn-inst:focus,
.btn-inst:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-inst {
  background-color: #691010;
  border-color: #450a0a;
}
svg.color,
svg path.color {
  fill: #8c1515;
}
.ufe-alert-lite.color,
.ufe-alert-glass.color {
  border-color: #8c1515;
}
.ufe-alert-lite.color,
.ufe-alert-glass.color,
.ufe-alert-lite.color p,
.ufe-alert-glass.color p {
  color: #8c1515;
}
