@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');

.TabCorpo {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    background: transparent;
}

.TabCorpo .Relatorios {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.TabCorpo .Relatorios .FiltroDash {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.TabCorpo .Relatorios .FiltroDash .input {
    margin: 0 5px;
}

.TabCorpo .Relatorios .FiltroDash [inputModal] {
    font-family: 'Roboto Mono', monospace;
    border: 1px solid #d2d1d1;
    outline: none;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    resize: none;
}

.TabCorpo .Relatorios .FiltroDash .button {
    margin: 0 5px;
}

.TabCorpo .Relatorios .FiltroDash .button [buttonModal] {
    font-family: 'Roboto Mono', monospace;
    background: #0066b3;
    border: 1px solid #d2d1d1;
    outline: none;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    resize: none;
    color: white;
}





.TabCorpo .Relatorios .CorpoRelartorioDash {
    width: 100%;
    height: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
}



.TabCorpo .Tabela {
    width: 100%;
    height: 100%;
}

.TabCorpo .Tabela.Relatorios {
    width: calc(100% - 0px);
    height: 100%;
    overflow: hidden;
}


.TabCorpo .Tabela .TabHeader {
    background: white;
    width: 100%;
    border: 1px solid #cfc1c1;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInfor {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #8484d5;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInfor i {
    background: white;
    width: 30px;
    height: 30px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #cfc1c1;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInfor span {
    background: white;
    width: calc(100% - 40px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 10px;
    font-size: 13px;
    font-weight: 400;
}


.TabCorpo .Tabela .TabHeader .TabHeaderInputs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    position: relative;

}

.TabCorpo .Tabela .TabHeader .TabHeaderInputs .btn {
    background: transparent;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    font-size: 14px;
    color: #5e6266;
    cursor: pointer;
    position: relative;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInputs .btn.zoom {
    color: #0066b3;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInputs .btn.zoom.selected {
    background: #0066b33b;
    color: #0066b3;
    border-radius: 50%;
}



.TabCorpo .Tabela .TabHeader .TabHeaderInputs .btn.hover:hover {
    background: #c1c1ee;
    color: #2f2f85;
    border-radius: 50%;
}


.TabCorpo .Tabela .TabHeader .TabHeaderInputs .btn.nmr i::after {
    display: inline-block;
    margin-left: 0.355em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInputs .btn.nmr i.Saved::after {
    display: none;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInputs .btn.nmr i.Saved {
    position: absolute;
    z-index: 100;
    top: 2px;
    left: 11px;
    color: green;
}



.TabCorpo .Tabela .TabHeader .TabHeaderInputs .btn.refresh {
    color: green;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInputs .btn.refresh:hover {
    background: #c4e9c4;
    border-radius: 50%;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInputs .btnrigth {
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.TabCorpo .Tabela .TabBody {
    background: transparent;
    width: 100%;
    height: calc(100% - 84px);
    border-left: 1px solid #cfc1c1;
    border-right: 1px solid #cfc1c1;
    border-bottom: 1px solid #cfc1c1;
}

.TabCorpo .Tabela .TabBody.Relatorios {
    background: transparent;
    width: 100%;
    height: calc(100% - 37px);
    border-left: 1px solid #cfc1c1;
    border-right: 1px solid #cfc1c1;
    border-bottom: 1px solid #cfc1c1;
}


.TabCorpo .Tabela .TabBody .Table {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    background: white;
}

.TabCorpo .Tabela .TabBody .Table ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.TabCorpo .Tabela .TabBody .TableHeader {
    width: 100%;
    height: 35px;
    background: white;
}

.TabCorpo .Tabela .TabBody .TableHeader ul {
    background: white;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    box-shadow: 0px 4px 8px #cecece;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    z-index: 101;
    position: relative;
}

.TabCorpo .Tabela .TabBody .TableHeader ul li {
    box-sizing: border-box;
    background: white;
    width: auto;
    min-width: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 0 3px;
    /* margin: 0 1px; */
    border-right: 1px solid #c2c2c2;
    font-size: 11px;
    font-weight: 500;
}

/* .TabCorpo .Tabela .TabBody .TableHeader ul.ulTableHeaderPlus {} */
.TabCorpo .Tabela .TabBody .TableHeader ul.ulTableHeaderPlus li {
    border-bottom: 1px solid #c2c2c2;
}


.TabCorpo .Tabela .TabBody .TableHeader ul.ulTableHeaderPlus li::after {
    display: none;
}


.TabCorpo .Tabela .TabBody .TableHeader ul li::after {
    display: inline-block;
    margin-left: 0.355em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


.TabCorpo .Tabela .TabBody .TableHeader ul .Desactived {
    display: none;
    visibility: hidden;
    opacity: 0;
}


.TabCorpo .Tabela .TabBody .TableHeader ul li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}

.TabCorpo .Tabela .TabBody .TableHeader ul li .iconeI {
    font-size: 13px;
    color: #0066b3;
}





.TabCorpo .Tabela .TabBody .TableBody {
    width: auto;
    height: calc(100% - 75px);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100% - 75px);
    display: inline-block;
    background: white;
}

.TabCorpo .Tabela .TabBody .TableBody.inativo {
    pointer-events: none;
}

.TabCorpo .Tabela .TabBody.Relatorios .TableBody {
    width: auto;
    height: calc(100% - 33px);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100% - 33px);
    display: inline-block;
    background: white;
}


.TabCorpo .Tabela .TabBody .TableBody .ulTableBody {
    /* tava inline-flex */
    display: flex; 
    justify-content: flex-start;
    align-items: center;
    background: #ede8e8;
    border-bottom: 1px solid rgb(0 0 0 / 6%);
    width: auto;
    height: 35px;
    box-shadow: -1px 3px 10px rgb(0 0 0 / 9%);
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody:nth-child(even) {
    background: #f4f4f4;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody {
    box-sizing: border-box;
    background: transparent;
    width: auto;
    min-width: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding: 0 3px;
    /* margin: 0 1px; */
    border-right: 1px solid rgb(0 0 0 / 3%);
    font-size: 11px;
    font-weight: 500;
    position: relative;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody span .iconStatusRecolhimento {
    font-size: 10px;
    padding: 0 0 0 2px;
    color: #000000;
}


.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody.Left {
    justify-content: flex-start;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody.Right {
    justify-content: flex-end;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .Desactived {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody.checked {
    background: #9898fd !important;
}


.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody span i {
    font-size: 13px;
    color: #727272;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody .status {
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 10px;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody .status.Finalizado {
    background: #33b413;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody .status.Processo {
    background: #b47d13;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody .status.Pendente {
    background: #137cb4;
}


.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody i.copy {
    margin: 0 4px;
    color: #0066b3;
    font-size: 12px;
    transition: all 0.1s ease-in-out;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody i.copy:hover {
    font-size: 14px;
}


.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody span i.congelado {
    color: #1c97e5;
    font-size: 15px;
}


.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody span .QtdWhatsapp {
    background: green;
    color: white;
    position: absolute;
    font-size: 8px;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 5px;
    left: 1px;
}


.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody img {
    width: 25px;
    margin: 0 5px 0 0;
    object-fit: cover;
}


.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody .Number {
    width: 100%;
    height: 20px;
    background: #fbf844;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    box-shadow: 1px 3px 10px #cfc3c3;
    align-items: center;
}


.TabCorpo .Tabela .TabBody .TableBody .ulTableBody:hover {
    cursor: pointer;
    background: #d8d8f4;
}

.TabCorpo .Tabela .TabBody .TableFooter {
    width: 100%;
    height: 36px;
}

.TabCorpo .Tabela .TabBody .TableFooter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    display: flex;
}

.TabCorpo .Tabela .TabBody .TableFooter ul li {
    font-size: 11px;
    margin: 0 5px;
    padding: 0;
    display: flex;
    align-items: center;
}

.TabCorpo .Tabela .TabBody .TableFooter ul li .Qtd {
    margin: 0 5px;
    font-weight: 500;
}

.TabCorpo .Tabela .TabBody .TableFooter ul li .Qtd.success {
    color: green;
}

.TabCorpo .Tabela .TabBody .TableFooter ul li .Qtd.original {
    color: #0066b3;
}

.TabCorpo .Tabela .TabBody .TableFooter ul li .Status {
    font-weight: 500;
    margin: 0 5px 0 10px;
}

.TabCorpo .Tabela .TabBody .TableFooter ul li .Status.Agendado {
    color: white;
    background: #0066b3;
    padding: 0px 5px 2px 5px;
    border-radius: 12px;
}

.TabCorpo .Tabela .TabBody .TableFooter ul li .Status.Pendente {
    color: black;
    background: #ecec1c;
    padding: 0px 5px 2px 5px;
    border-radius: 12px;
}

.TabCorpo .Tabela .TabBody .TableFooter ul li .Status.Instalado {
    color: white;
    background: #2b932b;
    padding: 0px 5px 2px 5px;
    border-radius: 12px;
}

.TabCorpo .Tabela .TabBody .TableFooter ul li .Status.Assi {
    color: white;
    background: #0066b3;
    padding: 0px 5px 2px 5px;
    border-radius: 12px;
}

.TabCorpo .Tabela .TabBody .TableFooter ul li .Status.nAssi {
    color: white;
    background: #d84b4b;
    padding: 0px 5px 2px 5px;
    border-radius: 12px;
}

.TabCorpo .Tabela .TabBody .TableFooter ul li .Status.Rede {
    color: #494444;
    background: #ece8e8;
    padding: 0px 5px 2px 5px;
    border-radius: 12px;
}







.TabCorpo .Tabela .TabHeader .TabHeaderInputsSearchs {
    width: calc(100% - 20px);
    transition: all 0.3s ease-in-out;
    height: auto;
    display: none;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInputsSearchs.Active {
    display: block;
}


.TabCorpo .Tabela .TabHeader .TabHeaderInputsSearchs .TabHeaderInputsSearchsCorpo {
    width: 100%;
    height: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInputsSearchs .TabHeaderInputsSearchsCorpo .input {
    box-sizing: border-box;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    position: relative;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInputsSearchs .TabHeaderInputsSearchsCorpo .input .inputSearch {
    font-family: 'Roboto Mono', monospace;
    box-sizing: border-box;
    width: auto;
    height: 100%;
    border: 1px solid #cfc1c1;
    padding: 0 0 0 2px;
    outline: none;
    font-size: 11px;
    font-weight: 400;
    border-radius: 0 5px 5px 0;
}

.TabCorpo .Tabela .TabHeader .TabHeaderInputsSearchs .TabHeaderInputsSearchsCorpo .input input::placeholder {
    font-size: 11px;
    font-weight: 400;
}


.TabCorpo .Tabela .TabHeader .TabHeaderInputsSearchs .TabHeaderInputsSearchsCorpo .input span {
    font-size: 10px;
    font-weight: 500;
    background: #c2c2c2;
    width: auto;
    padding: 0 5px;
    height: 100%;
    border-radius: 5px 0 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelas {
    position: absolute;
    z-index: 110;
    left: 7px;
    top: 14%;
    border-radius: 5px;
    display: none;
}

.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelas.Active {
    display: block;
}


.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelas::before {
    content: " ";
    border-left: 8px solid #0066b3;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: rotate(270deg);
    position: absolute;
    top: -10px;
    left: 7px;
}

.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelasCorpo {
    background: white;
    box-shadow: 3px 3px 10px #c2c2c2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 190px;
}

.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelasCorpoBody {
    max-height: 340px;
    overflow: auto;
    border-radius: 0 0 5px 5px;
}

.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelas .TabHeaderColunasTabelasCorpoButton {
    background: #0066b3;
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: 27px;
    border-bottom: 2px solid #c2c2c2;
    box-shadow: 1px 1px 10px #c2c2c2;
}

.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelas .TabHeaderColunasTabelasCorpoButton .TabHeaderColunasTabelasCorpoButtonUl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
}

.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelas .TabHeaderColunasTabelasCorpoButton .TabHeaderColunasTabelasCorpoButtonUl .TabHeaderColunasTabelasCorpoButtonLIBtn {
    border: none;
    display: block;
    padding: 3px;
    margin: 0 3px;
}

.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelas .TabHeaderColunasTabelasCorpoButton .TabHeaderColunasTabelasCorpoButtonUl .TabHeaderColunasTabelasCorpoButtonBtn {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
}


.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelas li {
    list-style-type: none;
    padding: 0px 5px;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
}

.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelas li span {
    font-size: 11px;
    font-weight: 500;
    max-width: 84%;
    font-size: 20dp;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TabCorpo .Tabela .TabHeader .TabHeaderColunasTabelas li input {
    margin: 0 8px 0 2px;
}

.loading {
    position: absolute;
    z-index: 300;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: auto;
    min-width: 125px;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 3px 3px 20px #a2a2a2;
    display: none;
    visibility: hidden;
}

.loading.Active {
    display: flex;
    visibility: visible;
}


.loading .loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--ColorHeader);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 0.5s linear infinite;
}

.loading span {
    font-size: 11px;
    font-weight: 400;
    padding: 0 5px;
    margin: 0 0 0 6px;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.alert {
    position: absolute;
    z-index: 300;
    right: 30px;
    top: 30px;
    height: 12%;
    margin: 5px 5px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alert .corpoAlert {
    width: 140px;
    height: 32px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 0;
    transition: all 0.4s ease-in-out;
}


.alert .corpoAlert .bodyAlert {
    background: transparent;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.alert .corpoAlert .bodyAlert span {
    font-family: 'Roboto Mono', monospace;
    font-size: 11px;
    font-weight: 500;
    color: white;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert .corpoAlert .bodyAlert span i {
    font-size: 18px;
    margin: 0 5px 0 0;
}


.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody .blob {
    background: green;
    border-radius: 50%;
    margin: 0 5px 0 0px;
    height: 17px;
    width: 17px;
    box-shadow: 0 0 0 0 rgba(87, 251, 98, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    color: white;
    cursor: pointer;
}

.TabCorpo .Tabela .TabBody .TableBody .ulTableBody .liTableBody .blob i {
    pointer-events: none;
}


@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(54, 239, 66, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(87, 251, 98, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(87, 251, 98, 0);
    }
}

.TabCorpo .Tabela .TabBody .TableBody .divLiTableBodyConjuntos {
    height: 0;
    visibility: hidden;
}

.TabCorpo .Tabela .TabBody .TableBody .divLiTableBodyConjuntos.Active {
    height: auto;
    visibility: visible;
}

.TabCorpo .Relatorios .CorpoRelartorioDash .corpoRelatorio {
    width: 84%;
    height: 510px;
    background: white;
    border-radius: 3px;
    box-shadow: 2px 2px 10px #f7f1f1;
    margin: 5px;
}

.TabCorpo .Relatorios .CorpoRelartorioDash .corpoRelatorio.minimize {
    height: 0;
}


.TabCorpo .Relatorios .CorpoRelartorioDash .corpoRelatorio .headerRelatorio {
    background: #0066b3;
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TabCorpo .Relatorios .CorpoRelartorioDash .corpoRelatorio .headerRelatorio .Titulo {
    font-size: 13px;
    color: white;
    font-weight: bold;
    margin: 0 10px;
}

.TabCorpo .Relatorios .CorpoRelartorioDash .corpoRelatorio .headerRelatorio i {
    font-size: 14px;
    margin: 0 8px;
    color: white;
    cursor: pointer;
}

.TabCorpo .Relatorios .CorpoRelartorioDash .corpoRelatorio .headerRelatorio .iconGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.TabCorpo .Relatorios .CorpoRelartorioDash .corpoRelatorio .bodyRelatorio {
    background: white;
    width: 100%;
    height: 96%;
    overflow: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.TabCorpo .Relatorios .CorpoRelartorioDash .corpoRelatorio .bodyRelatorio.minimize {
    display: none;
    visibility: hidden;
}

.corpoperfil {
    background: white;
    box-shadow: 3px 3px 10px #c2c2c2;
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 200;
    right: 10px;
    top: 9%;
    border-radius: 5px;
}

.corpoperfil::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #0066b3;
    top: -6px;
    right: 10px;

}

.corpoperfil .headerperfil {
    background: #0066b3;
    border-bottom: 2px solid #c2c2c2;
    box-shadow: 0px 2px 10px #c2c2c2;
}

.corpoperfil .headerperfil .Titulos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.corpoperfil .headerperfil .Titulos span:nth-child(1) {
    width: 100%;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    margin: 2px 0;
    color: white;
}

.corpoperfil .headerperfil .Titulos span:nth-child(2) {
    font-size: 8px;
    color: white;
    margin: 3px 5px;
}

.corpoperfil .headerperfil .Titulos span:nth-child(3) {
    font-size: 8px;
    color: white;
    margin: 3px 5px;
}


.corpoperfil .bodyperfil {
    width: 100%;
    height: calc(100% - 34px);
}

.corpoperfil .bodyperfil .ulPerfil {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 6px 6px;
    display: flex;
    flex-direction: column;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.corpoperfil .bodyperfil .ulPerfil .liPerfil {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e9d8d8;
    padding: 4px;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.corpoperfil .bodyperfil .ulPerfil .liPerfil.liSair {
    position: absolute;
    bottom: 5px;
    /* color: red !important; */
    border-bottom: none;
    width: auto;
    right: 0px;
}

.corpoperfil .bodyperfil .ulPerfil .liPerfil.liSair i {
    color: red;
}



.corpoperfil .bodyperfil .ulPerfil .liPerfil span {
    font-size: 11px;
    font-weight: 500;
    user-select: none;
}

.corpoperfil .bodyperfil .ulPerfil .liPerfil i {
    color: #0066b3;
    margin: 0 6px 0 0;
    font-size: 14px;
}

.corpoupdatepassword {
    background: white;
    box-shadow: 3px 3px 10px #c2c2c2;
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 2001;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 180px;
    border-radius: 5px;

}

.corpoupdatepassword .headeruser {
    background: #0066b3;
    height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

.corpoupdatepassword .headeruser span {
    color: white;
    font-size: 12px;
    padding: 0 10px;
    user-select: none;
}

.corpoupdatepassword .headeruser span:nth-child(2) {
    cursor: pointer;
}

.corpoupdatepassword .bodyuser {
    height: calc(100% - 50px);
}

.corpoupdatepassword .footeruser {
    background: #0066b3;
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 25px;
}

.corpoupdatepassword .footeruser span {
    background: green;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px;
    color: white;
    font-size: 10px;
    cursor: pointer;
    margin: 0 8px;
}

.corpoupdatepassword fieldset {
    margin: 2px;
    padding: 0;
    border: 1px solid #cec8c8;
}

.corpoupdatepassword fieldset legend {
    font-size: 10px;
    font-weight: 400;
    color: black;
}

.corpoupdatepassword .GroupInputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}


.corpoupdatepassword .GroupInputs .Input {
    margin: 3px 6px;
}

.corpoupdatepassword .GroupInputs .Input .label {
    font-size: 12px;
    font-weight: 500;
    color: #383434;
    background: #f7efef;
    position: relative;
    z-index: 200;
    top: 0px;
    left: 5px;
    border-left: 1px solid #d2d1d1;
    border-right: 1px solid #d2d1d1;
    border-top: 1px solid #d2d1d1;
    padding: 2px;
}

.corpoupdatepassword .GroupInputs .Input [inputModal] {
    font-family: 'Roboto Mono', monospace;
    border: 1px solid #d2d1d1;
    outline: none;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 11px;
    font-weight: 500;
    resize: none;
}




.progress-container {
    width: 100%;
    height: 12px;
    border-radius: 10px;
    background: #ccc;
    text-align: center;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.progress-bar {
    border-radius: 10px;
    width: 0;
    background-color: #0066b3;
    height: 12px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width 0.5s;
}

.progress-bar.sucess {
    background-color: #14b42f !important;
}


.progress-text {
    font-family: 'Roboto Mono', monospace;
    font-weight: 700;
    width: 100%;
    font-size: 10px;
    text-align: center;
    padding: 0 5px;
}

.syspagina.bloqueado {
    pointer-events: none;
}


.corpoAuto {
    position: absolute;
    top: 22%;
    z-index: 2230;
    right: 1%;
    background: white;
    transform: translate(-5%, -15%);
    width: 350px;
    height: 400px;
    box-shadow: 2px 2px 10px #d4c7c7;
    border-radius: 5px;
}

.corpoAuto .ulAuto {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

.corpoAuto .ulAuto .HInfor {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #095fa0;
    margin: 2px 0 0px 0px;
}


.corpoAuto .ulAuto .liAuto {
    list-style-type: none;
    /* background: red; */
    display: flex;
    width: auto;
    height: 50px;
    align-items: center;
    justify-content: left;
    margin: 0 5px;
    border-radius: 5px;
    border: 1px solid #eadede;
    cursor: pointer;
}

.corpoAuto .ulAuto .liAuto .TextoliAuto {
    font-size: 13px;
    font-weight: 400;
}

.corpoAuto .ulAuto .liAuto .iClass {
    background: #ff00004a;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    color: #a01111;
    align-items: center;
    font-size: 13px;
    margin: 0 25px 0 15px;
}

.corpoAuto .ulAuto .liAuto .iClass.Sistema {
    background: #095fa07a;
    color: #111188;
}

.corpoAuto .ulAuto .liAuto .iClass.Vendas {
    background: #ffff007a;
    color: #56550e;
}

.corpoAuto .ulAuto .liAuto .iClass.Financeiro {
    background: #ff94007a;
    color: #56400e;
}

.corpoAuto .ulAuto .liAuto .iClass.Estoque {
    background: #00ff187a;
    color: #34560e;
}

.corpoAuto .ulAuto .liAuto .iClass.Extra {
    background: #0000007a;
    color: #f2f5ee;
}

.TotalHora {
    font-size: 10px;
    margin: 0 8px;
    padding: 0;
    color: #0066b3;
    font-weight: 700;
}

.TabCorpo .Tabela .headerTabs {
    background: white;
    width: 100%;
    height: 40px;
}

.TabCorpo .Tabela .headerTabs .ulHeaderTabs {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #509df1;
}

.TabCorpo .Tabela .headerTabs .ulHeaderTabs .liheaderTab {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    border-right: 1px solid #c2c2c2;
}

.TabCorpo .Tabela .headerTabs .ulHeaderTabs .liheaderTab.extend {
    padding: 0 15px;
}


.TabCorpo .Tabela .headerTabs .ulHeaderTabs .liheaderTab.actived {
    border-right: 2px solid #509df1;
    border-left: 2px solid #509df1;
    border-top: 2px solid #509df1;
    background: white;
    height: 100%;
}

.TabCorpo .Tabela .headerTabs .ulHeaderTabs .liheaderTab i {
    font-size: 15px;
}

.TabCorpo .Tabela .bodyTabs {
    width: 100%;
    height: calc(100% - 40px);
    overflow: auto;
}

.TabCorpo .Tabela .bodyTabs ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.TabCorpo .Tabela .bodyTabs ul li.actived {
    display: block;
}

.TabCorpo .Tabela .bodyTabs ul li {
    display: none;
    width: 99.8%;
    height: 100%;
}