/* Less CSS file for AW System Pages. */
/* -+-+-+-+-+-+ VARS -+-+-+-+-+-+ */
/* -+-+-+-+-+-+ Mixins -+-+-+-+-+-+ */
/* -+-+-+-+-+-+ Logo-Switch -+-+-+-+-+-+ */
.no-logo-br {
  display: none;
}
.client-logo {
  display: block;
}
.color-bar {
  margin-bottom: 14px;
}
/* -+-+-+-+-+-+ Styles -+-+-+-+-+-+ */
h1,
a.color {
  color: #2b80bb;
}
a.color:hover,
a.color:focus {
  color: #1c5379;
}
.nav-core > li.active > a,
.nav-core > li.active > a:focus,
.nav-core > li.active > a:hover {
  color: white;
  background-color: #2b80bb;
  -webkit-box-shadow: 0 0 5px rgba(43, 128, 187, 0.62);
  box-shadow: 0 0 5px rgba(43, 128, 187, 0.62);
}
.hollow-hero {
  -webkit-box-shadow: 0 0 5px rgba(43, 128, 187, 0.62);
  box-shadow: 0 0 5px rgba(43, 128, 187, 0.62);
}
.hollow-hero,
.color-bar,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.user-drop > .dropdown > .dropdown-toggle,
.user-drop > a {
  background-color: #2b80bb;
}
.hollow-hero > .hero-text,
.user-drop > .dropdown > .dropdown-toggle,
.user-drop > a {
  color: white;
}
/* BUTTONS */
.btn.btn-custom {
  background-color: #2b80bb;
  background-image: none;
}
.btn.btn-custom:hover,
.btn.btn-custom:focus {
  background-color: #23699a;
}
.btn.btn-custom:active,
.btn.btn-custom.active,
.btn.btn-custom.disabled,
.btn.btn-custom[disabled] {
  background-color: #205e89;
}
/* FORMS */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(43, 128, 187, 0.8);
  -webkit-box-shadow: 0 2px 0 rgba(43, 128, 187, 0.6);
  box-shadow: 0 2px 0 rgba(43, 128, 187, 0.6);
}
