/* Minification failed. Returning unminified contents.
(53,1): run-time error CSS1019: Unexpected token, found '@import'
(53,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto)'
(59,51): run-time error CSS1019: Unexpected token, found ' '
(59,51): run-time error CSS1036: Expected expression, found ' '
(147,1): run-time error CSS1019: Unexpected token, found '@import'
(147,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic)'
(148,1): run-time error CSS1019: Unexpected token, found '@import'
(148,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Raleway:400,300,700)'
 */
/* standard variables */
/* theme variables */
.auth-container,
.sparse-container {
  padding: 0;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}
.auth-header,
.sparse-header {
  padding: 10px 30px;
}
.auth-body,
.sparse-body {
  padding: 10px 30px;
}
@media (min-width: 768px) {
  .auth-container,
  .sparse-container {
    border-radius: 15px;
  }
  .auth-header,
  .sparse-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.logo {
  overflow: hidden;
  margin-top: 10px;
}
.logo .unilogo img {
  float: left;
  height: 45px;
}
.logo .career-logo img {
  float: right;
  height: 45px;
}
.sparse-header {
  border-bottom: 4px solid #FFCE00;
}

/* standard variables */
/* theme variables */

fieldset {
  margin-bottom: 25px;
}

/* standard variables */
/* theme variables */
@import url(https://fonts.googleapis.com/css?family=Roboto);
.header {
  background-color: #F7F9F9;
}
.header .container {
  padding: 10px 10px 10px 40px;
  background: url(/resources/themes/students/SCU - rebrand/content/images/shadow-header.jpg) no-repeat bottom center;
  background-color: white;
}
.header .container img {
  height: 70px;
}
.header .logo {
  float: left;
  padding-bottom: 0px;
}
.header .careerhub-logo img {
  float: right;
  margin-right: 15px;
}
.navbar-default {
  border: none;
  background-color: #F7F9F9;
}
.navbar-default .container {
  color: black;
  background-color: #d7d7d7;
}
.navbar-default .container .navbar-nav > li > a {
  color: black;
  font-family: 'Roboto', sans-serif;
}
.navbar-default .container .navbar-nav > li > a:hover {
  background: #FFCE00;
}
.navbar-default .container .navbar-nav > .active > a {
  background: #bebebe;
}
.navbar-default .container .dropdown-menu,
.navbar-default .container .navbar-nav > li.open {
  background-color: #fff;
}
.navbar-default .container .dropdown-menu > a,
.navbar-default .container .navbar-nav > li.open > a {
  color: black;
}
.navbar-default .container .dropdown-menu > a:hover,
.navbar-default .container .navbar-nav > li.open > a:hover {
  color: black;
}
.navbar-default .container .dropdown-menu {
  border-top: none;
}

/* standard variables */
/* theme variables */

/* standard variables */
/* theme variables */

/* standard variables */
/* theme variables */
.notifications {
  background-color: #fff;
  color: #333;
}
.notifications .notifications-header,
.notifications .notifications-footer {
  text-align: center;
}
.notifications .notification {
  background-color: white;
  color: #333;
  border-top: 1px solid #d7d7d7;
}
.notifications .notification:first-child {
  border-top: 2px solid #d7d7d7;
}
.notifications .notification:last-child {
  border-bottom: 2px solid #d7d7d7;
}
.notifications .notification:hover {
  background-color: #d7d7d7;
}
.notifications .notification.unread {
  color: #333;
}
.notifications .notification.unread:hover {
  background-color: #d7d7d7;
  color: #333;
}

/* standard variables */
/* theme variables */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);
body {
  background-color: #F7F9F9;
  color: #333;
}
body a {
  color: #1777af;
}
.layout .main-content .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .layout .main-content {
    padding-bottom: 70px;
  }
  .layout .main-content .container {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #fff;
  }
}
.content {
  padding: 10px 10px 25px 25px;
  background-color: #FFF;
  border-radius: 2px;
}
.under-nav {
  color: #333;
  /*
    background: @bluegradstart;
    background: linear-gradient(top, @bluegradstart 0%, @bluegradend 100%);
    background: -webkit-linear-gradient(top, @bluegradstart 0%, @bluegradend 100%);
    */
}
.under-nav a:not(.btn) {
  color: #333;
}
.under-nav .container {
  padding: 25px 10px 25px 25px;
  background: #fff;
}
.panel {
  border-radius: 2px;
}
.panel .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #d7d7d7;
}
.panel .panel-heading a {
  color: #333;
}
.panel .panel-heading .btn-success {
  background: #003399;
}
.panel .panel-heading a.btn-success {
  color: #fff;
}
.panel .panel-heading a.btn-success:hover {
  background: #003399;
}
.panel-default .panel-heading {
  color: #333;
}
.panel-default .panel-heading a {
  color: #333;
}
.popover.panel .list-group,
.list-group {
  border-radius: 2px;
}
.popover.panel .list-group .list-group-item:first-child,
.list-group .list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.popover.panel .list-group .list-group-item:last-child,
.list-group .list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.form-control,
.btn {
  border-radius: 2px;
}
.btn.btn-primary {
  background-color: #005E86;
  border-color: #003a53;
  color: #fff;
}
.btn.btn-success {
  background-color: #005E86;
  border-color: #003a53;
  color: #fff;
}
.btn.btn-success:active {
  background-color: #005E86;
  border-color: #003a53;
}
.btn.btn-success:hover {
  background-color: #0082b9;
  border-color: #005E86;
}
.org-featured.label {
  background-color: #005E86;
  color: #fff;
}

