/*!
 * angular-fontselect v0.7.5
 * https://github.com/Jimdo/angular-fontselect
 *
 * A fontselect directive for AngularJS
 *
 * Copyright 2014, Jimdo, Hannes Diercks <hannes.diercks@jimdo.com>
 * Released under the MIT license
 */
.jdfs-highlight,
.jdfs-highlight:hover {
  background: #360e6b;
  color: white;
}
.jdfs-fontstyle-other {
  display: none;
}
.jdfs-main {
  width: 300px;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fbfbfb;
}
.jdfs-main *,
.jdfs-main *:after,
.jdfs-main *:before {
  box-sizing: border-box;
}
.jdfs-search-indicator {
  height: 100%;
  margin: 0;
}
.jdfs-toggle {
  margin: 0;
}
.jdfs-reset-search {
  color: #fbfbfb;
  margin: 0;
  right: 0;
  background: #bcbcbc;
}
.jdfs-toggle-search {
  cursor: text;
  margin: 0;
  background: transparent;
  border: none;
}
.jdfs-toggle-search,
.jdfs-search {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2 1;
  -ms-flex: 2 1;
  flex: 2 1;
}
.jdfs-search {
  padding: 0 .5em;
}
.jdfs-window {
  background: #bcbcbc;
  width: 300px;
  top: 100%;
  left: 0;
  z-index: 3000;
  position: absolute;
  padding: .5em;
}
.jdfs-fontlistcon {
  width: 100%;
}
.jdfs-fontlist {
  background: #fbfbfb;
  padding: 0;
  margin: 0;
  height: 330px;
  position: relative;
  color: #3e3e3e;
}
.jdfs-fontlist li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 10%;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.jdfs-fontlist li:last-child {
  border-bottom: none;
}
.jdfs-fontlist label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding-left: 1.3em;
  width: 100%;
}
.jdfs-fontlist input {
  display: none;
}
.jdfs-fontlist-noresults {
  color: #bcbcbc;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  line-height: 0;
}
.jdfs-fontpagination {
  width: 100%;
  display: block;
  padding: .2em 0;
  margin: 0;
  bottom: 0;
}
.jdfs-footer-con {
  padding: .5em;
}
.jdfs-footer {
  padding: .5em .5em .5em .5em;
}
.jdfs-footer-tab-open,
.jdfs-footer {
  background: #646464;
  color: #fbfbfb;
}
.jdfs-footer-tab-toggle {
  vertical-align: bottom;
  display: inline-block;
  padding: .5em 1em;
}
.jdfs-settings-headline {
  padding: 0;
  margin: .2em 0;
}
