/* Minification failed. Returning unminified contents.
(157,1): run-time error CSS1019: Unexpected token, found '@import'
(157,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic)'
(158,1): run-time error CSS1019: Unexpected token, found '@import'
(158,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Raleway:400,300,700)'
 */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700) (min-width: 400px);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic) (min-width: 400px);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic) (min-width: 400px);
/* 
    Font's must be the first thing in the style sheet for 
    the minification to work correctly
*/
body {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body .text-content {
  font-family: "Droid Serif", Georgia, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* standard variables */
/* theme variables */
.auth-container,
.sparse-container {
  padding: 0;
  background-color: #ffffff;
}
.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;
  }
}
.sparse .sparse-header {
  background: #f38030;
}
.sparse .sparse-header h1 {
  margin-right: 20px;
}
.sparse .sparse-header h1 a {
  color: #fff;
}
.sparse .sparse-header h1 a:hover {
  text-decoration: none;
}

/* standard variables */
/* theme variables */

fieldset {
    margin-bottom: 25px;
}

/* standard variables */
/* theme variables */
.header {
  background: #f38030;
}
.header .container {
  padding: 10px 10px 10px 40px;
}
.header .container h1 {
  margin-right: 20px;
}
.header .container h1 a {
  color: #fff;
}
.header .container h1 a:hover {
  text-decoration: none;
}
.navbar-default {
  background: #45565f;
  border: none;
}
.navbar-default .container {
  color: #333333;
}
.navbar-default .container .navbar-nav > li > a {
  color: #ffffff;
  text-transform: uppercase;
}
.navbar-default .container .navbar-nav > li > a:hover {
  color: #ffffff;
  background: #303b41;
}
.navbar-default .container .navbar-nav > .active > a {
  background: #3a4950;
}
.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: #ffffff;
}
.navbar-default .container .dropdown-menu {
  border-top: none;
}

/* 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: #b6b6b6 url(/resources/themes/students/Angliss/content/images/page-bg.png) 0 0 repeat-x;
  color: #333333;
}
body a {
  color: #f27f30;
}
.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;
}
.under-nav .container {
  padding: 25px 10px 25px 25px;
  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-left: 1px solid #adbbc3;
  border-right: 1px solid #adbbc3;
  border-bottom: 1px solid #adbbc3;
}
.panel {
  border-radius: 2px;
}
.panel .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #333333;
  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);
}
.panel .panel-heading a:not(.btn) {
  color: #333333;
}
.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;
}

