/* Glyphicons from Bootstrap 3.0 and extra classes for timeline icon selector */

#icon-selector {
  color: inherit;
  position: absolute;
  display: block;
  font-size: 46px;
  margin: 0;
  width: 60px;
  padding-left: 0;
  text-align: center;
}

.icons-list .icon-z-none,
.icon-list .icon-,
#icon-selector .icon-z-none,
#icon-selector .icon- {
  border: 1px solid #eee;
}

.icon-options .icons-list {
  font-size: 32px;
  padding: 10px;
}

.icon-options .icons-list a {
  display: inline-block;
  padding: 10px;
  width: 32px;
  cursor: pointer;
  color: inherit;
  box-sizing: content-box;
}

.icon-options .icons-list a:hover {
  color: #0887C6;
  text-decoration: none;
}

.icon-options .icons-list a span {
  display: inline-block;
  color: #666;
  font-size: 10px;
  line-height: 10px;
  font-weight: 100;
}

.icon-options .icons-list a:hover span {
  color: #0887C6;
}

/* Some default icons, per category */
[class^="icon-z-"]:before,
[class*=" icon-z-"]:before,
.icon-z-none:before {
  content: "\00a0";
}

.icon-z-course_timeline:before {
  content: "\f022";
}
.icon-z-image:before {
  content: "\f03e";
}
.icon-z-video:before {
  content: "\f008";
}
.icon-z-event:before {
  content: "\f073";
}
.icon-z-notifier:before {
  content: "\f003";
}
.icon-z-website:before {
  content: "\f0ac";
}
.icon-z-document:before {
  content: "\f016";
}
.icon-z-resource:before {
  content: "\f0c5";
}
.icon-z-assignment:before {
  content: "\f044";
}
.icon-z-survey:before,
.icon-z-survey_link:before {
  content: "\f128";
}
.icon-z-collection:before {
  content: "\f114";
}
.icon-z-gallery_collection:before {
  content: "\f114";
}
.icon-z-document_collection:before {
  content: "\f114";
}
.icon-z-note:before {
  content: "\f08d";
}
.icon-z-text:before,
.icon-z-article:before {
  content: "\f0f6";
}
/* certificate */
.icon-z-certificate:before {
  content: "\f0a3";     
}
/* folder-close-alt */
.icon-z-section:before {
  content: "\f114";     
}
/* folder-open-alt */
.opened header .icon-folder-close-alt:before,
.opened header .icon-z-section:before {
  content: "\f115";
}
.icon-z-none:before {
  content: "\00a0";
}
