/* Minification failed. Returning unminified contents.
(47,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(48,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(49,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(51,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(52,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(98,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(99,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(100,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(102,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* GENERAL DESCRIPTION
 *
 * This css file will be dedicated to setting the layout variations for Distrigo 011 (Stollberg). 
 *
 * Please do not place common styles for all distrigos here!!!!
 * All the main styling will be placed in the site.css file, in this file only the specific styling changes for this theme will be set. 
 * For example: colours, images, etc.
 * 
 * Define the selectors, with their properties in the site.css file, and overwrite here the property to which you want to apply the variation.
 * As far as possible, global variables shall be used to apply the style variations. 
 * Define the variable here and use it in the most convenient place, in this file, even in the main file site.css.
 *
 * To set dynamic properties, based on business logic or coming from values that are loaded from the database use the file \Shared\_DynamicsCss.cshtml 
 *
 * GENERAL DESCRIPTION END */

/*! DEFINITIONS
 *
 * Dark grayscale: Dark gray for normal texts.
 * Medium grayscale: Medium gray for headings, highlights, tabs, etc.
 * Light grayscale: Light grey for backgrounds.
 * Dark contrast: For top menu items, icons, btns.
 * Light contrast: For the second top menu: items, icons, etc. For the contrasts on the rest of the page: tiles, details, highlighted borders, contrast buttons, etc.
 *
 * .btn-default For normal buttons
 * {
 *     color: #333333;
 *     background-color: #ffffff;
 *     border-color: #cccccc;
 * }
 * .btn-contrast For contrast buttons
 * {
 *     background-color: #004C97 !important;
 *     border-color: #004C97 !important;
 *     color: #ffffff !important;
 * }
 *
 * To generate colour palettes
 * https://mycolor.space
 *
 * To generate image filters
 * https://angel-rs.github.io/css-color-filter-generator/
 *
 * DEFINITIONS END */

:root {
    --color-contrast-dark: #003D79;
    --color-contrast-light: #004C97;
    --color-contrast-opposite: #ffa300;

    --color-contrast-dark-image-filter: brightness(0) saturate(100%) invert(14%) sepia(83%) saturate(2477%) hue-rotate(196deg) brightness(95%) contrast(101%);
    --color-contrast-light-image-filter: brightness(0) saturate(100%) invert(14%) sepia(70%) saturate(4255%) hue-rotate(197deg) brightness(95%) contrast(103%);
}
/* GENERAL DESCRIPTION
 *
 * This css file will be dedicated to setting the layout variations for Distrigo 011 (Stollberg). 
 *
 * Please do not place common styles for all distrigos here!!!!
 * All the main styling will be placed in the general.css file, in this file only the specific styling changes for this theme will be set. 
 * For example: colours, images, etc.
 * 
 * Define the selectors, with their properties in the general.css file, and overwrite here the property to which you want to apply the variation.
 * As far as possible, global variables shall be used to apply the style variations. 
 * Define the variable here and use it in the most convenient place, in this file, even in the main file general.css.
 *
 * GENERAL DESCRIPTION END */

/*! DEFINITIONS
 *
 * Dark grayscale: Dark gray for normal texts.
 * Medium grayscale: Medium gray for headings, highlights, tabs, etc.
 * Light grayscale: Light grey for backgrounds.
 * Dark contrast: For top menu items, icons, btns.
 * Light contrast: For the second top menu: items, icons, etc. For the contrasts on the rest of the page: tiles, details, highlighted borders, contrast buttons, etc.
 *
 * .btn-default For normal buttons
 * {
 *     color: #333333;
 *     background-color: #ffffff;
 *     border-color: #cccccc;
 * }
 * .btn-contrast For contrast buttons
 * {
 *     background-color: #004C97 !important;
 *     border-color: #004C97 !important;
 *     color: #ffffff !important;
 * }
 *
 * To generate colour palettes
 * https://mycolor.space
 *
 * To generate image filters
 * https://angel-rs.github.io/css-color-filter-generator/
 *
 * DEFINITIONS END */

:root {
    --color-contrast-dark: #003D79;
    --color-contrast-light: #004C97;
    --color-contrast-opposite: #ffa300;

    --color-contrast-dark-image-filter: brightness(0) saturate(100%) invert(14%) sepia(83%) saturate(2477%) hue-rotate(196deg) brightness(95%) contrast(101%);
}

