/*
    CSS >>> Modelos de Fontes e Cores (Kersys)
    Marcelo Moura Gonçalves : 2022.02 : v2.0
	OBS: Todas as variaveis estão neste arquivo.
*/

@charset "UTF-8";

/* FONT GOOGLE: */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;1,100;1,300;1,500&display=swap');

/* ICONS GOOGLE: */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/*
@import url("krs_normalize.css");
*/

:root {
    /* Padrão de fontes */
    --klo-all-font-family-size-base: 12pt;
    --klo-all-font-family-title: 'Roboto', sans-serif;
    --klo-all-font-weight-title: 500;
    --klo-all-font-family-regular: 'Roboto', sans-serif;
    --klo-all-font-weight-regular: 300;
    --klo-menu-font-family-title: 'Roboto', sans-serif;
    --klo-menu-font-weight-title: 500;
    --klo-menu-font-family-regular: 'Roboto', sans-serif;
    --klo-menu-font-weight-regular: 300;

    /* Padrão de cores: General */
    --klo-1-general-background-color: rgb(255, 255, 255);
    --klo-1-general-text-color-title: rgb(0, 50, 0);
    --klo-1-general-text-color-regular: rgb(0, 50, 0);
    --klo-1-general-text-color-link: rgb(0, 125, 0);
    --klo-1-general-text-color-link-focus: rgb(0, 255, 0);
    --klo-1-general-text-color-erro: rgb(255, 0, 0);

    /* Padrão loading */
    --klo-1-loading-background-color: rgba(255, 255, 255, 0.9);

    /* Padrão de cores: Manu */
	--klo-1-menu-width: 250px;	
    --klo-1-menu-background-color: rgb(36, 36, 36);
    --klo-1-menu-scrollbar-color: rgb(168, 168, 168);
    --klo-1-menu-border-bottom: 1px solid rgb(56, 56, 56);
    --klo-1-menu-text-color-title: rgb(255, 255, 255);
    --klo-1-menu-text-color-regular: rgb(255, 255, 255);
    --klo-1-menu-text-color-link: rgb(255, 255, 255);
    --klo-1-menu-text-color-link-focus: rgb(18, 194, 32);
    --klo-1-menu-text-color-link-disabled: rgb(131, 131, 131);
    --klo-1-menu-text-color-breadcrumb: rgb(51, 51, 51);

    /**/
    --klo-1-user-background-color: rgb(75, 75, 75);
    --klo-1-user-text-color-link: rgb(255, 255, 255);
    --klo-1-user-text-color-link-focus: rgb(18, 194, 32);
    

    /**/
    --klo-1-button-background-color1: #00cde3;
    --klo-1-button-background-color2: #7cfd25;
    --klo-1-button-text-color: rgb(0, 0, 0);
    --klo-1-button-text-color-focus: rgb(255, 255, 255);

}