/* Minification failed. Returning unminified contents.
(150,1): run-time error CSS1019: Unexpected token, found '@import'
(150,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic)'
(151,1): run-time error CSS1019: Unexpected token, found '@import'
(151,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 #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 */

fieldset {
  margin-bottom: 25px;
}

/* standard variables */
/* theme variables */
.header {
  background: #fff;
}
.header .container {
  border-bottom: 5px solid #621b40;
  padding: 0;
}
.header .container .logo {
  margin: 10px;
  height: 70px;
}
.header .container .logo img {
  margin-right: 20px;
}
.header .container .logo h2 {
  color: #414042;
  padding-left: 25px;
}
.header .container .logo h2 a:hover {
  text-decoration: none;
}
.navbar-default {
  color: #fff;
  border: none;
  background: none;
}
.navbar-default .container {
  background-color: #ba1e49;
}
.navbar-default .container .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .container .navbar-nav > li:hover {
  background-color: #621b40;
}
.navbar-default .container .navbar-nav > .active > a {
  background: #8e1738;
  color: #fff;
}
.navbar-default .container .dropdown-menu {
  background-color: #621b40;
  color: #fff;
}
.navbar-default .container .dropdown-menu > li > a {
  color: #fff;
}
.navbar-default .container .dropdown-menu > li > a:hover {
  background-color: #fff;
  color: #333;
}
.navbar-default .container .navbar-nav > li.open > a {
  background-color: #621b40;
  color: #fff;
}
.navbar-default .container .dropdown-menu {
  border-top: none;
}
.sparse .sparse-header {
  background: #f2f2f2;
  border-bottom: 4px solid #ba1e49;
}
.sparse .sparse-header h1 {
  font-size: 28px;
  margin-left: 20px;
}
.sparse .sparse-header h1 a {
  color: #621b40;
}
.sparse .sparse-header h1 a:hover {
  text-decoration: 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 #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: #333;
}
.notifications .notification.unread:hover {
  background-color: #e1e1e1;
  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: #fff;
  color: #333;
}
body a {
  color: #337ab7;
}
.layout .main-content .container {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}
.btn {
  color: #fff;
  background: #BA1E49;
  border-color: #8e1738;
}
.btn:active {
  background: #8e1738;
  border-color: #8e1738;
  color: #fff;
}
.btn:hover {
  background: #8e1738;
  border-color: #dd2e5e;
  color: #fff;
}
.btn:focus {
  background: #8e1738;
  border-color: #dd2e5e;
  color: #fff;
}
@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 .container {
  padding: 25px 10px 25px 25px;
  background: #f2f2f2;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.panel {
  border-radius: 2px;
}
.panel .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel-default .panel-heading {
  background-color: #ba1e49;
  color: #fff;
}
.panel-default .panel-heading a {
  color: #fff;
}
.popover.panel .list-group,
.list-group {
  border-radius: 2px;
  /*a.list-group-item {
        color: @link;
    }*/
}
.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;
}

