
@charset "UTF-8";

/** CSS: Main style */                  @import url( "_main.css?v=fb57f037d-f296609514" );
/** CSS: Strings style */               @import url( "_string.css?v=fb57f037d-f296609514" );
/** CSS: Inputs style */                @import url( "_inputs.css?v=fb57f037d-f296609514" );
/** CSS: Buttons, A, Icons style */     @import url( "_button.css?v=fb57f037d-f296609514" );
/** CSS: Dashboard style */             @import url( "_dashboard.css?v=fb57f037d-f296609514" );
/** CSS: Layers style */                @import url( "_layer.css?v=fb57f037d-f296609514" );
/** CSS: guRú EDITOR style */           @import url( "_editor.css?v=fb57f037d-f296609514" );
/** CSS: Tools style */                 @import url( "_tools.css?v=fb57f037d-f296609514" );

/** CSS: fontawesome style */           @import url( "fontawesome.css?v=fb57f037d-f296609514" );
/** CSS: fontawesome sharp style */     @import url( "fontawesome_sharp.css?v=fb57f037d-f296609514" );
/** CSS: jquery UI style */             @import url( "jquery_ui.css?v=fb57f037d-f296609514" );

/** MAIN FONT */
@import url( "https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900&display=swap" );

/** Font Awesome */
@font-face {
  font-family: "Fa Font Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: "Fa Font Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-sharp-solid-900.woff2") format("woff2"), url("../webfonts/fa-sharp-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: "Fa Font Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-duotone-900.woff2") format("woff2"), url("../webfonts/fa-duotone-900.ttf") format("truetype"); }

@font-face {
  font-family: "Fa Font";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../webfonts/fa-thin-100.woff2") format("woff2"), url("../webfonts/fa-thin-100.ttf") format("truetype"); }

@font-face {
  font-family: "Fa Font";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype"); }

@font-face {
  font-family: "Fa Font";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); }

@font-face {
  font-family: "Fa Font";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); }

/** CODE 39 FONT */
@font-face { 
  font-family: "Bar Code 39";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/code-39.ttf") format("truetype"); }

/** Fashion Fetish FONT */
@font-face { 
  font-family: "Fashion Fetish Outline";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/Fashion_Fetish_Outline.ttf") format("truetype"); }

@font-face { 
  font-family: "Fashion Fetish";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/Fashion_Fetish_Heavy.ttf") format("truetype"); }

@font-face { 
  font-family: "Fashion Fetish";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("../webfonts/Fashion_Fetish_Bold.ttf") format("truetype"); }
  
@font-face { 
  font-family: "Fashion Fetish";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../webfonts/Fashion_Fetish_Regular.ttf") format("truetype"); }
  
@font-face { 
  font-family: "Fashion Fetish";
  font-style: normal;
  font-weight: 200;
  font-display: block;
  src: url("../webfonts/Fashion_Fetish_Light.ttf") format("truetype"); }

  /** COLOR SETUP */
  :root {
    --INFO:           #268a8c;
    --INFO_RGB:       38,138,140;

    --WARNING:        #5f22aa;
    --WARNING_RGB:    95,34,170;

    --SUCCESS:        #00b3b3;
    --SUCCESS_RGB:    0,179,179;

    --DANGER:         #a91c19;
    --DANGER_RGB:     169,28,25;

    --LIGHT:          #ffffff;
    --LIGHT_RGB:      255,255,255;

    --DARK:           #000000;
    --DARK_RGB:       0,0,0;

    --FONT:           #212529;

    --SHADOW_DARKER:  #333333;
    --SHADOW_DARK:    #4d4d4d;
    --SHADOW_MEDIUM:  #737373;
    --SHADOW_LIGHT:   #cccccc;
    --SHADOW_LIGHTER: #f2f2f2;

    --FILE:           rgb(0, 153, 51);
    --FILE_RGB:       0, 153, 51;
    --EXCEL:          rgb(29, 111, 66);
    --EXCEL_RGB:      29, 111, 66;
    --WORD:           rgb(0, 93, 166);
    --WORD_RGB:       0, 93, 166;
    --PPOINT:         rgb(208, 68, 35);
    --PPOINT_RGB:     208, 68, 35;
    --PDF:            rgb(244, 15, 2);
    --PDF_RGB:        244, 15, 2;
    --IMAGE:          rgb(230, 230, 0);
    --IMAGE_RGB:      230, 230, 0;
    --LINK:           rgb(255, 51, 0);
    --LINK_RGB:       255, 51, 0;
    --YOUTUBE:        rgb(255, 0, 0);
    --YOUTUBE_RGB:    255, 0, 0;
  }
/*<style>*/