@font-face {
    font-family: 'ico';
    src:url('../fonts/ico.eot?fv95us');
    src:url('../fonts/ico.eot?#iefixfv95us') format('embedded-opentype'),
    url('../fonts/ico.woff?fv95us') format('woff'),
    url('../fonts/ico.ttf?fv95us') format('truetype'),
    url('../fonts/ico.svg?fv95us#ico') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'ico';
    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;
}
.icon-forgotPassword:before {
    content: "\e609";
}

.icon-forgotPwd:before {
    content: "\e60a";
}

.icon-hash:before {
    content: "\e600";
}

.icon-userRegistration:before {
    content: "\e601";
}

.icon-checkAll:before {
    content: "\e602";
}

.icon-checkNone:before {
    content: "\e603";
}

.icon-clsd:before {
    content: "\e604";
}

.icon-counter:before {
    content: "\e605";
}

.icon-excel:before {
    content: "\e606";
}

.icon-pdf-icon:before {
    content: "\e607";
}

.icon-trafficConeFlat:before {
    content: "\e608";
}

