/* Minification failed. Returning unminified contents.
(155,1): run-time error CSS1019: Unexpected token, found '@import'
(155,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,100,300|Roboto:400,300,100,500,700,900)'
(156,1): run-time error CSS1019: Unexpected token, found '@import'
(156,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic)'
(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=Raleway:400,300,700)'
 */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,100,300|Roboto:400,300,100,500,700,900);

/* standard variables */
/* theme variables */
.auth-container,
.sparse-container {
  padding: 0;
  background-color: #fff;
  border: 1px solid #e1e1e1;
}
.auth-header,
.sparse-header {
  padding: 15px 0;
}
.sparse .sparse-body {
  margin-top: 0px;
}
.auth-body,
.sparse-body {
  padding: 0px 30px 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,
.sparse-header,
.auth-header {
  background: #fff;
}
.header #ara-logo,
.sparse-header #ara-logo,
.auth-header #ara-logo {
  width: 75px;
  max-width: 100%;
}
.header .container h1,
.sparse-header .container h1,
.auth-header .container h1,
.header .container h1 a,
.sparse-header .container h1 a,
.auth-header .container h1 a {
  margin-top: 24px;
  font-family: "Roboto Slab", "Roboto", "Times New Roman", Times, serif;
  font-weight: bold;
  color: #0c586e;
  text-decoration: none !important;
}
.header {
  height: 140px;
  padding-top: 10px;
}
.header .logo {
  margin-top: 30px;
}
.navbar-default {
  background-color: #009cad;
  border: none;
}
.navbar-default .badge {
  background-color: #b7dcb2;
  color: #009cad;
}
.navbar-default .container {
  color: #fff;
  padding: 0;
}
.navbar-default .container .navbar-nav > li.active a {
  background-color: #6dc8bf;
}
.navbar-default .container .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .container .navbar-nav > li > a:hover {
  color: #333;
  background: #b7dcb2;
}
.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: #333;
}
.navbar-default .container .dropdown-menu > a:hover,
.navbar-default .container .navbar-nav > li.open > a:hover {
  color: #333;
}
.navbar-default .container .dropdown-menu {
  border-top: none;
}
.sparse .sparse-header {
  background: #fff;
  min-height: 140px;
}

/* 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(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,100,300|Roboto:400,300,100,500,700,900);
@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: #0c586e;
  color: #333;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
body a {
  color: #333;
}
h1,
h2,
h3 {
  font-family: "Roboto Slab", "Roboto", "Times New Roman", Times, serif;
  font-weight: bold;
}
.layout .main-content .container {
  padding-top: 25px;
  padding-bottom: 25px;
  background-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 {
  background-color: #0c586e;
}
.under-nav .container {
  background: #f5f5f5;
  padding: 25px 10px 25px 25px;
}
.panel {
  border-radius: 2px;
}
.panel .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  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);
}
.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;
}
.main-content .container .panel .panel-heading {
  background: none;
  background-color: #009cad;
  color: white;
}
.main-content .container .panel .panel-heading a:not(.btn) {
  color: white;
}
.btn-success {
  background-color: #b7dcb2;
  border: none !important;
  color: #0c586e;
}
.btn-success:hover {
  background-color: #86c47d;
}
.btn-success:active,
.btn-success:focus,
.btn-success:active.btn-success:focus {
  background-color: #009cad;
}
.btn-primary {
  background-color: #0c586e;
  border: none !important;
  color: white;
}
.btn-primary:hover {
  background-color: #009cad;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active.btn-primary:focus {
  background-color: #96c5d8;
}

