/* ICON FONTS */
@font-face {
    font-family: 'bold-builder';
    src:
        url('../fonts/bold-builder.ttf?kjfbneff') format('truetype'),
        url('../fonts/bold-builder.woff?kjfbneff') format('woff'),
        url('../fonts/bold-builder.svg?kjfbneff#bold-builder') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src:url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src:url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
    url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
    url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
    url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}   

/* FontAwesome 5 Regular */
/* New FontAwesome 6 icons added */

@font-face {
  font-family: 'FontAwesome5Regular';
  src: url('../fonts/FontAwesome5Regular.ttf?v=1.0.0');
  src: url('../fonts/FontAwesome5Regular.ttf?v=1.0.0') format('truetype'), 
  url('../fonts/FontAwesome5Regular.woff2?v=1.0.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}    

/* FontAwesome 5 Solid */
/* New FontAwesome 6 icons added */

@font-face {
  font-family: 'FontAwesome5Solid';
  src: url('../fonts/FontAwesome5Solid.ttf?v=1.0.0');
  src: url('../fonts/FontAwesome5Solid.ttf?v=1.0.0') format('truetype'), 
  url('../fonts/FontAwesome5Solid.woff2?v=1.0.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}    

/* FontAwesome 5 Brands 
/* New FontAwesome 6 icons added */

@font-face {
  font-family: 'FontAwesome5Brands';
  src: url('../fonts/FontAwesome5Brands.ttf?v=1.0.0');
  src: url('../fonts/FontAwesome5Brands.ttf?v=1.0.0') format('truetype'), 
  url('../fonts/FontAwesome5Brands.woff2?v=1.0.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}   

* {
	min-height: 0;
	min-width: 0;
}


/* Variables */


/* Border radius global */
@set borderRadius 5px;
@set borderRadiusUp 5px 5px 0 0;
@set borderRadiusDown 0 0 5px 5px;
@set borderRadiusLeft 5px 0 0 5px;
@set borderRadiusRight 0 5px 5px 0;


/* Colors */
@set lightFontColor #222;
@set darkFontColor #fff;
@set accentColor #2196f3;
@set accentBright #38a1f4;
@set accentDark #0367B4;

@set alternateColor #ff7f00;
@set alternateBright #FFB918;
@set alternateDark #F9AD00;

@set contrastFontColor #fff;

@set paleBgColor #f2f8ff;

@set innerBorderColor #eee;

@set dragColor #d4e7f6;

@set iconCircle #b2b2b2;

@set orderCircle #bbb;

@set rowBorder #e0e0e0;

@set foldedColor #eee;

