﻿/* Global Variables */
:root {
    --white: #ffffff;
    /*--darkRed: #81312F;*/
    --primaryColor: #f58220;
    --secondaryColor: #E0601F;
    --tertiaryColor: #253746;
    --linkColor: #f58220;
    --linkHoverColor: #f58220;
    --grey: #7b7b7b;
    --lightGrey: #f8f6f7;
    --lightGreyShade: #f7f8fa;
    --grey200: #CCCCCC;
    --mediumGreyShade: #606060;
    --brightGrey: #57585a;
    --lightGrayishBlue: #e9ecef;
    --cyanBlue: #015a9c;
    --strongNavy: #2b388f;
    /*--blueWhale: #253746;*/
    --lightBlueShade: #5B7F95;
    /*--orange: #E0601F;*/
}

@font-face {
    font-family: 'sharp-sans-medium';
    src: url(../fonts/SharpSans-Medium.woff2);
}

@font-face {
    font-family: 'sharp-sans-light';
    src: url(/Content/fonts/accurex/SharpSans-Light.woff2);
}

@font-face {
    font-family: 'sharp-sans-bold';
    src: url(/Content/fonts/accurex/SharpSans-Bold.woff2);
}

@font-face {
    font-family: 'sharp-sans-book';
    src: url(/Content/fonts/accurex/SharpSans-Book.woff2);
}

@font-face {
    font-family: 'proxima-nova';
    src: url(/Content/fonts/accurex/ProximaNova-Medium.otf);
}

body {
    font-family: 'STD-CN', sans-serif !important;
    background-color: var(--white);
}

/*Table Add icon*/
td.details-control:after {
    background: url('/Content/images/valent/add.png') no-repeat center center !important;
}




