/* colors */
/* line 28, base.scss */
.tooltip.in {
  z-index: 2080;
}

/* line 32, base.scss */
input.larger {
  padding: 10px;
  font-size: 24px;
  font-weight: 300;
  height: initial;
  height: 51px;
}

/* line 42, base.scss */
.dropdown-menu li.disabled a:focus, .dropdown-menu li.disabled a:hover {
  background: none;
}

/* IE fallback style */
/* line 54, base.scss */
input.placeholder {
  color: #aaa;
}

/* line 3, library.scss */
#library-container hr {
  margin: 5px 0 15px;
}

/* line 7, library.scss */
.library-bar {
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background: #f0f5e3;
}
/* line 12, library.scss */
.library-bar .lead {
  margin-bottom: 5px;
}
/* line 15, library.scss */
.library-bar.affix {
  position: fixed;
  width: 100%;
  top: 0;
}
/* line 20, library.scss */
.library-bar input[readonly] {
  cursor: default;
  background: none;
  border: 0;
  text-decoration: underline;
  color: #08C;
  text-overflow: ellipsis;
  width: 450px;
}
/* line 28, library.scss */
.library-bar input[readonly]:focus {
  text-decoration: none;
  color: black;
  border: 1px solid #ccc;
  background: white;
}

/* line 36, library.scss */
.border-box {
  padding: 5px 15px;
  border: 1px solid #CCC;
}

/* line 40, library.scss */
.library-panel {
  background: #f0f5e3;
  width: 278px;
  color: #708e1d;
}
/* line 45, library.scss */
.library-panel .btn {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 50, library.scss */
.library-panel.affix {
  top: 20px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 54, library.scss */
.library-panel > h4 {
  font-weight: normal;
}
/* line 57, library.scss */
.library-panel > hr {
  border-top-color: #9BAF63;
}
/* line 60, library.scss */
.library-panel a:hover i {
  text-decoration: none;
}
/* line 64, library.scss */
.library-panel .share-status a {
  color: #D6F0F7;
}
/* line 69, library.scss */
.library-panel .input-prepend input {
  height: 30px;
  min-height: auto;
}
/* line 70, library.scss */
.library-panel .input-prepend input:hover {
  cursor: default;
}

/* line 77, library.scss */
#library-filter-dropdown .btn-group {
  display: inline-block;
  margin-top: -5px;
}
/* line 82, library.scss */
#library-filter-dropdown .btn-group .btn-dropdown-hint-container .popover.right {
  display: block;
  left: 100%;
  top: -40px;
  width: 276px;
  background: #FCF8E3;
}
/* line 88, library.scss */
#library-filter-dropdown .btn-group .btn-dropdown-hint-container .popover.right .popover-content {
  white-space: normal;
}
/* line 90, library.scss */
#library-filter-dropdown .btn-group .btn-dropdown-hint-container .popover.right .popover-content p {
  font-size: 14px;
  height: initial;
  line-height: 1.4;
}
/* line 99, library.scss */
#library-filter-dropdown .btn-group button.btn-large {
  font-size: 21px;
  font-weight: 300;
}
/* line 102, library.scss */
#library-filter-dropdown .btn-group button.btn-large .caret {
  margin-top: 10px;
}

/* line 111, library.scss */
.empty-library-panel h3 {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 30px;
}
/* line 116, library.scss */
.empty-library-panel h4 {
  font-size: 18px;
}
/* line 120, library.scss */
.empty-library-panel p {
  font-size: 16px;
  line-height: 25px;
}

/* goal badges */
/* line 128, library.scss */
.goals-grid.elastic-grid.thumbnails > li {
  margin: 10px;
  margin-left: 0;
  width: 45%;
  position: relative;
}
/* line 134, library.scss */
.goals-grid.elastic-grid.thumbnails > li .corner {
  position: absolute;
  display: none;
  top: 5px;
  right: 10px;
  padding: 1px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 2;
}
/* line 143, library.scss */
.goals-grid.elastic-grid.thumbnails > li:hover {
  background: #fffddd;
}
/* line 145, library.scss */
.goals-grid.elastic-grid.thumbnails > li:hover .corner {
  display: block;
}
/* line 147, library.scss */
.goals-grid.elastic-grid.thumbnails > li:hover .corner:hover {
  color: white;
  background: #B94A48;
}
/* line 154, library.scss */
.goals-grid.elastic-grid.thumbnails > li .goal-detail-link {
  width: 100%;
}

/* strategy badges */
/* line 161, library.scss */
li.media.strategy-badge {
  display: block;
  position: relative;
  background-color: #fafafa;
  border: 0;
  border-color: transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
}
/* line 167, library.scss */
li.media.strategy-badge:first-child {
  margin-top: 10px;
}
/* line 171, library.scss */
li.media.strategy-badge .corner {
  position: absolute;
  display: none;
  top: 5px;
  right: 10px;
  padding: 1px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 2;
}
/* line 180, library.scss */
li.media.strategy-badge:hover {
  background: #fffddd;
}
/* line 182, library.scss */
li.media.strategy-badge:hover .corner {
  display: block;
}
/* line 184, library.scss */
li.media.strategy-badge:hover .corner:hover {
  color: white;
  background: #B94A48;
}
/* line 193, library.scss */
li.media.strategy-badge .pull-left {
  width: 60px;
  margin-right: 20px;
}
/* line 198, library.scss */
li.media.strategy-badge a.badge-link {
  display: block;
  padding: 15px;
  padding-bottom: 60px;
  position: relative;
  *zoom: 1;
}
/* line 61, base.scss */
li.media.strategy-badge a.badge-link:before, li.media.strategy-badge a.badge-link:after {
  display: table;
  line-height: 0;
  content: "";
}
/* line 68, base.scss */
li.media.strategy-badge a.badge-link:after {
  clear: both;
}
/* line 205, library.scss */
li.media.strategy-badge a.badge-link:hover {
  text-decoration: none;
}
/* line 208, library.scss */
li.media.strategy-badge a.badge-link h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 213, library.scss */
li.media.strategy-badge a.badge-link .hud {
  padding: 2px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #EDEDED;
  background-color: rgba(0, 0, 0, 0.05);
  color: #333;
}
/* line 73, base.scss */
li.media.strategy-badge a.badge-link .hud .icon-star {
  color: #FF0;
  text-shadow: 0 0 2px #333;
}

/* line 228, library.scss */
.notes-accordion .accordion-heading {
  background: #fffddd;
}

/* line 232, library.scss */
.notes-panel {
  background: #fffddd;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 0;
  border-color: transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26);
}
/* line 236, library.scss */
.notes-panel h3 a {
  display: block;
}
/* line 238, library.scss */
.notes-panel h3 a .pull-right {
  margin-top: 4px;
}
/* line 243, library.scss */
.notes-panel .text-toolbar {
  margin-top: 25px;
}

/* Large desktop */
@media (min-width: 1200px) {
  /* line 250, library.scss */
  .library-panel {
    width: 348px;
  }
  /* line 252, library.scss */
  .library-panel.affix {
    position: fixed;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  /* line 260, library.scss */
  .library-panel {
    width: 206px;
  }
  /* line 262, library.scss */
  .library-panel.affix {
    position: fixed;
  }
}
