/*
 * app.scss
 *
 * @version 0.1.0 2019-09-26 MH
 * @since 0.1.0 */

/*
 * _variables.scss
 *
 * @version 0.1.0 2019-09-26 MH
 * @since 0.1.0 */

/*
 * _variables.scss
 *
 * @version 0.1.0 2019-09-26 MH
 * @since 0.1.0 */

#page {
  background-color: #fff;
}

#app-header {
  padding: 5px 0 5px 0;
  text-align: right;
}

#app-header h1 {
  color: #333;
  margin-top: 10px;
  font-size: 1.7em;
}

#nav-app-menu li {
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #fff;
  padding: 10px;
  display: table-cell;
  width: 1%;
  height: auto;
  border-radius: 0;
  text-indent: inherit;
  font-size: 1.2em;
  font-weight: bold;
}

div.project-card {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
}

div.project-card .panel-body {
  min-height: 7em;
}

div.project-card:hover {
  box-shadow: 0 4px 10px black;
  cursor: pointer;
}

div.project-card:hover div h3 {
  cursor: pointer;
}

div.project-card:hover .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

ul.selections {
  position: relative;
  float: left;
  z-index: 1000;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  top: 0px !important;
  left: 0px !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

ul.selections li {
  display: list-item;
  padding: 5px 10px;
  clear: both;
  white-space: nowrap;
  cursor: pointer;
}

.selection-active {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}

/*
.no-selections {
    color: #999;
    padding: 0.5rem;
}

.selections {
  border: 1px solid #999;
  border-top-width: 0;
  list-style: none;
  margin-top: 0;
  max-height: 143px;
  overflow-y: auto;
  padding-left: 0;
  width: calc(300px + 1rem);
}

.selections li {
  padding: 0.5rem;
}

.selection-active,
.selections li:hover {
  background-color: #008f68;
  color: #fae042;
  cursor: pointer;
  font-weight: 700;
}

.selections li:not(:last-of-type) {
  border-bottom: 1px solid #999;
}
*/

.spacer200,
.spacer100,
.spacer50,
.spacer45,
.spacer40,
.spacer35,
.spacer30,
.spacer25,
.spacer20,
.spacer15,
.spacer10,
.spacer5 {
  width: 100%;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

.spacer5 {
  height: 5px;
}

.spacer10 {
  height: 10px;
}

.spacer15 {
  height: 15px;
}

.spacer20 {
  height: 20px;
}

.spacer25 {
  height: 25px;
}

.spacer30 {
  height: 30px;
}

.spacer35 {
  height: 35px;
}

.spacer40 {
  height: 40px;
}

.spacer45 {
  height: 45px;
}

.spacer50 {
  height: 50px;
}

.spacer100 {
  height: 100px;
}

.spacer200 {
  height: 200px;
}

input:-moz-read-only {
  background-color: #aaa;
  border: 1px solid #888;
}

input:read-only {
  background-color: #aaa;
  border: 1px solid #888;
}


/*# sourceMappingURL=app.css.map*/