/* Minification failed. Returning unminified contents.
(162,1): run-time error CSS1019: Unexpected token, found '@import'
(162,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic)'
(163,1): run-time error CSS1019: Unexpected token, found '@import'
(163,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;
}
.sparse-header {
  padding: 10px 30px;
}
.sparse-header h1 {
  margin-top: 30px;
  font-size: 32px;
}
.sparse-header h1 a {
  color: #333;
}
.sparse-header h1 a:hover {
  text-decoration: none;
}
.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 {
  border-top: 10px solid #0090CF;
  background: #005590;
  min-height: 100px;
}

fieldset {
  margin-bottom: 25px;
}

/* standard variables */
/* theme variables */
.header {
  background: #fff;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
.header h1 {
  margin-left: 40px;
  margin-top: 30px;
}
.header h1 a {
  color: #0090CF;
}
.header h1 a:hover {
  text-decoration: none;
}
.header .container {
  padding: 20px 10px 20px 40px;
}
.navbar-default {
  border: none;
  background-color: #005590;
  box-shadow: inset 0px 20px 29px -26px #000000;
  -webkit-box-shadow: inset 0px 20px 29px -26px #000000;
  -moz-box-shadow: inset 0px 20px 29px -26px #000000;
  -o-box-shadow: inset 0px 20px 29px -26px #000000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-brand.visible-xs {
  color: white;
}
.navbar-default .navbar-brand.visible-xs a {
  color: white;
}
.navbar-default .container {
  color: #fff;
}
.navbar-default .container .navbar-nav > li > a {
  color: #fff;
}
@media (max-width: 1200px) {
  .navbar-default .container .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar-default .container .navbar-nav > li > a:hover {
  color: #e1e1e1;
  background: #0090CF;
}
.navbar-default .container .navbar-nav > .active > a {
  background: #0064aa;
}
.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: #fff;
}
.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 #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: #333;
}
.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: @silvergradstart;
    background: linear-gradient(top, @silvergradstart 0%, @silvergradend 100%);
    background: -webkit-linear-gradient(top, @silvergradstart 0%, @silvergradend 100%);*/
  background: #007db7;
  background: linear-gradient(top, #007db7 0%, #ccc 100%);
  background: -webkit-linear-gradient(top, #007db7 0%, #ccc 100%);
  border-bottom: 1px solid #e1e1e1;
}
.under-nav .container {
  padding: 25px 10px 25px 25px;
}
.under-nav .container .tt-hint {
  border-radius: 0px;
}
.under-nav .container #location {
  border: 0;
  /*border-radius: 8px;*/
}
.panel {
  border: 0;
  border-left: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
}
.panel .panel-heading {
  border: 0;
  background: #0090CF;
  color: #fff;
  text-transform: uppercase;
}
.panel .panel-heading a:not(.btn) {
  color: #fff;
}
.panel .panel-body small {
  font-size: 100%;
}
.panel .panel-footer {
  border: 0;
  background-color: #444;
  color: white;
}
.panel .panel-footer a {
  color: white;
}
.panel-html .panel-body {
  padding: 0px;
}
.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;
}

