:root {
    --ad-menu-size: 230px;
    /*--bs-border-width: 4px; /* largura de borrda */
    /*--bs-border-color: pink; /* cor da borda */
    /*--bs-border-radius: 40px; /* cantos da borda */
    /*--bs-border-radius-sm: 40px; /* cantos da borda modo mobile*/

    /*--ad-menu-item-color: #d18339;    /* cor do item do menu*/
    /*--ad-font-size: 1.10rem;             /* Tamanho da fonte global */
    --ad-font-size-plus: 1.1rem;
    /* Tamanho da fonte usada nos card headers, titles */
    /*--ad-font-size-less: 1.1rem;        /* Tamanho da fonte usada dos botões dbexplor, labels e badges */
    --ad-font-size-menu: 0.9rem;
    /* Tamanho da fonte do menu */
    /*--ad-font-size-super: 1.0rem;       /* Tamanho da fonte usada no system name, post title, page title  */
    /*--ad-font-size-mini: 1.0rem;        /* Tamanho da fonte usada no calendar header*/
}

a.sidebar-link {
    /*padding: 10px;
    border-radius: 10px;*/
}

.card {
    /*--bs-card-border-color: #9e9e9e;    /* cor da borda do card  - bootstrap*/
    --bs-card-title-color: #000000;
}

a.sidebar-link {
    /*padding: 5px;
    border-radius: 3px;*/
}

[data-bs-theme=dark] {
    /*--bs-dark-bg-subtle: #0d857f !important; /* Fundo tema escuro áre principal */
    .card {
        /*--bs-card-border-color: #9e9e9e;    /* cor da borda do card  - bootstrap*/
        --bs-card-title-color: #ffffff;
    }
}

[data-bs-theme=light] {
    /*--bs-dark-bg-subtle: #e0e2e2 !important; /* Fundo tema claro áre principal */
}

[data-bs-theme=dark] .card {
    /*--bs-card-bg: #e0e2e2 !important; /* Fundo card dark */
}

[data-bs-theme=light] .card {
    /*--bs-card-bg: #c5b41c !important; /* Fundo card light */
    /*--bs-card-cap-bg: #10475e !important; /* Fundo card card header / footer light */
}

/*----- Formatação do formulario de login (inicio) ------*/

#BodyForm {
    overflow-y: auto !important;
    max-height: 100vh;
}

#BodyLogin h1 {
    color: white !important;
}

#LoginForm .modal-content {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}


img[src="app/images/gw.png"] {
    background-color: white;
    padding: 1rem;
    border-radius: 20%;
    max-width: 8rem !important;
}

#LoginForm .p-5 {
    padding: 0.5rem !important;
    justify-items: center;
    margin: auto;
}

#LoginForm hr {
    display: none !important;

}

#LoginForm .fw-bold{
    color: #ffffff !important;

}

#LoginForm .tcombo {
    font-size: var(--ad-font-size);
    border: var(--bs-border-width) solid var(--bs-border-color);
    background-color: rgba(0, 0, 0, 0.5);
    color: white !important;
    /*border: none !important;*/
    ;
    width: 45vh !important;
    height: 60px !important;
}

#LoginForm .tfield {
    font-size: var(--ad-font-size);
    border: var(--bs-border-width) solid var(--bs-border-color);
    background-color: rgba(0, 0, 0, 0.5);
    color: white !important;
    /*border: none !important;*/
    max-width: 45vh;
    width: 45vh !important;
    height: 60px !important;
}

.tfield::placeholder {
    color: white !important;
}

#LoginForm .tfield:focus .tcombo:focus {
    box-shadow: 0px 0px 10px rgba(132, 58, 249, 0.5) !important
}

#LoginForm .fb-inline-field-container {
    justify-items: center !important;
}


.form-floating label {
    color: white !important;
    background: none !important;
}

.form-floating label::after {
    background: none !important;
    padding: 0px !important;
    height: 1em !important;
}

#tbutton_btn_redefinir_senha {
    border: none !important;
    color: white !important;
}

#tbutton_btn_redefinir_senha:hover {
    background-color: #843af9 !important;
}

 #LoginForm #tbutton_btn_entrar,
#tbutton_btn_enviar {
    background-color: #833af9 !important;
    border: none !important;
}

/*----- Formatação do formulario de login (fim) ------*/

/*----- Formatação do formulario Redefinir senha (inicio) ------*/

#LoginForm .card , .card-header , .card-footer{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    justify-content: center !important;
}

#LoginForm .card-title {
    color: white !important;
    text-align: center !important;
    justify-content: center !important;
}

#LoginForm .card-title {
    font-size: 3vh;
    font-weight: bold !important;
}

/*----- Formatação do formulario Redefinir senha (fim) ------*/

/*----- Formatação Modo Dark (inicio)-----*/


[data-menu-theme=dark] #sidebar {
    background-color: #2d353b!important;
    border-radius: 0vh 3vh 3vh 0vh;
}

@media (min-width: 767.98px) {
    #sidebar {
        box-shadow: 0 10p
        x 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22), inset -7px 2px 0px -6px rgba(0,0,0,0.1) !important;
    }
}

[data-menu-theme=dark] .sidebar-system-name{
    background: none;
}

[data-menu-theme=dark] a.sidebar-link:hover {
    color: white !important;
    background-color: #843af945 !important;
}

[data-menu-theme=dark] a.sidebar-link.active {
    background-color: #843af9 !important;
    color: white !important;
}

[data-menu-theme=dark] a.sidebar-link[aria-expanded=true]{
    background: #843af945;
}

[data-menu-theme=dark] span .name {
    color:#ffffff !important;
}

[data-bs-theme=dark] .main {
    background-color: #4e4e4e !important;
}

[data-bs-theme=dark] .navbar {
    background-color: #4e4e4e !important;
}

[data-bs-theme=dark] footer {
    background-color: #4e4e4e !important;
    z-index: 0;
}

[data-bs-theme=dark] .wrapper {
    background-color: #4e4e4e;
}

[data-bs-theme=dark] .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #843af9 !important;
}

[data-bs-theme=dark] .superlight:hover{
    background-color: #b3b3b38c !important;
    color: white !important;
}

[data-menu-theme=dark] a.btn.btn-primary {
    background: #843af9 !important;
    border: 1px solid #843af9;
}

[data-menu-theme=dark] a.btn.btn-primary:hover {
    background: #9f6af4 !important;
    border: 1px solid #843af9;
}

[data-menu-theme=dark] button#tbutton_btn_buscar:hover {
    background-color: #9f6af4;
}

[data-bs-theme=dark] .btn-default:hover, [data-bs-theme=dark] .btn-default:active, [data-bs-theme=dark] .btn-default.hover {
    background-color: #b3b3b38c !important;
}


[data-bs-theme=dark] #has_menu_mode_switch>.form-check-input:checked{
    background-color: #843af9 !important;
    border-color: #843af9 !important;
}


[data-bs-theme=dark] #sidebar .border-bottom{
    border-bottom: none !important;
}

[data-bs-theme=dark] .page-link{
    color: #fff !important;
}

[data-bs-theme=dark] .active>.page-link, .page-link.active{
    background-color: #843af9 !important;
    border-color: #843af9 !important;
    color: white !important;
}

[data-bs-theme=dark] .superlight, .superlight *, .superlight:hover, .superlight:active {
    color: #9a9a9a !important;
}

[data-bs-theme=dark] .tpagenavigation li.off a {
    color: #4d4d4d !important;
}

[data-bs-theme=dark] .card-title{
    color: #fff;
}

[data-bs-theme=dark] .tbreadcrumb li span {
    color: #f0f0f0;
}

[data-bs-theme=dark] .table>:not(caption)>*>* {
    background-color: #2d353b;
}

[data-bs-theme=dark] .card {
    background-color: #2d353b;
}

[data-bs-theme=dark] .select2-disable {
    background-color: #4e4e4e !important;
}

[data-bs-theme=dark] b {
    color: #fff;
}

[data-bs-theme=dark] .ms-options-wrap > button {
    background-color: #212529 !important;
}

[data-bs-theme=dark] .ms-options-wrap > .ms-options {
    background-color: #4d4d4d !important;
}

[data-bs-theme=dark] a {
    color: #fff;
}

[data-bs-theme=dark] .btn:hover {
    background-color: #b3b3b38c;
}

[data-bs-theme=dark] .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #843af9;
    color: white;
}

[data-bs-theme=dark] #tbutton_Form_Sac010I_show_hide {
    background: #843af9;
    color: white;
    border-color: #843af9;
}

[data-bs-theme=dark] #tbutton_Form_Sac010I_show_hide:hover {
    background-color: #b3b3b38c;
}

[data-bs-theme=dark] #tbutton_btn_salvar  {
    background-color: #843af9 !important;
    border-color: #843af9 !important;
}

[data-bs-theme=dark] #tbutton_btn_salvar:hover  {
    background-color: #a871ff !important;
    border-color: #843af9 !important;
}


[data-bs-theme=dark] h4.tseparator {
    color: white !important;
}

[data-bs-theme=dark] .ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #b3b3b38c;
}


[data-bs-theme=dark] a.ttd {
    color: white !important;
}

[data-bs-theme=dark] .ms-options-wrap > .ms-options > ul label.focused, .ms-options-wrap > .ms-options > ul label:hover {
    background-color: #939393;
}

/*----- Formatação Modo Dark (fim)-----*/



/*----- Formatação Modo Light (inicio)-----*/
[data-menu-theme=light] main.content.px-3.py-2 {
    background-color: #f0f0f0 !important;
}

[data-menu-theme=light] a.btn.btn-primary {
    background: #f73737 !important;
    border: 1px solid #f73737;
}

[data-menu-theme=light] a.btn.btn-primary:hover {
    background: #b3b3b38c !important;
    border: 1px solid #f73737;
}

[data-menu-theme=light] .btn-primary {
    background-color: #843af9;
}


[data-menu-theme=light] #sidebar {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    border-radius: 0vh 3vh 3vh 0vh;
}

[data-menu-theme=light] a.sidebar-link {
    color: #050000 !important;
}

[data-menu-theme=light] a.sidebar-link:hover{
    background-color: #f7373745!important;
}

[data-menu-theme=light] a.sidebar-link.active{
    background-color: #f73737 !important;
    color: white !important;
}

[data-menu-theme=light] span .name {
    color: #4d4d4d !important;
}

[data-bs-theme=light] .navbar>i{
    color: black !important;
}

[data-bs-theme=light] #sidebar .border-bottom{
    border-bottom: none !important;
}

[data-menu-theme=light] a.sidebar-link[aria-expanded=true]{
    background: #f7373745;
}


[data-bs-theme=light] .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #f73737 !important;
}

[data-bs-theme=light] .superlight:hover{
    background-color: #b3b3b38c !important;
    color: #1b1b1b !important;
}

[data-bs-theme=light] .page-link{
    color: #4d4d4d !important;
}

[data-bs-theme=light] .active>.page-link, .page-link.active {
    background-color: #f73737 !important;
    border-color: #f73737 !important;
    color: white !important;
}

[data-bs-theme=light] .tpagenavigation li.off a {
    color: #C0c0c0 !important;
}

[data-bs-theme=light] .select2-disable {
    background-color: #9e9e9e !important;
}

[data-bs-theme=light] .navbar {
    background: #f0f0f0 !important;
    border-bottom: none;
}

.border-bottom{
    border-bottom: none !important;
}

[data-bs-theme=light] .wrapper {
    background: #f0f0f0 !important;
}

[data-bs-theme=light] .footer {
    background: #f0f0f0 !important;
    border-top: none !important;
    z-index: 0;
}

[data-bs-theme=light] .superlight, .superlight , .superlight:hover, .superlight:active {
    color: #4d4d4d ;
}

[data-bs-theme=light] .btn:hover {
    background-color: #b3b3b38c;
}

[data-bs-theme=light] #tbutton_btn_salvar  {
    background-color: #843af9 !important;
    border-color: #843af9 !important;
    color: white;
}


[data-bs-theme=light] #tbutton_btn_salvar:hover  {
    background-color: #843af945 !important;
    border-color: #843af9 !important;
}

[data-bs-theme=light] #tbutton_Form_Sac010I_show_hide {
    background: #843af9;
    color: white;
    border-color: #843af9;
}

[data-bs-theme=light] #tbutton_Form_Sac010I_show_hide:hover {
    background-color: #b3b3b38c;
}

[data-bs-theme=light] h4.tseparator {
    color: black !important;
}

[data-bs-theme=light] .ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #b3b3b38c;
}

[data-bs-theme=light] a.ttd {
    color: black !important;
}



/*----- Formatação Modo Light (fim)-----*/

.card-title {
    color: #000000;
}

\



/*----- Formatação Global (inicio)-----*/

#global_theme_switch{
    display: none !important;
}

.form-check-input:focus {
    box-shadow: none !important;
    border-color: #843af9;
}

.tfield:focus {
    border-color: #843af9;
    box-shadow: 0 0 0 0.25rem #843af945;

}

.form-select:focus {
    border-color: #843af9;
    box-shadow: 0 0 0 0.25rem #843af945;
    
}

button#tbutton_btn_buscar {
    background-color: #833af9;
    border-color: #8434F9;
}

/*----- Formatação Global (fim)-----*/

