/* Minification failed. Returning unminified contents.
(137,1): run-time error CSS1019: Unexpected token, found '@import'
(137,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic)'
(139,1): run-time error CSS1019: Unexpected token, found '@import'
(139,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: #ffffff;
    border: 1px solid #e1e1e1;
}

.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;
    }
}

/* standard variables */
/* theme variables */
.footer {
  background: #373737;
  border-top: 4px solid #005596;
  min-height: 50px;
}

fieldset {
    margin-bottom: 25px;
}

/* standard variables */
/* theme variables */
.header .container {
  padding: 15px 10px 15px 40px;
}
.navbar-default {
  background-color: #007dc5;
  background: -webkit-gradient(linear, left top, left bottom, from(#007dc5), to(#005596));
  background: -webkit-linear-gradient(top, #007dc5, #005596);
  background: -moz-linear-gradient(top, #007dc5, #005596);
  background: -ms-linear-gradient(top, #007dc5, #005596);
  background: -o-linear-gradient(top, #007dc5, #005596);
  border-image: url(/resources/themes/students/Ballarat/content/images/stripe.gif);
}
.navbar-default .navbar-nav > .active > a {
  background: none;
}
.navbar-default .container {
  color: #ffffff;
}
.navbar-default .container .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .container .navbar-nav > li > a:hover {
  color: #ffffff;
  background: #007dc5;
}
.navbar-default .container .dropdown-menu,
.navbar-default .container .navbar-nav > li.open {
  background-color: #ffffff;
}
.navbar-default .container .dropdown-menu > a,
.navbar-default .container .navbar-nav > li.open > a {
  color: #333333;
}
.navbar-default .container .dropdown-menu > a:hover,
.navbar-default .container .navbar-nav > li.open > a:hover {
  color: #333333;
}
.navbar-default .container .dropdown-menu {
  border-top: none;
}
.sparse .sparse-header {
  background: #ffffff;
}
.sparse .sparse-header img {
  width: 300px;
}
/* standard variables */
/* theme variables */
/* standard variables */
/* theme variables */

/* standard variables */
/* theme variables */
.notifications {
    background-color: #ffffff;
    color: #333333;
}

.notifications .notifications-header,
.notifications .notifications-footer {
    text-align: center;
}

.notifications .notification {
    background-color: white;
    color: #333333;
    border-top: 1px solid #e1e1e1;
}

.notifications .notification:first-child {
    border-top: 2px solid #e1e1e1;
}

.notifications .notification:last-child {
    border-bottom: 2px solid #e1e1e1;
}

.notifications .notification:hover {
    background-color: #e1e1e1;
}

.notifications .notification.unread {
    color: #333333;
}

.notifications .notification.unread:hover {
    background-color: #e1e1e1;
    color: #333333;
}

@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);
/* standard variables */
/* theme variables */
body {
  background-color: #ffffff;
  color: #333333;
}
body a {
  color: #333333;
}
.layout .main-content .container {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .layout .main-content {
    padding-bottom: 70px;
  }
  .layout .main-content .container {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
.content {
  padding: 10px 10px 25px 25px;
  background-color: #FFF;
  border-radius: 2px;
}
.under-nav {
  background-color: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e8e8e8));
  background: -webkit-linear-gradient(top, #f9f9f9, #e8e8e8);
  background: -moz-linear-gradient(top, #f9f9f9, #e8e8e8);
  background: -ms-linear-gradient(top, #f9f9f9, #e8e8e8);
  background: -o-linear-gradient(top, #f9f9f9, #e8e8e8);
  border-bottom: 1px solid #ddd;
}
.under-nav .container {
  padding: 25px 10px 25px 25px;
}
.panel {
  border-radius: 2px;
}
.panel .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background: #f5f5f5;
  color: #005596;
  font-weight: bold;
  font-size: 18px;
}
#home-page .panel-heading a:not(.btn) {
  color: #005596;
  background: url(/resources/themes/students/Ballarat/content/images/blue-arrow.png) no-repeat 0px -1px;
  padding-left: 25px;
}
.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;
}

