/*
Copyright (c) 17/02/2019
Todos los derechos reservados. El uso no autorizado de este programa está
estrictamente prohibido sin la autorización previa y por escrito del autor.
*/
/* 
    Created on : 17/02/2019, 10:13:49 PM
    Author     : Fernando Garcia - fgarcia@novasys.com.mx
*/
@font-face {
    font-family: "Roboto";
    src: local(Roboto Thin), url("/golatinaAdmin/font/roboto/Roboto-Thin.eot");
    src: url("/golatinaAdmin/font/roboto/Roboto-Thin.eot?#iefix") 
        format("embedded-opentype"), url("/golatinaAdmin/font/roboto/Roboto-Thin.woff2") 
        format("woff2"), url("/golatinaAdmin/font/roboto/Roboto-Thin.woff") 
        format("woff"), url("/golatinaAdmin/font/roboto/Roboto-Thin.ttf") 
        format("truetype");
    font-weight: 200; }

@font-face {
    font-family: "Roboto";
    src: local(Roboto Light), url("/golatinaAdmin/font/roboto/Roboto-Light.eot");
    src: url("/golatinaAdmin/font/roboto/Roboto-Light.eot?#iefix") 
        format("embedded-opentype"), url("/golatinaAdmin/font/roboto/Roboto-Light.woff2") 
        format("woff2"), url("/golatinaAdmin/font/roboto/Roboto-Light.woff") 
        format("woff"), url("/golatinaAdmin/font/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300; }

@font-face {
    font-family: "Roboto";
    src: local(Roboto Regular), url("/golatinaAdmin/font/roboto/Roboto-Regular.eot");
    src: url("/golatinaAdmin/font/roboto/Roboto-Regular.eot?#iefix") 
        format("embedded-opentype"), url("/golatinaAdmin/font/roboto/Roboto-Regular.woff2") 
        format("woff2"), url("/golatinaAdmin/font/roboto/Roboto-Regular.woff") 
        format("woff"), url("/golatinaAdmin/font/roboto/Roboto-Regular.ttf") 
        format("truetype");
    font-weight: 400; }

@font-face {
    font-family: "Roboto";
    src: url("/golatinaAdmin/font/roboto/Roboto-Medium.eot");
    src: url("/golatinaAdmin/font/roboto/Roboto-Medium.eot?#iefix") 
        format("embedded-opentype"), url("/golatinaAdmin/font/roboto/Roboto-Medium.woff2") 
        format("woff2"), url("/golatinaAdmin/font/roboto/Roboto-Medium.woff") 
        format("woff"), url("/golatinaAdmin/font/roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500; }

@font-face {
    font-family: "Roboto";
    src: url("/golatinaAdmin/font/roboto/Roboto-Bold.eot");
    src: url("/golatinaAdmin/font/roboto/Roboto-Bold.eot?#iefix")
        format("embedded-opentype"), url("/golatinaAdmin/font/roboto/Roboto-Bold.woff2") 
        format("woff2"), url("/golatinaAdmin/font/roboto/Roboto-Bold.woff") 
        format("woff"), url("/golatinaAdmin/font/roboto/Roboto-Bold.ttf") 
        format("truetype");
    font-weight: 700; }

@font-face {
    font-family: "Candara";
    src: local(Candara Regular), url("/golatinaAdmin/font/candara/Candara.ttf");
    font-weight: 400; }

@font-face {
    font-family: "Candara";
    src: url("/golatinaAdmin/font/candara/Candarab.ttf");
    font-weight: 700; }

@font-face {
    font-family: "Bookos";
    src: url("/golatinaAdmin/font/bookos/BOOKOS.TTF");
    font-weight: 700; }

@font-face {
    font-family: 'Material Icons';
    font-weight: 700;
    /*src: url("/golatinaAdmin/font/MaterialIcons-Regular.woff2");*/

    src: url(/golatinaAdmin/font/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(/golatinaAdmin/font/MaterialIcons-Regular.woff2) format('woff2'),
        url(/golatinaAdmin/font/MaterialIcons-Regular.woff) format('woff'),
        url(/golatinaAdmin/font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}