.cfb-breadcrumbs {
  margin-bottom: 15px;
  font-weight: bold;
}
.cfb-breadcrumbs a {
  display: inline-block;
  margin-right: 0.5em;
  cursor: pointer;
}
.cfb-breadcrumbs a:before {
  content: "\f105";
  color: #ccc;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.5em;
}
.cfb-breadcrumbs a:first-of-type:before {
  display: none !important;
}
.cfb-content {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.cfb-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 2px;
  background: #f5f5f5;
  height: 80px;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
}
.cfb-item :hover {
  background: #ededed;
}
.cfb-icon {
  width: 72px;
  margin-left: 4px;
  display: table-cell;
  vertical-align: middle;
}
.cfb-icon .cfb-folder {
  display: block;
  width: 72px;
  height: 72px;
  background: url(img/folder-documents.png) no-repeat center center;
}
.cfb-icon .cfb-empty {
  display: block;
  width: 72px;
  height: 72px;
  background: url(img/folder-grey.png) no-repeat center center;
}
.cfb-icon .cfb-document {
  display: block;
  width: 72px;
  height: 72px;
  background: url(img/document-multiple.png) no-repeat center center;
}
.cfb-icon img {
  width: 72px !important;
}
.cfb-text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.cfb-name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight: bold;
  white-space: nowrap;
}
.cfb-details {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #777;
}
