@charset "UTF-8";

@font-face {
  font-family: "vbticon";
  src:url("fonts/vbticon.eot");
  src:url("fonts/vbticon.eot?#iefix") format("embedded-opentype"),
    url("fonts/vbticon.woff") format("woff"),
    url("fonts/vbticon.ttf") format("truetype"),
    url("fonts/vbticon.svg#vbticon") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "vbticon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="vbticon-"]:before,
[class*=" vbticon-"]:before {
  font-family: "vbticon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vbticon-move:before {
  content: "\e000";
}
.vbticon-gear:before {
  content: "\e001";
}
.vbticon-files:before {
  content: "\e002";
}
.vbticon-plus:before {
  content: "\e003";
}
.vbticon-minus:before {
  content: "\e004";
}
.vbticon-times:before {
  content: "\e005";
}
.vbticon-trash:before {
  content: "\e006";
}
.vbticon-ban:before {
  content: "\e007";
}
.vbticon-picture:before {
  content: "\e008";
}
.vbticon-list:before {
  content: "\e009";
}
.vbticon-link:before {
  content: "\e00a";
}
.vbticon-square:before {
  content: "\e00b";
}
.vbticon-align-center:before {
  content: "\e00c";
}
.vbticon-align-justify:before {
  content: "\e00d";
}
.vbticon-align-left:before {
  content: "\e00e";
}
.vbticon-align-right:before {
  content: "\e00f";
}
.vbticon-pencil:before {
  content: "\e010";
}
.vbticon-ellipsis-h:before {
  content: "\e011";
}
.vbticon-code:before {
  content: "\e012";
}
