/* -----------------------------------------
   Zen.Master
----------------------------------------- */
/* line 8, app.scss */
body {
  font-family: Roboto;
}

/* line 9, app.scss */
a {
  color: #0000ff;
}

/* line 10, app.scss */
.btn-primary {
  background-color: #592a8a;
  border-color: #3c3c3c;
}

/* line 11, app.scss */
.modal {
  z-index: 2050;
}

/* line 12, app.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #086f74;
}

/* line 15, app.scss */
#ecu-navbar {
  z-index: 2000;
  margin-bottom: 0;
  background-color: #592a8a;
  border-bottom: 3px solid #fec923;
}
/* line 19, app.scss */
#ecu-navbar .ecu-logo {
  height: 35px;
  margin: 16px 0 10px 0;
  padding-left: 5px;
}
/* line 24, app.scss */
#ecu-navbar .ecu-libs-logo {
  width: 230px;
}
/* line 27, app.scss */
#ecu-navbar .navbar-right {
  padding-top: 10px;
}
/* line 29, app.scss */
#ecu-navbar .navbar-right li a {
  color: #fff;
}
/* line 30, app.scss */
#ecu-navbar .navbar-right #hours {
  font-size: 12px;
}
/* line 32, app.scss */
#ecu-navbar .navbar-right #hours img {
  margin-top: -2px;
  width: 14px;
}
/* line 34, app.scss */
#ecu-navbar .navbar-right .dropdown-menu a {
  color: #333;
}

/* line 38, app.scss */
#header-navbar {
  background-color: #333;
}
/* line 40, app.scss */
#header-navbar .navbar-brand {
  margin-left: 0;
  background: transparent url("../img/catalog-logo.png") no-repeat scroll left top;
  background-size: 220px 50px;
  width: 220px;
}
/* line 46, app.scss */
#header-navbar a {
  color: #fff;
}
/* line 47, app.scss */
#header-navbar .dropdown-menu li a {
  color: #333;
}

/* line 51, app.scss */
.footer .ecu-footer-logo {
  margin: 5px 10px 0 0;
  float: left;
}
/* line 51, app.scss */
.footer .ecu-footer-logo img {
  width: 78px;
}
/* line 52, app.scss */
.footer .ecu-footer-name {
  font-weight: bold;
  font-size: 13pt;
}
/* line 53, app.scss */
.footer .ecu-footer-contact {
  font-size: 10pt;
}

/* line 56, app.scss */
.thumbnail {
  height: 100px;
}

/* line 58, app.scss */
.available-indicator {
  background-color: #fff;
  border: 1px solid #3c763d;
  border-radius: 3px;
  color: #3c763d;
  font-size: 80%;
  font-weight: bold;
  padding: 3px 5px;
}

/* line 67, app.scss */
.unavailable-indicator {
  background-color: #fff;
  border: 1px solid #bf0000;
  border-radius: 3px;
  color: #bf0000;
  font-size: 80%;
  font-weight: bold;
  padding: 3px 5px;
}

/* line 77, app.scss */
.see-note {
  font-weight: bold;
  color: #808080;
  margin-left: 25px;
  font-size: .8em;
  font-family: sans-serif;
}
