/*!
 * angular-fontselect v0.2.1
 * 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
 */
@import url("/src/jdfs-iconfont/style.css");
.iconfont,
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'jdfs-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jdfs-main {
  position: relative;
  display: inline-flex;
  font-size: 16px;
}
.jdfs-main *,
.jdfs-main *:after,
.jdfs-main *:before {
  box-sizing: border-box;
}
.jdfs-window {
  top: 100%;
  left: 0;
  z-index: 3000;
  position: absolute;
  padding: .5em 0;
  border-radius: 4px;
  width: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.jdfs-toggle,
.jdfs-search {
  padding: 1rem;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: white;
  margin: 0;
}
.jdfs-toggle > *,
.jdfs-search > * {
  flex: 1 auto;
}
.jdfs-fontlistcon {
  padding: .5em;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  background: #d6d6d6;
  width: 60%;
  flex: 1 0;
}
.jdfs-fontlist {
  border-radius: 2px;
  background: white;
  padding: 0;
  margin: 0;
  overflow: scroll;
  max-height: 500px;
}
.jdfs-fontlist li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.jdfs-fontlist label {
  padding: .5em 1em;
  display: block;
  width: 100%;
}
.jdfs-fontlist input {
  display: none;
}
.jdfs-fontpagination {
  border: none;
  background: white;
}
.jdfs-filter {
  border-radius: 0 4px 4px 0;
  padding: .5em;
  width: 14em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #d6d6d6;
}
.jdfs-filterbtn {
  border-radius: 2px;
  margin: 0 .3rem .3rem 0;
  width: 5em;
  padding: 0;
  flex: 1 1 45%;
  font-size: 66px;
  line-height: 1.2;
  display: inline-block;
  background: #ffffff;
  border: none;
}
.jdfs-filterbtn:focus,
.jdfs-filterbtn:active {
  outline: none;
}
.jdfs-filterbtn:last-child {
  margin-bottom: 0;
}
.jdfs-searchoptions {
  flex: 0 0 100%;
}
.jdfs-provider-title {
  background: #eeeeee;
  margin: 0;
  font-size: .8em;
  padding: .2em 1em;
}
.jdfs-highlight,
.jdfs-highlight:hover {
  background: #81b4fc;
  color: white;
}
.jdfs-fontstyle-serif:after {
  font-family: 'jdfs-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e600";
}
.jdfs-fontstyle-handwriting:after {
  font-family: 'jdfs-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
}
.jdfs-fontstyle-sansserif:after {
  font-family: 'jdfs-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e601";
}
.jdfs-fontstyle-display:after {
  font-family: 'jdfs-iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e603";
}
.jdfs-fontstyle-Other {
  display: none;
}
