.rodape-full {
    min-width: 100% !important;
}

.icon-input {
    position: absolute;
    right   : 0px;
    top     : calc(50% - 12px);
    cursor  : pointer;
}

.infoPassword {
    font-size: 12px;
}

.infoPassword ul {
    list-style  : none;
    margin-left : 0px;
    padding-left: 0px;
}

.no-scroll {
    overflow: hidden !important;
}

.form-doc,
.form-doc div.form-floating,
.form-doc div.sun-editor,
.form-doc div.se-container,
.form-doc div textarea {
    height    : 100% !important;
    min-height: 100% !important;
}

.prev-doc {
    width     : 100% !important;
    min-width : 100% !important;
    height    : 100% !important;
    min-height: 100% !important;
}

#modalEditar2 .modal-footer {
    justify-content: start;
    height         : 70.4px !important;
}

#modalEditar2 .modal-footer .btn:first-of-type {
    position: absolute !important;
    right   : 10px;
}

.se-wrapper {
    height    : calc(100% - 52px) !important;
    min-height: calc(100% - 52px) !important;
}

textarea {
    min-height: 110px !important;
}

.editorTitulo {
    font-weight  : bold;
    margin-bottom: 5px;
    opacity      : 0.65;
    transform    : scale(0.85);
}

.add-sel-cidade {
    cursor: pointer;
}

.form-texto {
    background-color: #fff !important;
    border-color    : #fff !important;
}

.form-select-add-return {
    font-size  : 16px;
    float      : left;
    margin-top : -52px;
    margin-left: 13px;
    cursor     : pointer;
}

.add-label {
    margin-left: 22px !important;
}

.form-local-add-bt .disabled,
.form-select-add-bt .disabled,
.form-local-add-bt2 .disabled {
    opacity: 0.2;
}

.form-local-add-bt,
.form-select-add-bt,
.form-local-add-bt2 {
    font-size: 14px;
    top      : 8px;
    left     : 16px;
    position : absolute;
    z-index  : 1030;
    cursor   : pointer !important;
    display  : block;
    color    : var(--bs-success);
    opacity  : 1;
}

.form-local-add-bt .disabled,
.form-select-add-bt .disabled,
.form-local-add-bt2 .disabled {
    cursor: auto !important;
}


.form-local-add-bt:not:(.disabled):hover,
.form-select-add-bt:not:(.disabled):hover,
.form-local-add-bt2:not:(.disabled):hover {
    opacity: .5;
}

.form-select-add-return:hover {
    color: rgba(0, 0, 0, .5);
}

.form-novo-grupo,
.form-novo-grupo-alt {
    font-size: 10px;
}

.form-subgrupo {
    padding-left: 30px;
    position    : relative;
}

.form-subgrupo:first-of-type .form-subgrupo-excluir,
.form-subgrupo:first-of-type .form-subgrupo-acima,
.form-subgrupo:last-of-type .form-subgrupo-abaixo {
    display: none;
}

.form-subgrupo:not(:first-of-type) .form-subgrupo-limpar {
    display: none;
}

.form-subgrupo:not(:first-of-type) {
    margin-top: 30px;
}

.grupo-lista .form-subgrupo:not(:first-of-type) {
    margin-top: 5px;
}

.form-subgrupo-limpar,
.form-subgrupo-excluir,
.form-subgrupo-acima,
.form-subgrupo-abaixo {
    position : absolute;
    width    : 25px;
    left     : 0px;
    top      : -3px;
    font-size: 16px;
    cursor   : pointer;
}

.form-subgrupo-acima {
    top: 20px;
}

.form-subgrupo-abaixo {
    top: 38px;
}

.form-subgrupo-excluir:hover,
.form-subgrupo-acima:hover,
.form-subgrupo-abaixo:hover {
    color: rgba(0, 0, 0, .5);
}

.form-check {
    padding-left: 30px;
    padding-top : 15px;

}

.form-switch {
    padding-left: 40px !important;
}

.cep-procurar {
    margin       : 0;
    position     : absolute;
    top          : 50%;
    -ms-transform: translateY(-50%);
    transform    : translateY(-50%);
    right        : 10px;
    display      : block;
    padding      : 10px;
}

.cep-procurar i {
    cursor: pointer;
}

.cep-procurar i:not(.disabled):hover {
    color: rgba(0, 0, 0, .5);
}

.cep-procurar i.disabled {
    cursor : auto !important;
    opacity: 0.5;
}

.local-add-main {
    position          : fixed;
    width             : 100%;
    height            : 100%;
    top               : 0;
    left              : 0;
    z-index           : 1120;
    background-color  : rgba(0, 0, 0, .8);
    display           : flex;
    flex-direction    : row;
    justify-content   : center;
    align-items       : center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    opacity           : 0;
}

.local-add-main.show {
    opacity: 1;
}

.local-add-main .local-add-body {
    position : relative;
    z-index  : 1090;
    width    : 500px !important;
    max-width: 90% !important;
}

.full-window {
    width           : 95%;
    height          : 95%;
    background-color: rgba(255, 255, 255, 1);
    border-radius   : 10px;
    position        : relative;
    display         : flex;
    flex-direction  : column;
}

.med-window {
    width : 50% !important;
    height: 50% !important;
}

.toBottom {
    z-index: 0 !important;
}

.anexo-link {
    cursor: pointer;
}

.anexo-link:hover {
    opacity: .5;
}

.label-floating {
    padding-top: 12px;
    position   : relative;
    font-size  : 14px;
}

.label-floating label {
    font-size  : 10px;
    position   : absolute;
    left       : 0px;
    top        : 0px;
    user-select: none;
    cursor     : pointer;
}

.anexo-iframe {
    width   : 1px;
    height  : 1px;
    position: absolute;
    z-index : 1;
    opacity : 0;
}

.anexo-excluir {
    cursor : pointer;
    opacity: .5;
}

.anexo-excluir:hover {
    opacity: 1;
}

.form-procurar-tesouraria {
    padding-right: 0px !important;
}

.drop-pesq {
    width: 80vw;
}

.drop-pesq tbody tr {
    cursor: pointer;
}

.drop-search {
    width     : 95% !important;
    margin-top: 2px;
    display   : block !important;
}

.drop-search-add {
    position: absolute;
    top     : 5px;
    right   : 10px;
    cursor  : pointer !important;
    display : none;
    color   : var(--bs-success);
    opacity : 1;
}

.drop-search-add.show {
    display: block;
}

.drop-search-add:hover {
    opacity: .5;
}

.drop-search .table {
    margin-bottom: 0px !important;
}

.drop-search tbody tr {
    cursor: pointer;
}

.anexos,
.addgrupo,
.addBTfinal {
    position      : relative;
    padding-bottom: 40px !important;
}

.addgrupo .act-grupo {
    position    : absolute;
    top         : 10px;
    left        : 0px;
    width       : 30px;
    height      : 55px;
    font-size   : 20px;
    text-align  : center;
    padding-left: 5px;
}

.addgrupo .act-grupo:last-of-type {
    left: calc(100% - 30px) !important;
}

.addgrupo .act-grupo i {
    float : left;
    clear : both;
    cursor: pointer;
}

.addgrupo .act-grupo i.disabled {
    opacity: 0.5;
    cursor : auto;
}

.addgrupo .act-grupo i:not(.disabled):hover {
    opacity: .5;
}

.addgrupo .row:first-of-type .act-grupo {
    top: 0px;
}

.addgrupo .row:last-of-type .act-grupo i:last-of-type,
.addgrupo .row:first-of-type .act-grupo i:first-of-type {
    display: none;
}

.addgrupo .row:first-of-type .act-grupo:last-of-type i:first-of-type,
.addgrupo .row:last-of-type .act-grupo:last-of-type i:last-of-type {
    display: inline;
}

.addgrupo .row {
    margin-top   : 5px;
    padding-top  : 10px;
    border-top   : 1px solid rgba(0, 0, 0, .09);
    padding-left : 40px !important;
    padding-right: 40px !important;
    position     : relative;
}

.addgrupo .row:first-of-type {
    margin-top : 0px;
    padding-top: 0px;
    border-top : none;
}

.bt-interno-campo {
    position     : absolute;
    right        : 0px;
    top          : 0px;
    min-width    : 40px;
    min-height   : 20px;
    text-align   : center;
    border-radius: 3px;
    font-size    : 12px;
}

.icone-interno-campo {
    position : absolute;
    right    : 6px;
    top      : 13px;
    font-size: 22px;
}

.icone-campo {
    font-size: 22px;
}

.anexos .btn-upload-file,
.addgrupo .btn-add-reg,
.addBTfinal .btn-final-grupo {
    position: absolute;
    right   : 15px;
    bottom  : 10px;
}

.form-floating input[type="file"] {
    /* custom CSS */
    /* background-color: transparent !important; */
    /* border: none !important; */
    padding: 0.375rem 0.75rem !important;

}

.forn-exec {
    float     : left;
    margin-top: 10px;
    font-size : 26px;
    cursor    : pointer;
}

.forn-exec:hover {
    opacity: .5;
}

.campo-aviso {
    background-color: var(--bs-aviso-campo);
}

.form-floating input[type="file"]::file-selector-button {
    /* custom CSS */
    /* background-color: transparent !important; */
    /* border: none !important; */
    height: calc(3.5rem + 2px) !important;
}

.anexos ul input {
    display: none;
}

.anexos ul .anexo-cancelar {
    position: absolute;
    right   : 10px;
    cursor  : pointer;
}

.anexos ul li a {
    color          : #000;
    text-decoration: none;
}

.anexos ul .anexo-cancelar:hover,
.anexos ul li a:hover {
    color: rgba(0, 0, 0, 0.5);
    ;
}

.nao-cadastrado:after {
    content      : 'NOVO';
    background   : var(--bs-warning);
    border-radius: 3px;
    padding      : 3px 5px;
    color        : #000;
    font-size    : 8px;
    font-weight  : bold;
    position     : absolute;
    top          : 5px;
    right        : 7px;
    display      : grid;
    place-items  : center;
    z-index      : 500;
}

.table-info-cartao {
    font-size: 14px;
    opacity  : .8;
}

.step {
    position        : absolute;
    border-radius   : 150px;
    background-color: #e9ecef;
    font-size       : 14px !important;
    width           : 30px !important;
    height          : 30px !important;
    text-align      : center;
    padding-top     : 4px !important;
    margin-top      : -7px;
    margin-left     : -15px;
}

.step.ativo {
    background-color: #0d6efd;
    color           : #fff;
}

.step.stp-last {
    margin-left: calc(100% - 55px)
}

.stepTela {
    width             : 100%;
    height            : 100%;
    position          : relative;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition   : all 0.3s ease-in-out !important;
    transition        : all 0.3s ease-in-out !important;
}

.stepTela-hide {
    margin-left: -110% !important;
}

.stepTela-pre {
    margin-left: 110% !important;
}

/*
Chrome, Edge & Safari
.form-floating input[type="file"]::-webkit-file-upload-button {
    custom CSS
    background-color: transparent !important;
    border: none !important;
}
*/

@media (max-width: 767.98px) {
    .full-window {
        width : 100% !important;
        height: 100% !important;
    }
}