﻿@font-face {
    font-family: 'Neo Sans Pro Bold';
    src:    url('/Include/Fonts/Neo Sans Pro Bold.ttf') format('truetype'), 
            url('/Include/Fonts/Neo Sans Pro Bold.eot') format('embedded-opentype'),
            url('/Include/Fonts/Neo Sans Pro Bold.otf') format('opentype'),
            url('/Include/Fonts/Neo Sans Pro Bold.svg') format('svg'),
            url('/Include/Fonts/Neo Sans Pro Bold.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'Neo Sans Pro Bold Italic';
    src:    url('/Include/Fonts/Neo Sans Pro Bold Italic.ttf') format('truetype'), 
            url('/Include/Fonts/Neo Sans Pro Bold Italic.eot') format('embedded-opentype'),
            url('/Include/Fonts/Neo Sans Pro Bold Italic.otf') format('opentype'),
            url('/Include/Fonts/Neo Sans Pro Bold Italic.svg') format('svg'),
            url('/Include/Fonts/Neo Sans Pro Bold Italic.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'Neo Sans Pro';
    src:    url('/Include/Fonts/Neo Sans Pro.ttf') format('truetype'), 
            url('/Include/Fonts/Neo Sans Pro.eot') format('embedded-opentype'),
            url('/Include/Fonts/Neo Sans Pro.otf') format('opentype'),
            url('/Include/Fonts/Neo Sans Pro.svg') format('svg'),
            url('/Include/Fonts/Neo Sans Pro.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'Neo Sans Pro Italic';
    src:    url('/Include/Fonts/Neo Sans Pro Italic.ttf') format('truetype'), 
            url('/Include/Fonts/Neo Sans Pro Italic.eot') format('embedded-opentype'),
            url('/Include/Fonts/Neo Sans Pro Italic.otf') format('opentype'),
            url('/Include/Fonts/Neo Sans Pro Italic.svg') format('svg'),
            url('/Include/Fonts/Neo Sans Pro Italic.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}

.body-text{
    font-family: 'Neo Sans Pro';
}

.highlight-body-text{
    font-family: 'Neo Sans Pro Italic';
}

.title-text{
    font-family: 'Neo Sans Pro Bold';
}

.highlight-title-text{
    font-family: 'Neo Sans Pro Bold Italic';
}

.datepicker{
    font-family: 'Neo Sans Pro';
}

.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}