﻿/*
    ÚLTIMA ALTERAÇÃO: 05 / 12 18 
*/

/* #region HTML */
@font-face {
    font-family: 'fontfabric - nexa-black-italic';
    src: url('../fonts/fontfabric - nexa-black-italic.otf') format('opentype');
}

@font-face {
    font-family: 'fontfabric - nexa-bold-italic';
    src: url('../fonts/fontfabric - nexa-bold-italic.otf') format('opentype');
}

@font-face {
    font-family: 'fontfabric - nexa-bold';
    src: url('../fonts/fontfabric - nexa-bold.otf') format('opentype');
}

@font-face {
    font-family: 'fontfabric - nexa-book-italic';
    src: url('../fonts/fontfabric - nexa-book-italic.otf') format('opentype');
}

@font-face {
    font-family: 'fontfabric - nexa-book';
    src: url('../fonts/fontfabric - nexa-book.otf') format('opentype');
}

@font-face {
    font-family: 'fontfabric - nexa-light-italic';
    src: url('../fonts/fontfabric - nexa-light-italic.otf') format('opentype');
}

@font-face {
    font-family: 'fontfabric - nexa-light';
    src: url('../fonts/fontfabric - nexa-light.otf') format('opentype');
}

@font-face {
    font-family: 'fontfabric - nexa-thin-italic';
    src: url('../fonts/fontfabric - nexa-thin-italic.otf') format('opentype');
}

@font-face {
    font-family: 'fontfabric - nexablack';
    src: url('../fonts/fontfabric - nexablack.otf') format('opentype');
}

@font-face {
    font-family: 'fontfabric - nexathin';
    src: url('../fonts/fontfabric - nexathin.otf') format('opentype');
}


.color1 {
    color: #783484;
}

.color2 {
    color: #96C106;
}

html {
    background-color: #303030;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    font-family: 'fontfabric - nexa-book';
}

.divFlexRow {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
    width: 100%;
}

.divFlexCol {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: start;
    text-align: left;
}

.backgroundLogin {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../ElastimImagens/bgLogin.jpg) no-repeat center center fixed;
    background-size: 100%;
    height: 100vh;
    width: 100%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
}

/*::-webkit-scrollbar {
    width: 0; Remove o espaço da scrollbar
    background: transparent; Opcional: faz a scrollbar invisivel
}*/
/*.goog-te-banner-frame {
    top: initial;
    bottom: 0;
}

body {
    top: 0px !important;
}
*/
.body {
    font-size: 1em;
    font-family: 'fontfabric - nexa-book';
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: hidden;
    color: #000;
}

TextBox {
    text-transform: uppercase !important;
}

.toUpper {
    text-transform: uppercase !important;
}

.toLower {
    text-transform: lowercase !important;
}

table {
    border-spacing: inherit;
    border-collapse: inherit;
}

    table tbody tr th {
        position: sticky;
    }

    table td {
        padding: 0;
    }

.iptBorda {
    border: #bcbcbc 1px solid !important;
}

.inputDefault {
    font-family: 'fontfabric - nexa-bold';
    font-size: 14px;
    font-weight: 300;
    margin: 5px 10px 5px 0px;
    padding: 5px;
    border-radius: 5px;
    border: 0.5px #783484 solid;
    background-color: #fff;
    resize: none;
}

.input,
.textarea {
    font-family: 'fontfabric - nexa-bold';
    font-size: 14px;
    font-weight: 300;
    width: 90%;
    margin: 5px 10px 5px 0px;
    padding: 5px;
    border-radius: 5px;
    border: 0.5px #783484 solid;
    background-color: #fff;
    resize: none;
    text-transform: uppercase !important;
}

.inputAlt,
.textareaAlt {
    font-family: 'fontfabric - nexa-bold';
    font-size: 14px;
    font-weight: 300;
    width: 80%;
    margin: 5px 10px 5px 0px;
    padding: 5px;
    border-radius: 5px;
    border: 0.5px #96C106 solid;
    background-color: #fff;
    resize: none;
}
/* #endregion */

/* #region MENU PRINCIPAL */

.divHeaderLogin {
    width: 100%;
    height: 60px;
    background-color: #fff;
    top: 0;
    left: 0;
}

.imgLogotipo {
    height: 60px;
    float: left;
    margin: 0;
}

.divMenuBarMain {
    background-color: #fff; /* Laranja Bergmann */
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    z-index: 70000;
    width: 10%;
    height: 100vh;
    box-shadow: rgba(0,0,0,.5) 0 3px 10px;
}

.displayInteract {
    display: flex;
    position: relative;
    width: 90%;
    height: 100%;
}

.botaoDireitoFiltro {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5px;
    border: none;
    width: 0;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
}

.pageWhite {
    width: 100%;
    position: relative;
    height: 100vh;
    padding-left: 2%;
    padding-right: 2%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    background-color: #f1f1f1;
}

    .pageWhite::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .pageWhite::-webkit-scrollbar-track {
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 20px;
        background-color: #d8d8d8; /* color of the tracking area */
    }

    .pageWhite::-webkit-scrollbar-thumb {
        background-color: #783484; /* color of the scroll thumb */
        border-radius: 20px; /* roundness of the scroll thumb */
    }

.cxUsuario {
    width: 100%;
    height: 200px;
    float: right;
    position: relative;
    z-index: 70002;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.divUsuario {
    width: 100%;
    height: 200px;
    background-color: red;
    float: right;
    padding: 20px;
    position: relative;
    display: flex;
    z-index: 70002;
    top: 0;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.verPerfil {
    position: relative;
    background-color: #783484;
    text-decoration: none;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px;
    color: #fff;
    font-family: 'fontfabric - nexathin'
}

.labelPerfil {
    font-family: 'fontfabric - nexa-book';
    color: #fff;
}

.labelPerfil1 {
    font-family: 'fontfabric - nexa-bold';
    color: #fff;
}

.btnDireito {
    background: #783484;
    color: #fff;
    font-size: 0.7rem;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuReverse {
    background: transparent;
    color: #fff;
    border-radius: 0;
    width: 85%;
    list-style: none;
    position: absolute;
    top: 0%;
    left: -85%;
}

.btnNav {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 25px;
}

.btnNavlabel {
    font-size: clamp(0.1em, 0.1em + 0.7vw, 1em);
}

.btnNav:hover {
    filter: invert(26%) sepia(31%) saturate(2076%) hue-rotate(255deg) brightness(92%) contrast(91%);
    transition: all 200ms ease-in-out
}

.btnNav-alternative {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 25px;
}

.btnNav-alternativelabel {
    font-size: clamp(0.1em, 0.1em + 0.7vw, 1em);
}

.btnNav-alternative:hover {
    filter: invert(51%) sepia(98%) saturate(1031%) hue-rotate(38deg) brightness(109%) contrast(95%);
    transition: all 200ms ease-in-out
}

.btnSair {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 10px;
}

.btnSairlabel {
    font-size: clamp(0.1em, 0.1em + 1vw, 1em);
    font-family: 'fontfabric - nexa-book';
}

.btnSair:hover {
    filter: invert(28%) sepia(30%) saturate(1481%) hue-rotate(248deg) brightness(60%) contrast(96%);
    transition: all 200ms ease-in-out
}

.divMenuItens {
    width: 100%;
    color: #fff;
    padding: 10px 0;
}

    .divMenuItens ul {
        list-style: none;
        display: inline-flex;
    }

nav {
    margin-top: 5%;
    width: 100%;
    font-family: 'fontfabric - nexa-book';
}

    nav ul {
        margin: 0;
        padding-top: 20px;
        list-style: none;
        position: relative;
        z-index: 70001;
        /* Alinha os itens do menu na vertical */
        display: inline-flex;
        align-items: center;
        border-radius: 0;
        list-style: none;
        width: 100%;
        height: 60%;
        left: 0;
    }

        nav ul:after {
            content: "";
            clear: both;
            display: flex;
        }

        nav ul a {
            float: left;
            text-decoration: none;
            vertical-align: middle;
        }

        nav ul li {
            float: left;
            position: relative;
        }

            nav ul li a {
                display: block;
                margin: 10px;
                color: #000;
                font-weight: 600;
                border: #fff 1px solid;
                text-decoration: none;
                font-family: 'fontfabric - nexa-book';
            }

                nav ul li a:hover {
                    background: #fff;
                    color: #783484;
                    transition: all 200ms ease-in-out
                }

            nav ul li ul li a {
                width: 100%;
                display: flex;
                margin: 10px;
                margin: 0;
                color: #000;
                background: #adadad;
                text-decoration: none;
                text-align: center;
                justify-content: center;
                font-family: 'fontfabric - nexa-book';
                padding: 5px;
            }

        nav ul ul {
            border-radius: 0;
            padding: 0;
            margin: 0;
            list-style: none;
            width: 200px;
            position: absolute;
            top: 0%;
            left: 100%;
        }

            nav ul ul li {
                float: left;
                width: 200px;
                border-bottom: #efefef 1px solid;
            }

                nav ul ul li a:hover {
                    background: #fff;
                    color: #783484;
                }

        nav ul ul {
            display: none;
        }

        nav ul li:hover > ul {
            display: block;
        }

        nav ul ul li:hover > ul {
            display: block;
            background-color: #fff;
            left: 100%;
            top: 0;
        }

#menuUnidade {
    text-align: center;
    text-decoration: none;
    list-style: none;
}

    #menuUnidade ul {
        list-style: none;
        margin: 0;
    }

    #menuUnidade li {
        float: left;
        margin-left: 20px;
    }


/* #endregion */

.abrirMenu {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    border: none;
    width: 0;
    height: 100%;
    border-radius: 50%;
    background-color: #96C106;
    transform: rotate(-90deg);
    transition: 500ms;
    cursor: pointer;
    /* z-index: -999; */
}

    .abrirMenu img {
        width: 40px;
        height: 40px;
    }

.fecharMenu {
    color: white;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 70%;
    border: none;
    width: 0;
    height: 100%;
    border-radius: 50%;
    transition: 500ms;
    background-color: #783484;
    cursor: pointer;
}

    .fecharMenu img {
        width: 40px;
        height: 40px;
    }
/* #region LABELS */

Label {
    font-family: 'fontfabric - nexa-book';
    font-size: 1.2em;
    font-weight: 400;
    color: #000;
    margin-right: 10px;
    border: none;
}

.legend {
    width: 100%;
    text-align: center;
}

.labelPesquisa {
    font-family: 'fontfabric - nexa-book';
    font-size: 1em;
    font-weight: 500;
    color: #000;
}

.labelForm {
    font-family: 'fontfabric - nexa-book';
    font-size: 1em;
    color: #000;
}

.labelFormPreto {
    font-family: 'fontfabric - nexa-book';
    font-size: 1em;
    color: #000;
}

.labelItemAgenda {
    font-family: 'fontfabric - nexa-book';
    font-size: 1em;
    color: #000;
    text-decoration: none;
}

.labelFormOrcamento {
    font-family: 'fontfabric - nexa-book';
    font-size: 13px;
    color: #fff;
}

.labelPorEm1 {
    font-family: 'fontfabric - nexa-book';
    font-size: 1rem;
    color: #783484; /* Laranja Bergmann */
    font-weight: 400;
}

.labelPorEm1Alt {
    font-family: 'fontfabric - nexa-book';
    font-size: 1rem;
    color: #96C106; /* Laranja Bergmann */
    font-weight: 400;
}

.labelPorEm2 {
    font-family: 'fontfabric - nexa-book';
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}

.labelPreto {
    font-family: 'fontfabric - nexa-book';
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}

.labelModal {
    font-family: 'fontfabric - nexa-book';
    color: #000;
}

.labelModalTitulo {
    font-family: 'fontfabric - nexa-book';
    font-size: 1.2em;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.labelModalTituloPagCenter {
    font-family: 'fontfabric - nexablack';
    font-size: 1.2em;
    font-weight: 900;
    color: #783484;
    text-align: center;
}

.labelModalTituloPagCenterAlt {
    font-family: 'fontfabric - nexablack';
    font-size: 1.2em;
    font-weight: 900;
    color: #96C106;
    text-align: center;
}

.labelModalSubTitulo {
    font-family: 'fontfabric - nexa-book';
    font-size: 1.3em;
    font-weight: 900;
    color: #000;
    text-align: left;
}

.labelModalSubTituloBranco {
    font-family: 'fontfabric - nexa-book';
    font-size: 1.3em;
    font-weight: 900;
    color: #fff;
    text-align: left;
}

.labelGrupoQuestoes {
    font-family: 'fontfabric - nexa-book';
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
    position: absolute;
    text-align: left;
}

.labelTituloPagina {
    font-family: 'fontfabric - nexablack';
    font-size: 1.5rem;
    font-weight: 900;
    color: #303030; /* Laranja Bergmann */
    text-align: left;
    margin: 1rem 0;
}

.labelAgenda {
    text-decoration: none;
    font-weight: 700;
    color: #000000;
}

.cliquedescricao {
    font-family: 'fontfabric - nexa-book';
    font-size: 1.2rem;
    font-weight: 700;
    color: #ff8227;
}

.divPesquisa {
    padding: 5px;
    width: 100%;
    margin: 10px 0;
    background-color: transparent;
}

.labelAlerta {
    font-family: 'fontfabric - nexa-book';
    font-size: 1rem;
    font-weight: 900;
    color: #FF0000;
}

.fieldset {
    border: none;
    width: 90%;
    height: auto;
    margin: 2% 0 0 5%;
}

.fdsConfirmar {
    border: none;
    padding: 10px;
}

.alertaObrigatorio {
    font-size: 1.2em;
    font-weight: 900;
    color: red;
}

.alertaUsuNaoEncontrado {
    font-size: 1em;
    font-weight: 700;
    color: red;
}

/* #endregion */

/* #region CONTROLS*/

.dropdown {
    margin: 5px 0;
    background-color: #fff;
    border: none;
    height: 2.2em;
    border: #783484 1px solid;
    font-family: 'fontfabric - nexa-book';
    font-weight: 800;
}

.inputPesquisa {
    font-family: 'fontfabric - nexa-book';
    font-size: 1em;
    font-weight: 300;
    margin: 0 10px;
    padding: 5px;
    /*border-radius: 3px;*/
    border: #783484 1px solid; /* Borda Laranja */
    background-color: #fff;
}

.linkbutton {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}

.linkButtonPreto {
    font-size: 1.2em;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    position: relative;
}

.lupaPesquisa {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.check {
    margin: 5px;
}

.marginRight {
    margin-right: 10px;
}

.marginLeft {
    margin-left: 10px;
}

.marginHor {
    margin: 0 10px;
}

.marginVer {
    margin: 10px 0;
}

.botao {
    background-color: #fff;
    color: #783484; /* Laranja Bergmann */
    padding: 5px;
    border: none;
    height: 2.2em;
    /*border-radius: 2px;*/
    text-decoration: none;
}

.btnBrn {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    height: 2.2em;
    padding: 5px 10px;
    border: none;
    /*border-radius: 5px;*/
    text-decoration: none;
}

.btnLar {
    text-decoration: none;
    background-color: #783484; /* Laranja Bergmann */
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    margin: 0 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-decoration: none;
    font-family: 'fontfabric - nexa-book';
}

    .btnLar:hover {
        color: #783484;
        border: 1px solid #783484;
        border-radius: 5px;
        background-color: #fff;
        cursor: pointer;
    }

.btnLarAlt {
    background-color: #96C106; /* Laranja Bergmann */
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin: 0 10px;
    text-decoration: none;
    font-family: 'fontfabric - nexa-book';
}

    .btnLarAlt:hover {
        color: #96C106;
        border: 1px solid #96C106;
        border-radius: 5px;
        background-color: #fff;
        cursor: pointer;
    }

.btnLarAdd {
    background-color: #783484; /* Laranja Bergmann */
    color: #fff;
    padding: 5px;
    margin-left: 5px;
    border: none;
    /*border-radius: 5px;*/
    font-weight: 400;
    height: 2.2em;
    text-decoration: none;
}

.celMenuMain:focus,
.celMenuMain::-moz-focus-inner {
    outline: none;
    border: none;
}

.celMenuMain {
    font-family: 'fontfabric - nexa-book';
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

    .celMenuMain:hover {
        background: #414141;
    }

    .celMenuMain:active {
        background: #2c2c2c
    }

.celAzul {
    background: #082a3c;
    color: #fff;
}

    .celAzul:hover {
        background: #414141;
    }

.celAzulSub {
    background: #082a3c;
    color: #fff;
}

.SubMenu {
    font-family: 'fontfabric - nexa-book';
    font-size: 1em;
    font-weight: 500;
    background: #082a3c;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0 0 5px 5px;
}

    .SubMenu:hover {
        background: #414141;
    }

.btn {
    font-family: 'fontfabric - nexa-book';
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 5px 30px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.btn-padrao {
    background: #ff8227;
    color: #fff;
}

    .btn-padrao:hover {
        background: #783484;
    }

    .btn-padrao:active {
        position: relative;
        top: 5px;
    }

/* #endregion */

/* #region CONTENT */

.pnlPrincipal {
    margin-top: 10px;
    margin-bottom: 30px;
}

#pnlPrincipal {
    margin: 2em 2em 2em 2em;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group {
    margin-bottom: 1rem;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: absolute;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    /*-ms-flex-preferred-size: 0;*/
    flex-basis: 0;
    /*-ms-flex-positive: 1;*/
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 0 31%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin: 0 25%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 22.7%;
}

.col-7 {
    /*-ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;*/
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 64.333333%;
    margin: 0 15.5%;
}

.col-8 {
    /*-ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;*/
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin: 0 14.5%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-91 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin: 0 10.5%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 6%;
}

.col-10grid {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin: 0 3.3%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 96%;
}

/* #endregion */

/* #region CUSTOMIZACAO DE BOOTSTRAP */

.divisoria {
    border-bottom: 1px solid #bcbcbc;
    margin: 10px 0;
}

.divisoriaPreta {
    border-bottom: 1px solid #000;
    margin: 10px 0;
}

.tbDDD {
    width: 56px !important;
}

.tableBotoes {
    width: 100%;
}

.rowBotoesLeft {
    float: Left;
}

.rowBotoesRight {
    float: right;
}

.rowBotoes {
    float: right;
}

.tbCol1md {
    width: 7em;
}

.tbCol1pq {
    width: 5em;
}

.txaCol2 { /* txa -> TextArea */
    width: 13.15rem;
}
.tbCol4 {
    width: 15.6em;
}
.tbCol4md {
    width: 12.9em !important;
}

.tbCol4Cep {
    width: 11.1rem;
}

.tbCol45lg {
    width: 25.5em;
}

.tbCol4lg {
    width: 26.5em;
}

.tbCol4Pesquisa {
    width: 11em;
}

.ddlCol4 {
    width: 15.6em;
}

.txaCol4 { /* txa -> TextArea */
    width: 26.3em;
}

.txaCol4Extendido {
    height: 50px !important;
}


.tbCol6md {
    width: 20.4em;
}

.ddlCol6 {
    width: 23.5em;
}

.txaCol6 { /* txa -> TextArea */
    width: 40.3em;
}

.tbCol7Cep {
    width: 11.1rem;
}

.tbCol10md {
    width: 10.8em;
}

.tbCol10mdx2 {
    width: 22.1em;
}

.tbCol10Cep {
    width: 8.8em;
}

.ddlCol10 {
    width: 12.8em;
}

.txaCol10 { /* txa -> TextArea */
    width: 68em;
}

/* #endregion */

/* #region TELA DE LOADING */

.loadingFora {
    position: fixed;
    z-index: 999998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

.loadingDentro {
    position: fixed;
    z-index: 999999;
    text-align: center;
    top: 40%;
    left: 42%;
}

    .loadingDentro p {
        font-size: 1.6em;
        font-weight: 700;
        color: #fff;
    }

    .loadingDentro img {
        width: 80px;
    }

.divFundo {
    position: fixed;
    z-index: 80000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

.divFundoVinc {
    position: fixed;
    z-index: 90010 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}


.divFundoEndereco {
    position: fixed;
    z-index: 99000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}

/* #endregion */

/* #region LOGIN (14/03/2018) */


.loginBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    position: relative;
    background-color: #DFDFE1;
    z-index: 69001;
    margin-top: 20%;
    width: 100%;
    height: 400px;
    border-radius: 20px;
}

.loginForm {
    order: 1;
    flex: 0 1 auto;
    background-color: #DFDFE1;
    width: 100%;
    /* padding: 20px; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.titleLogin {
    position: absolute;
    top: 10%;
    font-family: 'fontfabric - nexa-bold';
    font-weight: 800;
    font-size: CLamp(0.1em, 0.1em + 1.6vw, 1.6em);
    color: #69397D;
}

.inputLogin::placeholder {
    font-family: 'fontfabric - nexa-bold';
}

.inputLogin {
    text-align: center;
    font-family: 'fontfabric - nexa-bold';
    border: none;
    font-size: 18px;
    padding-top: 5px;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
    height: 20px;
    border-radius: 10px;
}

.btnEntrar {
    text-align: center;
    font-family: 'fontfabric - nexablack';
    border: none;
    font-size: 20px;
    width: 60%;
    padding-top: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #8d8d8d;
    height: 35px;
    border-radius: 10px;
}

.inputLembrarSenha {
    border: none;
}

.lblLembrarSenha {
    text-align: center;
    font-family: 'fontfabric - nexa-bold';
    color: #5d5d5d;
    border: none;
    font-size: 16px;
    width: 60%;
    cursor: pointer;
}

.lblRecoveryPassword {
    text-align: center;
    font-family: 'fontfabric - nexa-bold';
    color: #5d5d5d;
    border: none;
    font-size: 16px;
    width: 60%;
    cursor: pointer;
}

.boxShadow {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background-image: linear-gradient(to right, black 35%, white 50%);
    opacity: 0.2;
    z-index: 1;
}

.logoLogin {
    position: relative;
    margin-top: 10%;
    width: 300px;
    z-index: 2;
}

.topLeft {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.bottomRight {
    position: absolute;
    bottom: 25px;
    right: 0;
    z-index: 1
}
/* #endregion */
/* #region GRIDVIEW */
.gridView {
    padding: 5px;
    margin-top: 10px;
    background-color: #d8d8d8;
    /*max-height: 400px;*/
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: auto;
}

    .gridView::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .gridView::-webkit-scrollbar-track {
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 20px;
        background-color: #d8d8d8; /* color of the tracking area */
    }

    .gridView::-webkit-scrollbar-thumb {
        background-color: #783484; /* color of the scroll thumb */
        border-radius: 20px; /* roundness of the scroll thumb */
    }

.gridViewModal {
    padding: 1em;
    max-height: 400px;
    min-height: 200px;
    overflow: auto;
    /*background-color: #e6e6e6;*/
}

.mGrid {
    width: 100%;
    text-decoration: none;
}

    .mGrid tr:hover {
        background-color: #783484;
        transition: all 0.2s ease-in-out;
        color: #fff;
    }

    .mGrid tr td a:hover {
        background-color: #783484;
        transition: all 0.2s ease-in-out;
        color: #fff;
    }

    .mGrid tr {
        background-color: #e6e6e6;
    }

        .mGrid tr > th {
            position: sticky;
            border: 2px solid #d8d8d8;
            padding: 5px;
            top: -5px;
        }

    .mGrid th {
        padding: 4px 2px 2px 2px;
        font-family: 'fontfabric - nexa-bold';
        font-size: 1em;
        font-weight: 700;
        background-color: #fff;
        text-decoration: none;
        text-decoration-line: none;
        color: #783484;
    }

        .mGrid th a {
            font-family: 'fontfabric - nexa-bold';
            padding: 5px;
            color: #783484;
            text-decoration: none;
        }


    .mGrid td {
        font-family: 'fontfabric - nexa-book';
        font-size: 0.8em;
        padding: 5px 5px 5px 10px;
        /*text-align: center;*/
        border: 2px solid #d8d8d8;
        text-decoration: none;
    }


    .mGrid .alt {
        background-color: #fff;
    }

    /*.mGrid .pgr {
        background-color: #025f62;
    }*/

    .mGrid .pgr table {
        margin: 5px 0;
    }

    .mGrid .pgr td {
        border-width: 0;
        padding: 5px 6px 0 6px;
        border-bottom: solid 1px transparent;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        font-weight: 200;
        line-height: 12px;
        text-decoration: none;
        background-color: #fff;
        color: #783484;
        text-align: left;
        font-size: 1.1em;
    }

    .mGrid .pgr a {
        color: #616161;
        text-decoration: none;
    }


/**/

.mGridAlt {
    width: 100%;
    text-decoration: none;
}

    .mGridAlt tr {
        background-color: #e6e6e6;
    }

        .mGridAlt tr:hover {
            background-color: #96C106;
            transition: all 0.2s ease-in-out;
            color: #fff;
        }

        .mGridAlt tr td a:hover {
            background-color: #96C106;
            transition: all 0.2s ease-in-out;
            color: #fff;
        }

        .mGridAlt tr > th {
            position: sticky;
            border: 2px solid #d8d8d8;
            padding: 5px;
            top: -5px;
        }

    .mGridAlt th {
        padding: 4px 0;
        font-family: 'fontfabric - nexa-bold';
        font-size: 1em;
        font-weight: 700;
        background-color: #fff;
        text-decoration: none;
        text-decoration-line: none;
        color: #96C106;
    }

        .mGridAlt th a {
            font-family: 'fontfabric - nexa-bold';
            padding: 5px;
            color: #96C106;
            text-decoration: none;
        }


    .mGridAlt td {
        font-family: 'fontfabric - nexa-book';
        font-size: 0.8em;
        padding: 5px;
        text-align: center;
        border: 2px solid #d8d8d8;
        text-decoration: none;
    }


    .mGridAlt .alt {
        background-color: #fff;
    }

    .mGridAlt .pgr table {
        margin: 5px 0;
    }

    .mGridAlt .pgr td {
        border-width: 0;
        padding: 0 6px;
        border-bottom: solid 1px transparent;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        font-weight: 300;
        line-height: 12px;
        text-decoration: none;
        background-color: #fff;
        color: #96C106;
        text-align: left;
        font-size: 1em;
    }

    .mGridAlt .pgr a {
        color: #616161;
        text-decoration: none;
    }

/**/

.gridFontCod {
    width: 60px;
    color: #000;
    font-weight: 700;
    font-size: 1.2em;
}

.gridFont {
    color: #000;
    font-size: 1em;
    text-decoration: none;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* #endregion */

/* #region DIVS */
.divModalCliente {
    background-color: #FFF;
    /*overflow: auto;*/
    padding: 10px;
    /*top: 10%;*/
/*    position: absolute;*/
    z-index: 90001;
    top: 0;
    width: 100% !important;
    /*max-height: 80%;*/
    border-radius: 20px;
}

.dmc {
    border: 2px solid #d8d8d8;
}

/*.divModalCliente::-webkit-scrollbar {
    width: 12px;*/ /* width of the entire scrollbar */
/*}

.divModalCliente::-webkit-scrollbar-track {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    background-color: #d8d8d8;*/ /* color of the tracking area */
/*}

.divModalCliente::-webkit-scrollbar-thumb {
    background-color: #783484;*/ /* color of the scroll thumb */
/*border-radius: 20px;*/ /* roundness of the scroll thumb */
/*}*/

.divModalClienteAlternative {
    background-color: #FFF;
    overflow: auto;
    padding: 20px;
    top: 10%;
    position: fixed;
    z-index: 90001;
    width: 80%;
    max-height: 80%;
    border-radius: 20px;
}


    .divModalClienteAlternative::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .divModalClienteAlternative::-webkit-scrollbar-track {
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 20px;
        background-color: #d8d8d8; /* color of the tracking area */
    }

    .divModalClienteAlternative::-webkit-scrollbar-thumb {
        background-color: #783484; /* color of the scroll thumb */
        border-radius: 20px; /* roundness of the scroll thumb */
    }


.divModal {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    background: #f1f1f1;
    max-width: 600px;
    left: 0;
    top: 15%;
    z-index: 90001;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 0 50vmax rgba(0,0,0,.6);
}

.divModalOrcamento {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    background: #f1f1f1;
    max-width: 800px;
    left: 0;
    top: 5%;
    z-index: 90001;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 0 50vmax rgba(0,0,0,.6);
}

.divModalTributos {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    background: #f1f1f1;
    max-width: 1200px;
    left: 0;
    top: 5%;
    z-index: 90001;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0 0 50vmax rgba(0,0,0,.6);
}

.divModalVinc {
    background-color: #FFF; /* Laranja Bergmann - #783484 */
    padding: 10px;
    position: absolute;
    z-index: 90020;
    /*margin: 10px;*/
    top: 0;
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*border-radius: 10px;*/
}

/*.divModalPopUp {
    background-color: #e6e6e6;
    padding: 10px;
    position: center;
    z-index: 90001;
    margin: 10px;
    top: 5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
}*/

.divModalMenuG {
    background-color: #e6e6e6; /* laranja Claro */
    padding: 10px;
    position: center;
    z-index: 90001;
    margin: 12px 15%;
    top: 5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.divModalEndereco {
    z-index: 100000;
}

.divModalFixa {
    background-color: #783484; /* Laranja Bergmann */
    padding: 10px;
    z-index: 90001;
    margin: 0 15%;
}

.divBotoesGeral {
    background-color: #7391bc; /* Azul Claro */
    padding: 10px;
    position: inherit;
    z-index: 90001;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.divCadGeral {
    background-color: #7391bc; /* Azul Claro */
    padding: 10px;
    position: inherit;
    z-index: 90001;
    margin-top: 1em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.divConfirma {
    background-color: #fff; /* Branco */
    position: fixed;
    padding: 10px;
    z-index: 90010;
    top: 50%;
    left: 50%;
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 100vmax rgba(0,0,0,.6);
}

.pnlFixoTopo {
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%,0);
    overflow: auto;
    height: 100%;
}

.divConfirmaMaior {
    background-color: #783484; /* Laranja Bergmann */
    position: absolute;
    padding: 10px;
    z-index: 90010;
    top: 40%;
    left: 20%;
}

.modalBackground {
    background: black;
    /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);*/
    opacity: .5;
}

.imgAltEmp {
    max-width: 150px;
    max-height: 150px;
    background-color: #FFFFFF;
}

.imgColaboradores {
    max-width: 120px;
    max-height: 120px;
    background-color: #FFFFFF;
}

.tdAltEmp {
    width: 150px;
    height: 150px;
    padding-left: 30px;
    vertical-align: bottom;
}

.divLogin {
    left: 25%;
    top: 45%;
    position: absolute;
    background-color: #082a3c;
    padding: 15px;
    border-radius: 5px;
}

.divInner {
    left: 50%;
    margin-left: -100px; /* A metade de sua largura. */
    position: absolute;
    width: 300px; /* O valor que você desejar. */
}

/* #endregion */

/* #region ESTILO DO BUSCA ENDEREÇO - OpenStreetLayers */

#divBuscaEndereco,
#divCamposEntradaEndereco {
    width: 35rem; /* equivale a 35% da table */
}

#divBuscaEndereco {
    background-color: #FFFFFF;
    border: 1px #783484 solid; /* Borda Laranja */
    box-shadow: 2px 2px 10px #BCBCBC;
    position: absolute;
}

    #divBuscaEndereco a {
        display: block;
        width: 100%;
        padding: 0.5rem;
    }

/* #endregion */

/* #region FOOTER */

.divFooter {
    font-family: 'fontfabric - nexa-book';
    font-size: 0.8em;
    position: fixed;
    z-index: 70002;
    bottom: 0;
    width: 100%;
    background-color: #783484;
    color: #fff;
    text-align: center;
    padding: 5px;
    left: 0;
}

.divFooterInfo {
    font-family: 'fontfabric - nexa-book';
    font-size: 0.8em;
    position: fixed;
    z-index: 70002;
    bottom: 20px;
    width: 100%;
    background-color: #fff; /* Laranja Bergmann */
    color: #fff;
    text-align: center;
    padding: 5px;
    left: 0;
}
/* } */

/* #endregion */

/* #region WIDTH E HEIGHT */
.w1r {
    width: 1rem !important;
}

.w15r {
    width: 1.5rem !important;
}

.w2r {
    width: 2rem !important;
}

.w25r {
    width: 2.5rem !important;
}

.w3r {
    width: 3rem !important;
}

.w35r {
    width: 3.5rem !important;
}

.w4r {
    width: 4rem !important;
}

.w45r {
    width: 4.5rem !important;
}

.w5r {
    width: 5rem !important;
}

.w5 {
    width: 5% !important;
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w33 {
    width: 33% !important;
}

.w35 {
    width: 35% !important;
}

.w40 {
    width: 40% !important;
}

.w45 {
    width: 45% !important;
}

.w50 {
    width: 50% !important;
}

.w55 {
    width: 55% !important;
}

.w60 {
    width: 60% !important;
}

.w65 {
    width: 65% !important;
}

.w70 {
    width: 70% !important;
}

.w75 {
    width: 75% !important;
}

.w80 {
    width: 80% !important;
}

.w85 {
    width: 85% !important;
}

.w90 {
    width: 90% !important;
}

.w95 {
    width: 95% !important;
}

.w100 {
    width: 100% !important;
}

.wAuto {
    width: auto !important;
}

.h1r {
    height: 1rem !important;
}

.h15r {
    height: 1.5rem !important;
}

.h2r {
    height: 2rem !important;
}

.h25r {
    height: 2.5rem !important;
}

.h3r {
    height: 3rem !important;
}

.h35r {
    height: 3.5rem !important;
}

.h4r {
    height: 4rem !important;
}

.h45r {
    height: 4.5rem !important;
}

.h5r {
    height: 5rem !important;
}

.h25 {
    height: 25% !important;
}

.h50 {
    height: 50% !important;
}

.h75 {
    height: 75% !important;
}

.h100 {
    height: 100% !important;
}

.hAuto {
    height: auto !important;
}

.mw100 {
    max-width: 100% !important;
}

.mh100 {
    max-height: 100% !important;
}

/* #endregion */


/* #region MARGIN */

.m0 {
    margin: 0 !important;
}

.mt0, .my0 {
    margin-top: 0 !important;
}

.mr0, .mx0 {
    margin-right: 0 !important;
}

.mb0, .my0 {
    margin-bottom: 0 !important;
}

.ml0, .mx0 {
    margin-left: 0 !important;
}

.m1 {
    margin: 0.25rem !important;
}

.mt1, .my1 {
    margin-top: 0.25rem !important;
}

.mr1, .mx1 {
    margin-right: 0.25rem !important;
}

.mb1, .my1 {
    margin-bottom: 0.25rem !important;
}

.ml1, .mx1 {
    margin-left: 0.25rem !important;
}

.m2 {
    margin: 0.5rem !important;
}

.mt2, .my2 {
    margin-top: 0.5rem !important;
}

.mr2, .mx2 {
    margin-right: 0.5rem !important;
}

.mb2, .my2 {
    margin-bottom: 0.5rem !important;
}

.ml2, .mx2 {
    margin-left: 0.5rem !important;
}

.m3 {
    margin: 1rem !important;
}

.mt3, .my3 {
    margin-top: 1rem !important;
}

.mr3, .mx3 {
    margin-right: 1rem !important;
}

.mb3, .my3 {
    margin-bottom: 1rem !important;
}

.ml3, .mx3 {
    margin-left: 1rem !important;
}

.mlAtividade {
    margin-left: 5.5rem !important;
}

.m4 {
    margin: 1.5rem !important;
}

.mt4, .my4 {
    margin-top: 1.5rem !important;
}

.mr4, .mx4 {
    margin-right: 1.5rem !important;
}

.mb4, .my4 {
    margin-bottom: 1.5rem !important;
}

.ml4, .mx4 {
    margin-left: 1.5rem !important;
}

.m5 {
    margin: 3rem !important;
}

.mt5, .my5 {
    margin-top: 3rem !important;
}

.mr5, .mx5 {
    margin-right: 3rem !important;
}

.mb5, .my5 {
    margin-bottom: 3rem !important;
}

.ml5, .mx5 {
    margin-left: 3rem !important;
}

.mAuto {
    margin: auto !important;
}

.mtAuto, .myAuto {
    margin-top: auto !important;
}

.mrAuto, .mxAuto {
    margin-right: auto !important;
}

.mbAuto, .myAuto {
    margin-bottom: auto !important;
}

.mlAuto, .mxAuto {
    margin-left: auto !important;
}
/* #endregion */

/* #region PADDING */

.p0 {
    padding: 0 !important;
}

.pt0, .py0 {
    padding-top: 0 !important;
}

.pr0, .px0 {
    padding-right: 0 !important;
}

.pb0, .py0 {
    padding-bottom: 0 !important;
}

.pl0, .px0 {
    padding-left: 0 !important;
}

.p1 {
    padding: 0.25rem !important;
}

.pt1, .py1 {
    padding-top: 0.25rem !important;
}

.pr1, .px1 {
    padding-right: 0.25rem !important;
}

.pb1, .py1 {
    padding-bottom: 0.25rem !important;
}

.pl1, .px1 {
    padding-left: 0.25rem !important;
}

.p2 {
    padding: 0.5rem !important;
}

.pt2, .py2 {
    padding-top: 0.5rem !important;
}

.pr2, .px2 {
    padding-right: 0.5rem !important;
}

.pb2, .py2 {
    padding-bottom: 0.5rem !important;
}

.pl2, .px2 {
    padding-left: 0.5rem !important;
}

.p3 {
    padding: 1rem !important;
}

.pt3, .py3 {
    padding-top: 1rem !important;
}

.pr3, .px3 {
    padding-right: 1rem !important;
}

.pb3, .py3 {
    padding-bottom: 1rem !important;
}

.pl3, .px3 {
    padding-left: 1rem !important;
}

.p4 {
    padding: 1.5rem !important;
}

.pt4, .py4 {
    padding-top: 1.5rem !important;
}

.pr4, .px4 {
    padding-right: 1.5rem !important;
}

.pb4, .py4 {
    padding-bottom: 1.5rem !important;
}

.pl4, .px4 {
    padding-left: 1.5rem !important;
}

.p5 {
    padding: 3rem !important;
}

.pt5, .py5 {
    padding-top: 3rem !important;
}

.pr5, .px5 {
    padding-right: 3rem !important;
}

.pb5, .py5 {
    padding-bottom: 3rem !important;
}

.pb8, .py8 {
    padding-bottom: 8rem !important;
}

.pl5, .px5 {
    padding-left: 3rem !important;
}
/* #endregion */

/* #region COLORS */

.clrPreto {
    color: #000000 !important; /* Preto */
}

.clrBranco {
    color: #FFFFFF !important; /* Branco */
}

.clrVermelho {
    color: #E94E5A !important; /* Vermelho Yassaka */
}

.clrAzulEscuro {
    color: #18416D !important; /* Azul Escuro Yassaka */
}

.clrAzulClaro {
    color: #34A5CA !important; /* Azul Claro Yassaka */
}

.clrLaranja {
    color: #783484 !important;
}

.bgPreto {
    background-color: #000000 !important; /* Preto */
}

.bgBranco {
    background-color: #FFFFFF !important; /* Branco */
}

.bgBrancoAlfa {
    background: url("../Imagens/BG/BGAPP.png") no-repeat center;
    background-size: cover;
}

.bgVermelho {
    background-color: #E94E5A !important; /* Vermelho Yassaka */
}

.bgAzulEscuro {
    background-color: #18416D !important; /* Azul Escuro Yassaka */
}

.bgAzulClaro {
    background-color: #34A5CA !important; /* Azul Claro Yassaka */
}

/* #endregion */

/* #region Vertical - Horizontal Align */
.vaTop {
    vertical-align: top !important;
}

.vaMid {
    vertical-align: middle !important;
}

.vaBot {
    vertical-align: bottom !important;
}

.vaTTop {
    vertical-align: text-top !important;
}

.vaTBot {
    vertical-align: text-bottom !important;
}

.textAlignLeft {
    text-align: left !important;
}

.textAlignRight {
    text-align: right !important;
}

.textAlignCenter {
    text-align: center !important;
}

/* #endregion */

/* #region FONT SIZE */

.fs05 {
    font-size: 0.5rem !important;
}

.fs07 {
    font-size: 0.7rem !important;
}

.fs08 {
    font-size: 0.8rem !important;
}

.fs09 {
    font-size: 0.9rem !important;
}

.fs1 {
    font-size: 1rem !important;
}

.fs15 {
    font-size: 1.5rem !important;
}

.fs2 {
    font-size: 2rem !important;
}

.fs25 {
    font-size: 2.5rem !important;
}

.fs3 {
    font-size: 3rem !important;
}

/* #endregion */

.fw1 {
    font-weight: 100 !important;
}

.fw2 {
    font-weight: 200 !important;
}

.fw3 {
    font-weight: 300 !important;
}

.fw4 {
    font-weight: 400 !important;
}

.fw5 {
    font-weight: 500 !important;
}

.fw6 {
    font-weight: 600 !important;
}

.fw7 {
    font-weight: 700 !important;
}

.fw8 {
    font-weight: 800 !important;
}

.fw9 {
    font-weight: 900 !important;
}
/* #region Margin Padding */



/* #endregion*/

.divLateral {
    background-color: #EAEAEA; /* Cinza Claro */
    /*border-radius: 25px;*/
    border-bottom-width: 2px;
    border-left-width: 3px;
    border-right-width: 2px;
    border-top-width: 2px;
    border-color: #4883b3;
    border-color: #5778a7;
    border-style: solid;
    position: absolute;
    top: 200px;
    right: 0px;
    width: 800px;
    z-index: 4001;
    box-shadow: 0px 0px 10px #FFFFFF inset;
    padding: 1rem !important;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.dblock {
    display: block;
}




/*======================================*/
.purple-button {
    background: #783484;
    color: #fff;
    font-size: 0.7rem;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .purple-button:hover {
        background-color: white;
        color: purple;
    }

.green-button {
    background: #96C106;
    color: #fff;
    font-size: 0.7rem;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .green-button:hover {
        background-color: white;
        color: #96C106;
    }

#divMenuPrincipal {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 10%;
    height: 97%;
}

#navMenuPrincipal {
    width: 100%
}

    #navMenuPrincipal ul li:hover {
    }

.divScroll {
    position: relative;
    display: flex;
    width: 80%;
    height: 50%;
    left: 10%;
    margin-top: 30px;
}

.navScroll {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    white-space: nowrap;
}

    .navScroll.alternate {
        background-color: transparent; /* Cor de fundo alternativa */
    }

        .navScroll.alternate::-webkit-scrollbar-thumb {
            background-color: #96C106; /* Cor do scroll thumb alternativa */
            border: 3px solid #96C106; /* Padding alternativo */
        }

    .navScroll::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .navScroll::-webkit-scrollbar-track {
        background: Darkgray;
        border-radius: 20px; /* color of the tracking area */
    }

    .navScroll::-webkit-scrollbar-thumb {
        background-color: #783484; /* color of the scroll thumb */
        border-radius: 20px; /* roundness of the scroll thumb */
        border: 3px solid #783484; /* creates padding around scroll thumb */
    }
