﻿/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
    }

    .ui-timepicker-div dl dd {
        margin: -25px 0 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

/* -------------------------------------------------------------- 
   Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, sup,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
}

body {
    margin: 0;
    padding: 0;
    text-align: center; /* hack para o IE */
    background: #EFEFEF;
    font: 12px/1.7em arial,sans-serif;
}

#tudo {
    width: 100%;
    /*max-width: 1000px;*/
    margin: 0 auto;
    text-align: left; /* "rem�dio" para o hack do IE */
}

.main {
    padding: 0px 12px;
    margin: 5px 30px 8px 30px;
    min-height: 75vh;
    /*border: solid 1px; 
    text-align: center;*/
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* No seu login-moderno.css ou screen-custom.css */

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Fundo semi-transparente escuro */
    display: flex; /* Usamos flexbox para centralizar o conte�do */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    z-index: 9999; /* Garante que fique acima de tudo */
    transition: opacity 0.3s ease; /* Transi��o suave ao aparecer/desaparecer */
    opacity: 0; /* Come�a invis�vel, ser� alterado via JS */
    pointer-events: none; /* Permite cliques atrav�s dele quando invis�vel */
}

    .loading-overlay[style*="display: flex"] { /* Quando a display � 'flex', torn�-lo vis�vel */
        opacity: 1;
        pointer-events: all; /* Impede cliques por tr�s quando vis�vel */
    }

.loading-content {
    background-color: #ffffff; /* Fundo branco para o box do spinner */
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column; /* Spinner e texto em coluna */
    align-items: center; /* Centraliza spinner e texto dentro da caixa */
    color: #333; /* Cor do texto */
}

/* Estilo para o spinner do Bootstrap */
.spinner-border {
    width: 3rem; /* Tamanho do spinner */
    height: 3rem;
    color: var(--primary-color) !important; /* Usa a cor prim�ria do seu sistema */
}

.loading-text {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 15px; /* Espa�o entre spinner e texto */
}

/* Se voc� ainda quiser usar a GIF antiga, mas com o novo overlay: */
/*
.loading-content .old-spinner-gif {
    background: url(../imagens/carregandopagina.gif) no-repeat center;
    width: 50px; // Ajuste o tamanho da sua GIF
    height: 50px;
    display: block; // Garante que a GIF seja exibida
    margin-bottom: 10px; // Espa�o se tiver texto abaixo
}
*/

/*#divProcessando {
    background: url(../imagens/carregandopagina.gif) no-repeat center;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
*/

.fundoPanel {
    background: #FFF;
    margin-bottom: 1.5em;
    position: relative;
    border: 1px solid #CCC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
    box-shadow: 1px 1px 2px rgba(0,0,0,.10);
    width: auto;
    min-height: 742px;
}


/* ------------------------------------------------------------
                MENSAGENS
---------------------------------------------------------------*/

.pad20 {
    display: block;
    min-width: 590px;
    max-width: 1230px;
}

/*NOTIFICATION MESSAGES*/
.message {
    display: block;
    padding: 10px 20px;
    height: 100px;
}

    .message p {
        width: auto;
        margin-bottom: 0;
        margin-left: 60px;
    }

    .message h2 {
        margin-left: 60px;
        margin-bottom: 5px;
    }

.warning {
    background: #feffc8 url('../imagens/warning_48.png') 20px 50% no-repeat;
    border: 1px solid #f1aa2d;
}

.message p {
    color: #555;
}

.message h2 {
    color: #333;
}

.error {
    background: #fdcea4 url('../imagens/stop_48.png') 20px 50% no-repeat;
    border: 1px solid #c44509;
}

.success {
    background: #d4f684 url('../imagens/tick_48.png') 20px 50% no-repeat;
    border: 1px solid #739f1d;
}

.information {
    background: #c3e4fd url('../imagens/info_48.png') 20px 50% no-repeat;
    border: 1px solid #688fdc;
}

.message:hover {
    cursor: pointer;
}
/* FINAL MENSAGENS */


/* -------------------------------------------------------------- 
   Text
-------------------------------------------------------------- */
h1, h2, h3,
h4, h5, h6 {
    color: #111;
    margin-bottom: .75em;
}

h1 {
    font-size: 30px;
    line-height: 1em;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    color: #222;
    margin-bottom: 1em
}

h3 {
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-bottom: .75em
}

h4 {
    font-size: 14px;
    color: #666;
    line-height: 1.25;
    margin-bottom: 1.25em
}

h5 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1.5em
}

h6 {
    font-size: 11px;
    font-weight: bold
}

p {
    margin: 0 0 1.5em
}

    p.last {
        margin-bottom: 0
    }

img {
    border: none;
}

/*ul, ol {
    margin-left: 28px;
    margin-bottom: 1.5em;
}*/

li ul,
li ol {
    margin-top: 1em;
}

ul li {
    list-style-type: disc;
}

li {
    margin-bottom: .5em;
}

dl {
    margin: 0 0 1.5em 0
}

    dl dt {
        font-weight: bold
    }

dd {
    margin-left: 1.5em
}

abbr,
acronym {
    border-bottom: 1px dotted #666
}

address {
    margin-top: 1.5em;
    font-style: italic
}

del {
    color: #666
}

sup {
    font-size: 9px;
    vertical-align: top;
}

a {
    color: #358;
    text-decoration: underline
}

    a:visited {
        color: #667
    }

    a:focus,
    a:hover {
        color: #933
    }

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic
}

strong {
    font-weight: bold
}

em, dfn {
    font-style: italic;
    background: #ffc
}

dfn {
    font-weight: bold
}

pre, code {
    margin: 1.5em 0;
    white-space: pre
}

pre, code, tt {
    font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace;
    line-height: 1.5
}

tt {
    display: block;
    margin: 1.5em 0;
    line-height: 1.5
}


hr {
    border: none;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 2em;
    margin-top: 1em;
}



table thead th {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    background-color: #263849 !important;
    color: #FFF;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table td span,
table td {
    vertical-align: top;
    text-align: left;
}

.tableVisivel td {
    vertical-align: top;
    border: 1px solid #000;
}

.tableLeft {
    margin: 0px auto;
    text-align: center;
}

.tableCenter {
    margin: 0px auto;
    text-align: center;
}

    .tableCenter td {
        text-align: left;
    }


table th {
    padding: 10px 0;
}

table tbody td {
    padding: 2px;
}

table tr.even td {
    background: #F9F9F9;
}

tr:nth-child(odd) {
    background-color: #F9F9F9;
}

tr:nth-child(even) {
    background-color: #FFF;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.clear {
    clear: both;
}


/* -------------------------------------------------------------- 
   Layout
-------------------------------------------------------------- */
#wrapper {
    width: 100%;
    min-width: 960px;
    margin: 0 auto 150px;
}

#header {
    background: #263849 url(../imagens/header_bg.png) repeat-x 0 0;
    width: 99%;
    height: 25px;
    max-height: 25px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: -1px;
}

.imgHeader {
    position: relative;
    top: 0px;
    left: 0px;
}

#header h1 {
    background: url(../imagens/title.png) no-repeat 0 0;
    width: 159px;
    height: 27px;
    line-height: 500px;
    overflow: hidden;
    color: #FFF;
    font-size: 32px;
    position: absolute;
    top: 40px;
    left: 10px;
}

    #header h1 a {
        display: block;
    }

#info {
    width: 215px;
    font-size: 11px;
    font-weight: bold;
    color: #DDD;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 6px;
    padding-right: 85px;
}

    #info h4 {
        font-size: 16px;
        color: #DDD;
        margin-bottom: .6em;
    }

    #info a {
        color: #F90;
    }

    #info img {
        width: 60px;
        border: 3px solid #FFF;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        position: absolute;
        top: 0;
        right: 0;
    }


#nav {
    background: #263849;
    width: 99%;
    height: 47px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 100;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.35);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.35);
    top: 0px;
    left: -1px;
}

#content {
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

#footer {
    width: 93%;
    border-top: 1px dotted #AAA;
    clear: both;
    padding: 15px 0;
    margin: 0 auto;
    margin-top: 5em;
    margin-bottom: 30px;
}



.portlet {
    background: #FFF;
    margin-bottom: 1.5em;
    position: relative;
    border: 1px solid #CCC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.10);
    box-shadow: 1px 1px 2px rgba(0,0,0,.10);
}

.portlet-header {
    background: #F0F0F0 url(../imagens/portlet-header-bg.png) repeat-x 0 0;
    color: #444;
    text-align: left;
    padding: 15px 0 15px 0;
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    top: 0px;
    left: 0px;
}

.portlet-state-closed .portlet-header {
    padding-bottom: 10px;
}

.portlet-header h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #263849;
    padding: 0 0 0 10px;
    margin: 0;
}

.portlet-state-closed .portlet-header {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.portlet-content {
    padding: 20px 15px 15px;
    position: relative;
}

.portlet-state-closed .portlet-content {
    display: none;
}

.portlet-state-closed h4 {
    border: none;
}

.portlet-toggle-icon {
    background: url(../imagens/portlet/portlet-arrow-close.html) no-repeat 0 0 !important;
    width: 12px;
    height: 5px;
    display: block;
    position: absolute;
    right: 15px;
    top: 16px;
}

.portlet-state-closed .portlet-toggle-icon {
    background: url(../imagens/portlet/portlet-arrow-open.html) no-repeat 0 0 !important;
}

.portlet-tab-nav {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 11px;
    right: 10px;
}

.portlet-state-closed .portlet-tab-nav {
    display: none;
}

.portlet-tab-nav li {
    background: transparent;
    line-height: 2em;
    list-style-type: none;
    float: left;
    margin: 0 1em 0 0;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

    .portlet-tab-nav li:hover {
        background: #DDD;
    }

    .portlet-tab-nav li a {
        color: #444;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 8px;
        outline: none !important;
    }

        .portlet-tab-nav li a:hover {
        }

.portlet-tab-content {
    display: block;
}

.portlet-tab-nav .portlet-tab-nav-active {
    background-color: #263849 !important;
    border: 1px solid transparent;
}

.portlet-tab-nav-active a {
    color: #FFF !important;
}

    .portlet-tab-nav-active a:hover {
        text-decoration: none !important;
    }

.portlet-tab-content-active {
    display: block !important;
}

.portlet-tab-nav .portlet-tab-nav-active a {
    color: #0B66B9;
}

.LabelForm,
.LabelF {
    color: #444;
    display: block;
    float: left;
    font-weight: bold;
    position: relative;
    top: 0px;
    left: 0px;
}

.LabelForm1 {
    color: #444;
    width: 135px;
    display: block;
    font-weight: bold;
    position: relative;
}

.TitleForm {
    color: #444;
    width: 572px;
    display: block;
    float: left;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 0px;
    padding: 4px;
    margin-right: 1em;
    border: 1px solid #CCC;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.InputForm:focus {
    background-color: #FFC;
    border-color: #FC6;
}

.form {
    padding: 0;
    margin: 0;
}

    .form .field {
        width: 100%;
        float: left;
    }

    .form .field_help {
        margin-left: 145px;
        font-size: 90%;
        color: #777;
    }

    .form label,
    .form span.label {
        color: #444;
        margin-right: 10px;
        padding-right: 10px;
        width: 125px;
        display: block;
        float: left;
        font-weight: bold;
        text-align: right;
        position: relative;
    }

        .form label em,
        .form span.label em {
            position: absolute;
            right: 0;
            font-size: 120%;
            font-style: normal;
            color: #C00;
        }

    .form input:focus,
    .form input.error:focus,
    .form textarea:focus {
        background-color: #FFC;
        border-color: #FC6;
    }

    .form .upload {
        margin-bottom: -5em;
    }


    .form .buttonrow {
        float: left;
        margin-top: 1em;
        margin-bottom: 2.5em;
        margin-left: 145px;
        display: block;
    }

    .form .cancel {
        font-size: 11px;
        color: #C00;
        padding-left: 10px;
    }

    .form .field {
        margin-bottom: 1.5em;
    }

    .form .uploader {
        margin-bottom: .5em !important;
    }

    .form .field input,
    .form .field textarea {
        padding: 4px;
        margin-right: 1em;
        border: 1px solid #CCC;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .form .phone_field input {
        margin-right: 0;
    }

.label-top .field label {
    width: 100%;
    display: block;
    text-align: left;
}

.label-top .field span.label {
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    position: relative;
}

.label-top .field .field_help {
    margin-left: 0;
    font-size: 11px;
}

.label-top .buttonrow {
    margin-left: 0;
}

.label-top .selector {
    width: 100%;
    display: block;
    float: left;
}

.form div.controlset label,
.form div.controlset input {
    display: inline;
    float: none;
}

.form .controlset label {
    font-size: 11px;
    font-weight: normal !important;
}

.controlset {
    margin-bottom: 2.5em;
    float: left;
}

    .controlset .controlset-pad {
        width: 300px;
        float: left;
    }

/*popup msg sistema*/
.modalBackground {
    background-color: Gray;
    filter: grayscale(70%);
    opacity: 0.7;
    position: absolute;
    z-index: 100;
}

.ModalWindow {
    border: 1px solid #c0c0c0;
    background: #f0f0f0;
    padding: 0px 10px 10px 10px;
    position: absolute;
    top: -1000px;
    background-size: cover;
}

/* -------------------------------------------------------------- 
   Grid
-------------------------------------------------------------- */
.xgrid {
    width: 960px;
    margin: 0 auto;
}

.xfluid {
    width: 96%;
}

.x1 {
    width: 60px;
}

.x2 {
    width: 140px;
}

.x3 {
    width: 220px;
}

.x4 {
    width: 300px;
}

.x5 {
    width: 380px;
}

.x6 {
    width: 460px;
}

.x7 {
    width: 540px;
}

.x8 {
    width: 620px;
}

.x9 {
    width: 700px;
}

.x10 {
    width: 780px;
}

.x11 {
    width: 860px;
}

.x12 {
    width: 940px;
}

.a1 {
    padding-right: 80px;
}

.a2 {
    padding-right: 160px;
}

.a3 {
    padding-right: 240px;
}

.a4 {
    padding-right: 320px;
}

.a5 {
    padding-right: 400px;
}

.a6 {
    padding-right: 480px;
}

.a7 {
    padding-right: 560px;
}

.a8 {
    padding-right: 640px;
}

.a9 {
    padding-right: 720px;
}

.a10 {
    padding-right: 800px;
}

.a11 {
    padding-right: 880px;
}

.a12 {
    padding-right: 960px;
}

.p1 {
    padding-left: 80px;
}

.p2 {
    padding-left: 160px;
}

.p3 {
    padding-left: 240px;
}

.p4 {
    padding-left: 320px;
}

.p5 {
    padding-left: 400px;
}

.p6 {
    padding-left: 480px;
}

.p7 {
    padding-left: 560px;
}

.p8 {
    padding-left: 640px;
}

.p9 {
    padding-left: 720px;
}

.p10 {
    padding-left: 800px;
}

.p11 {
    padding-left: 880px;
}

.p12 {
    padding-left: 960px;
}


.xfluid .x1 {
    width: 6.33%;
}

.xfluid .x2 {
    width: 14.66%;
}

.xfluid .x3 {
    width: 23%
}

.xfluid .x4 {
    width: 31.33%;
}

.xfluid .x5 {
    width: 39.66%;
}

.xfluid .x6 {
    width: 48%;
}

.xfluid .x7 {
    width: 56.33%;
}

.xfluid .x8 {
    width: 64.67%;
}

.xfluid .x9 {
    width: 73%;
}

.xfluid .x10 {
    width: 81.33%;
}

.xfluid .x11 {
    width: 89.67%;
}

.xfluid .x12 {
    width: 98%;
}

.xfluid .a1 {
    padding-right: 8.33%;
}

.xfluid .a2 {
    padding-right: 16.66%;
}

.xfluid .a3 {
    padding-right: 25%;
}

.xfluid .a4 {
    padding-right: 33.33%;
}

.xfluid .a5 {
    padding-right: 41.66%;
}

.xfluid .a6 {
    padding-right: 50%;
}

.xfluid .a7 {
    padding-right: 58.33%;
}

.xfluid .a8 {
    padding-right: 66.67%;
}

.xfluid .a9 {
    padding-right: 75%;
}

.xfluid .a10 {
    padding-right: 83.33%;
}

.xfluid .a11 {
    padding-right: 91.67%;
}

.xfluid .a12 {
    padding-right: 100%;
}

.xfluid .p1 {
    padding-left: 8.33%;
}

.xfluid .p2 {
    padding-left: 16.66%;
}

.xfluid .p3 {
    padding-left: 25%;
}

.xfluid .p4 {
    padding-left: 33.33%;
}

.xfluid .p5 {
    padding-left: 41.66%;
}

.xfluid .p6 {
    padding-left: 50%;
}

.xfluid .p7 {
    padding-left: 58.33%;
}

.xfluid .p8 {
    padding-left: 66.67%;
}

.xfluid .p9 {
    padding-left: 75%;
}

.xfluid .p10 {
    padding-left: 83.33%;
}

.xfluid .p11 {
    padding-left: 91.67%;
}

.xfluid .p12 {
    padding-left: 100%;
}

.x1, .x2, .x3, .x4,
.x5, .x6, .x7, .x8,
.x9, .x10, .x11, .x12 {
    margin: 0 10px 1.5em;
    float: left;
}

.xfluid .x1, .xfluid .x2, .xfluid .x3,
.xfluid .x4, .xfluid .x5, .xfluid .x6,
.xfluid .x7, .xfluid .x8, .xfluid .x9,
.xfluid .x10, .xfluid .x11, .xfluid .x12 {
    margin: 0 .85% 2em;
}

.xbreak {
    clear: both;
}

.xgrid:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}







.btnMM {
    background-color: #4CAF50; /* Cor de fundo */
    color: white; /* Cor do texto */
    border: none; /* Remova a borda */
    padding: 12px 24px; /* Espa�amento interno */
    text-align: center; /* Centralizar o texto */
    text-decoration: none; /* Remover sublinhado do texto */
    display: inline-block; /* Display como bloco */
    font-size: 16px; /* Tamanho da fonte */
    cursor: pointer; /* Cursor de ponteiro */
    border-radius: 6px; /* Borda arredondada */
    transition: background-color 0.3s; /* Transi��o suave da cor de fundo */
}

    .btnMM:hover {
        background-color: #45a049; /* Mudan�a de cor ao passar o mouse */
    }


/* -------------------------------------------------------------- 
   Buttons
-------------------------------------------------------------- */
.btn,
.btn-icon,
.btn-mini {
    background-color: #007bff; /* Cor de fundo */
    color: #FFF; /* Cor do texto */
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    border: 1px solid transparent; /* Borda */
    padding: 0.25rem 0.5rem; /* Espa�amento interno */
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 1px rgba(0,0,0,.25);
    border-radius: 0.25rem; /* Borda arredondada */
    cursor: pointer;
    position: relative;
    margin: 0; /* Redefinindo todas as margens */
}


    /* Active/Click state */
    .btn:active, .btn-icon:active, .btn-mini:active {
        top: 1px;
    }


/* Sizes */
.btn, .btn-icon {
    background-position: 0 -80px;
    font-size: 12px;
    height: 32px;
    line-height: 29px;
}

    .btn.btn-small, .btn-icon.btn-small {
        background-position: 0 0;
        font-size: 10px;
        height: 26px;
        line-height: 23px;
    }

    .btn.btn-large, .btn-icon.btn-large {
        background-position: 0 -160px;
        font-size: 15px;
        height: 42px;
        line-height: 40px;
    }

/* Sizes - Line height for A buttons need to be different */
a.btn, a.btn-icon {
    height: 32px;
    line-height: 32px;
    padding-bottom: 0;
}

    a.btn.btn-small, a.btn-icon.btn-small {
        line-height: 26px;
        padding-bottom: 0;
    }

    a.btn.btn-large, a.btn-icon.btn-large {
        line-height: 42px;
        padding-bottom: 0;
    }


* + html .btn, * + html .btn-icon {
    border-color: none;
    border: 1px solid transparent;
}

/* Set default button colors */
.btn, .btn-icon, .btn-mini {
    background-image: url('../imagens/bg-lite.png');
    background-color: #263849;
    border-color: #16222C;
    top: 0px;
    left: 1px;
}

    .btn:hover, .btn-icon:hover, .btn-mini:hover {
        background-color: #16222C;
        color: #FFF;
    }

.btn-orange {
    background-color: #F90;
    border-color: #D58000;
}

    .btn-orange:hover {
        background-color: #D58000;
    }

.btn-grey {
    background-color: #999;
    border-color: #888;
}

    .btn-grey:hover {
        background-color: #888;
    }



/* imagens Overlays - Gradient Effect */
/* 50% Opacity for darker colors */
.btn-grey {
    background-image: url(../imagens/bg-dark.png) !important;
}


/* 65% opacity for lighter colors */
.btn-orange {
    background-image: url(../imagens/bg-lite.png) !important;
}


/* Icon Button Styles */
.btn-icon {
    padding-left: 32px !important;
}

* + html .btn-icon {
    padding-left: 20px !important;
    padding-right: 5px !important;
}

    .btn-icon span {
        background-image: url(../imagens/amp-btn-icon-sprite.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 6px;
        top: 6px;
    }

    .btn-icon.btn-small span {
        top: 4px;
    }

    .btn-icon.btn-large span {
        top: 12px;
    }

@-moz-document url-prefix() {
    .btn-icon span {
        left: -24px;
        top: 0px;
    }

    .btn-icon.btn-small span {
        top: -1px;
    }

    .btn-icon.btn-large span {
        top: 4px;
    }
}


/* Mini Buttons */
.btn-mini {
    background-position: 0 0;
    width: 32px;
    height: 26px !important;
    line-height: 500px !important;
    overflow: hidden;
    padding: 0;
}

    .btn-mini span {
        background-image: url(../imagens/amp-btn-icon-sprite.png);
        background-repeat: no-repeat;
        display: block;
        width: 16px;
        height: 16px;
        line-height: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -8px;
        margin-top: -8px;
    }



/* Icon Classes */
.btn-arrow-down span {
    background-position: -48px 0;
}

.btn-arrow-up span {
    background-position: -32px 0;
}

.btn-arrow-right span {
    background-position: -16px 0;
}

.btn-arrow-left span {
    background-position: 0 0;
}

.btn-comment span {
    background-position: -112px 0;
}

.btn-heart span {
    background-position: -96px 0;
}

.btn-star span {
    background-position: -80px 0;
}

.btn-cart span {
    background-position: -64px 0;
}

.btn-print span {
    background-position: -128px 0;
}

.btn-rss span {
    background-position: -144px 0;
}

.btn-person span {
    background-position: 0 -16px;
}

.btn-check span {
    background-position: -16px -16px;
}

.btn-dollar span {
    background-position: -32px -16px;
}

.btn-refresh span {
    background-position: -48px -16px;
}

.btn-home span {
    background-position: -64px -16px;
}

.btn-plus span {
    background-position: -80px -16px;
}

.btn-minus span {
    background-position: -96px -16px;
}

.btn-cross span {
    background-position: -112px -16px;
}


/* Transparent Button Styles */
.btn-transparent, .btn-transparent:hover {
    background-image: url(../imagens/bg-lite.png);
    background-color: transparent;
    filter: none;
    border-color: transparent;
    border-color: rgba(0,0,0,.4) !important;
    margin: 0 1em 0 0;
}

* + html .btn-transparent {
    border: none;
}


@media print {
    .naoImprimir {
        display: none;
    }

    .btn {
        display: none;
    }
}

.invisible {
    display: none;
}

/* Panel TreeView Style */

.PanelTreeView {
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

ul.treeview {
    padding: 5px;
}

fieldset {
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    fieldset legend {
        font-weight: bold;
        margin-left: 10px;
    }

span:after {
    clear: both;
}


.Hide {
    display: none;
}

ul.nav {
    padding-left: 10px; /* Adiciona o padding na lista inteira */
}

/* Garante que o link em si não tenha padding extra, usando o padding do UL */
.nav-link {
    padding-left: 0 !important;
}

    .nav-link i.me-2 {
        margin-right: 0.5rem; /* Mantém o espaçamento entre ícone e texto */
    }

/* Zera listagem padrão */
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

    /* Nível 1: Itens principais do menu */
    ul.nav > li.nav-item > a {
        /*padding-left: 10px;*/
        font-weight: bold;
        color: lightgrey;
    }

    /* Nível 2: Submenus como "Clientes", "Produtos" */
    ul.nav li ul.submenu > li > a,
    ul.nav li ul.flex-column.submenu > li > a {
        color: aqua !important;
        font-weight: normal;
    }

    /* Nível 3: Sub-submenus como "Grupo de Clientes" */
    ul.nav li ul.sub-submenu > li > a {
        padding-left: 25px;
        font-weight: normal;
        /*font-size: 0.9rem;*/
        color: #ccc;
    }

    /* Corrige bullets e margens nos níveis */
    ul.nav li,
    ul.nav li ul li {
        list-style: none;
        margin-left: 0;
    }
