﻿@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "vdot" !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^="vdot-"]:before, [class*=" vdot-"]:before, .continue:after, .reverse:before, .radio-group label:before, .radio-group label.checked:before, .message:before {
  font-family: "vdot" !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;
}

.vdot-chevron-right:before, .continue:after { content: "a"; }
.vdot-chevron-left:before, .reverse:before { content: "b"; }
.vdot-chevron-down:before { content: "c"; }
.vdot-chevron-up:before { content: "d"; }
.vdot-check-mark-circle:before, .radio-group label.checked:before { content: "f"; }
.vdot-phone:before { content: "g"; }
.vdot-eye:before { content: "h"; }
.vdot-pin-map:before { content: "i"; }
.vdot-pin-map-2:before { content: "j"; }
.vdot-mail:before { content: "k"; }
.vdot-truck:before { content: "l"; }
.vdot-user:before { content: "m"; }
.vdot-pencil:before { content: "n"; }
.vdot-asterisk:before { content: "o"; }
.vdot-question:before { content: "p"; }
.vdot-chat:before { content: "e"; }
.vdot-circle-line:before, .radio-group label:before { content: "q"; }
.vdot-external-link-square:before { content: "r"; }
.vdot-denied-block:before { content: "s"; }
/*.vdot-delete-circle:before, .message:before { content: "t"; }*/
.vdot-exclamation-triangle:before { content: "u"; }
.vdot-logout:before { content: "v"; }
.vdot-inbox:before { content: "w"; }
.vdot-facebook:before { content: "x"; }
.vdot-twitter:before { content: "y"; }
.vdot-youtube:before { content: "z"; }
.vdot-flickr:before { content: "A"; }
.vdot-rss:before { content: "B"; }
.vdot-linkedin:before { content: "C"; }
.vdot-mobile:before { content: "D"; }
.vdot-dashboard:before { content: "E"; }
.vdot-traffic-cone:before { content: "F"; }
.vdot-info:before { content: "G"; }