@font-face {
  font-family: 'arrows-icons';
  src: url('../font/arrows-icons.eot?95911238');
  src: url('../font/arrows-icons.eot?95911238#iefix') format('embedded-opentype'),
       url('../font/arrows-icons.woff2?95911238') format('woff2'),
       url('../font/arrows-icons.woff?95911238') format('woff'),
       url('../font/arrows-icons.ttf?95911238') format('truetype'),
       url('../font/arrows-icons.svg?95911238#arrows-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* =========================
   ICON BASIS 
========================= */

.arrows-icons-glyph [class^="icon-"]:before,
.arrows-icons-glyph [class*=" icon-"]:before,
.khl-arrows-icons [class^="icon-"]:before,
.khl-arrows-icons [class*=" icon-"]:before {
  font-family: "arrows-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  width: 1em;
  text-align: center;

  font-variant: normal;
  text-transform: none;
  line-height: 1em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================
   PREVIEW STIJL
========================= */

.arrows-icons-glyph {
  float: left;
  width: 64px;
  margin: 0 10px 10px 0;
  background-color: #555;
  border-left: 1px solid #444;
    border-right: 1px solid #444;

  border-radius: 6px;
  box-shadow: 0 0 1px #bbb;
  overflow: hidden;
  color: #fff;
}

/* Top */
.arrows-icons-glyph .top {
  position: relative;
  font-size: 26px;
  text-align: center;
  line-height: 16px;
  padding: 13px;
}

.arrows-icons-glyph .top input {
  width: 30px;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #555;
  color: #eee;
  transition: all .3s ease;
}

/* Remove */
.arrows-icons-glyph .remove {
  position: absolute;
  top: 4px;
  right: 4px;
  opacity: 0;
  cursor: pointer;
  transition: opacity .3s ease;
  color: #ddd;
}

.arrows-icons-glyph:hover .remove {
  opacity: 1;
}

/* Center (icon) */
.arrows-icons-glyph .center {
  height: 64px;
  line-height: 64px;
  background: #fff;
  color: #444;
  text-align: center;
  font-size: 24px;
}

/* Bottom */
.arrows-icons-glyph .bottom {
  font-size: 10px;
  text-align: center;
  padding: 4px;
}

.arrows-icons-glyph .bottom input {
  width: 50px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #555;
  color: #eee;
  transition: all .3s ease;
}

/* Hover / focus */
.arrows-icons-glyph:hover input {
  background: #777;
  color: #fff;
}

.arrows-icons-glyph input:focus {
  background: #eee;
  color: #444;
}

/* Code helpers */
.arrows-icons-glyph .code-prefix,
.arrows-icons-glyph .code-editable,
.arrows-icons-glyph .char-editable {
  display: inline-block;
  margin: 3px 0;
}

.arrows-icons-glyph .char-editable {
  padding: 0 3px;
}
/*link==========================*/
.arrows-icons-glyph .center a {
  display: block;          /* Maakt de link de volle breedte/hoogte van .center */
  width: 100%;
  height: 100%;
  text-align: center;      /* Centreert de icon indien nodig */
  line-height: inherit;    /* Houdt de verticale uitlijning hetzelfde */
}

.arrows-icons-glyph .center a i {
  pointer-events: none;    /* Zorgt dat de icon zelf geen events blokkeert (niet strikt nodig, maar veilig) */
}

.icon-forward-outline:before { content: '\41'; } /* 'A' */
.icon-forward-1:before { content: '\42'; } /* 'B' */
.icon-cw-1:before { content: '\43'; } /* 'C' */
.icon-loop-alt:before { content: '\44'; } /* 'D' */
.icon-arrow-curved:before { content: '\45'; } /* 'E' */
.icon-right-bold-1:before { content: '\46'; } /* 'F' */
.icon-resize-full:before { content: '\47'; } /* 'G' */
.icon-resize-small:before { content: '\48'; } /* 'H' */
.icon-resize-horizontal-1:before { content: '\49'; } /* 'I' */
.icon-resize-full-1:before { content: '\4a'; } /* 'J' */
.icon-loop:before { content: '\4b'; } /* 'K' */
.icon-updown-circle:before { content: '\4c'; } /* 'L' */
.icon-resize-full-alt:before { content: '\4d'; } /* 'M' */
.icon-download:before { content: '\4e'; } /* 'N' */
.icon-loop-alt-1:before { content: '\4f'; } /* 'O' */
.icon-home:before { content: '\50'; } /* 'P' */
.icon-resize-full-circle:before { content: '\51'; } /* 'Q' */
.icon-back:before { content: '\52'; } /* 'R' */
.icon-level-down-1:before { content: '\53'; } /* 'S' */
.icon-cw-2:before { content: '\54'; } /* 'T' */
.icon-reply-all:before { content: '\61'; } /* 'a' */
.icon-forward:before { content: '\62'; } /* 'b' */
.icon-mouse-pointer:before { content: '\63'; } /* 'c' */
.icon-right-thin:before { content: '\64'; } /* 'd' */
.icon-right:before { content: '\65'; } /* 'e' */
.icon-right-1:before { content: '\66'; } /* 'f' */
.icon-right-dir:before { content: '\67'; } /* 'g' */
.icon-right-fat:before { content: '\68'; } /* 'h' */
.icon-right-2:before { content: '\69'; } /* 'i' */
.icon-forward-2:before { content: '\6a'; } /* 'j' */
.icon-reply:before { content: '\6b'; } /* 'k' */
.icon-reply-all-1:before { content: '\6c'; } /* 'l' */
.icon-retweet:before { content: '\6d'; } /* 'm' */
.icon-resize-horizontal:before { content: '\6e'; } /* 'n' */
.icon-angle-circled-right:before { content: '\6f'; } /* 'o' */
.icon-right-3:before { content: '\70'; } /* 'p' */
.icon-right-big:before { content: '\71'; } /* 'q' */
.icon-right-circled2:before { content: '\72'; } /* 'r' */
.icon-cw:before { content: '\73'; } /* 's' */
.icon-arrows-cw:before { content: '\74'; } /* 't' */
.icon-level-down:before { content: '\75'; } /* 'u' */
.icon-exchange:before { content: '\76'; } /* 'v' */
.icon-play:before { content: '\77'; } /* 'w' */
.icon-right-4:before { content: '\78'; } /* 'x' */
.icon-right-bold:before { content: '\79'; } /* 'y' */
.icon-level-up:before { content: '\7a'; } /* 'z' */
