/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 24, 2017, 4:34:39 PM
    Author     : Rupom
*/

/*icon style end here */
@font-face {
  font-family: "untitled-font-1";
  src:url("fonts/esign-font-1.eot");
  src:url("fonts/esign-font-1.eot#iefix") format("embedded-opentype"),
    url("fonts/esign-font-1.woff") format("woff"),
    url("fonts/esign-font-1.ttf") format("truetype"),
    url("fonts/esign-font-1.svg") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-1" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !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;
}

.icon-esignature:before {
  content: "\61";
}