#porta-dados-sistemas .porta-descricoes {
    padding: 0 15px;
    width: 100%;
}

.tabela-pendencias {
    display: block;
    width: 100%;
    background: #eee;
    border-radius: 10px;
}   

.tabela-pendencias tr {
    border-bottom: 1px solid #fff;    
}

.tabela-pendencias tbody tr:last-child {
    border-bottom: none;
}

.tabela-pendencias tbody tr td {
    vertical-align: top;
    padding: 10px 8px;
    white-space: pre-line;
}

.link-equip:hover {
    cursor: pointer;
}

.equipamento-arquivos ul {
    display: flex;
    flex-wrap: wrap;
    background: #eee;
    padding: 10px 20px;
    border-radius: 10px;
}

.equipamento-arquivos a {
    text-decoration: none;
    text-transform: uppercase;
    color: #575757;
    display: grid;
    font-size: 12px;
    height: 110px;
    width: 120px;
}

.equipamento-arquivos a img {
    height: 40px;
}

.excluir-arquivo {
    color: hsla(11,80%,45%,1) !important;
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
    font-family: Arial;
}

.excluir-arquivo:hover {
    cursor: pointer;
}

.count-equipamentos.reprovado {
    background: hsla(11,80%,45%,1) !important;
}

.count-equipamentos.aprovado {
    background: #199355;
}

.count-equipamentos.pendencia {
    background: #ebb924;
}
.count-equipamentos {
    height: 48px;
    min-width: 48px;
    border-radius: 6px;
    box-shadow: 0 2px 4.6px 0.4px rgb(0 0 0 / 10%);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: calc(1.5 * var(--altura-fonte));
    font-family: Roboto, sans-serif;
    color: #fff;
    margin-top: 10px;
    margin-right: 10px;
}


.status-equipamento.REP {
    background: hsla(11,80%,45%,1) !important;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-weight: 500;
}

.status-equipamento.APR {
    background: #199355 !important;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-weight: 500;
}

.status-equipamento.ARE {
    background: #ebb924 !important;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-weight: 500;
}


#porta-dados-sumario tbody tr:nth-child(odd), .porta-dados-inspecao tbody tr:nth-child(odd) {
    background: #eee;
}

.linha-totais {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(1.75 * var(--altura-fonte));
}
.cartao-total {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 8.4px 0.6px rgb(0 0 0 / 10%);
    width: 100%;
    margin-top: calc(1.5 * var(--altura-fonte));
    max-width: 210px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 8px;
}
.porta-valor-total {
    height: 48px;
    min-width: 48px;
    border-radius: 6px;
    box-shadow: 0 2px 4.6px 0.4px rgb(0 0 0 / 10%);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: calc(1.5 * var(--altura-fonte));
    font-family: Roboto, sans-serif;
    color: #fff;
}
.porta-valor-total span {
    padding: 0 10px;
}
.cartao-total.reprovado .porta-valor-total {
    background: hsla(11,80%,45%,1) !important;
}

.cartao-total:first-child .porta-valor-total, 
.cartao-total:nth-child(2) .porta-valor-total, 
.cartao-total:nth-child(3) .porta-valor-total {
    background: #0376b0;
}

.linha-totais-equipamentos .cartao-total:first-child .porta-valor-total {
    background: hsla(11,80%,45%,1) !important;
}

.linha-totais-equipamentos .cartao-total:nth-child(2) .porta-valor-total {
    background: #199355;
}

.linha-totais-equipamentos .cartao-total:nth-child(3) .porta-valor-total {
    background: #ebb924;
}
.cartao-total h4 {
    font-family: Roboto, sans-serif;
    font-size: calc(0.9 * var(--altura-fonte));
    color: #575757;
    padding-right: 8px;
    line-height: 1.25;
}
.linha-dados-sumario {
    margin-bottom: calc(2 * var(--altura-fonte));
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.primeira-linha-sumario {
    margin-bottom: calc(0.75 * var(--altura-fonte));
}
.cartao-sumario {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.coluna-sumario {
    -webkit-flex: 1;
    flex: 1;
    margin: 10px 0;
}
.cartao-sumario .coluna-sumario:first-child {
    border-right: 1px solid #f3f3f3;
}
.linha-topo-sumario {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.titulo-sumario {
    font-family: Roboto, sans-serif;
    font-size: calc(0.9 * var(--altura-fonte));
    color: #353535;
    padding: 15px 10px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 600;
}
.link-sumario {
    position: static;
    padding: 10px;
}
#corpo-sumario-clientes {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#corpo-sumario-clientes .porta-marca-cliente {
    width: 90px;
}
#corpo-sumario-clientes .porta-marca-cliente img {
    width: 50px;
}
#corpo-sumario-clientes .poligono {
    width: 50px;
    height: 50px;
    border-radius: 20px;
}
#corpo-sumario-clientes p {
    font-size: calc(0.95 * var(--altura-fonte));
    color: #757575;
}
.tabela-sumario img {
    height: calc(1.2 * var(--altura-fonte));
    width: auto;
    margin-right: 3px;
}
.td-cliente {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.tabela-sumario tr:last-child {
    height: calc(0.6 * var(--altura-fonte));
}
#sumario-contratos {
    margin-left: 50px;
}
#sumario-relatorios .coluna-sumario:first-child {
    -webkit-flex: 1;
    flex: 1;
}
#sumario-relatorios .coluna-sumario:last-child {
    -webkit-flex: 2;
    flex: 2;
}
@media only screen and (max-width: 1300px) {
    .primeira-linha-sumario {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .cartao-sumario .coluna-sumario:first-child {
        border-right: 0;
    }
    #bloco-sumario-clientes {
        margin-bottom: calc(2 * var(--altura-fonte));
    }
    #sumario-contratos {
        margin-left: 0;
    }
    .sumario-contratos-colaboradores {
        margin-bottom: calc(-4 * var(--altura-fonte));
    }
    #sumario-equipamentos .cartao-sumario,
    #sumario-relatorios .cartao-sumario {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media only screen and (max-width: 500px) {
    #sumario-ultimos-relatorios td:last-child,
    #sumario-ultimos-relatorios th:last-child {
        display: none;
    }
}
@media only screen and (max-width: 400px) {
    #sumario-contratos,
    .sumario-contratos-colaboradores {
        margin-bottom: calc(0 * var(--altura-fonte));
    }
}
#porta-dados-clientes .linha-descricao:first-child {
    width: calc(100% - 150px);
}
#porta-botao-logo {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 5px;
}
#botao-up-logo {
    width: 44px;
    height: 40px;
    border-radius: 6px;
    box-shadow: 0 2px 4.75px 0.25px rgba(0, 0, 0, 0.15);
    border: 0;
    cursor: pointer;
    -webkit-transition: background 0.15s;
    transition: background 0.15s;
    margin-right: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#logo-cliente {
    display: none;
}
#porta-campo-cep {
    width: 150px;
}
#form-clientes .circle {
    left: 30px;
}
#form-clientes .minor-circle {
    top: 45px;
}
@media only screen and (max-width: 400px) {
    #porta-campo-cep {
        width: 100%;
    }
}
#porta-dados-contratos .porta-descricoes {
    padding: 0 15px;
    width: 100%;
}
.cartao-dados .titulo-secao {
    margin-top: calc(1.1 * var(--altura-fonte));
    margin-bottom: 0;
}
.td-contato {
    min-width: 100px;
    padding-right: 30px;
}
.td-contato .link {
    padding: 0;
}
#tabela-contatos {
    position: relative;
    width: auto;
    margin: 0;
    margin-top: 30px;
}
#tabela-contatos:before {
    content: "Contatos";
    position: absolute;
    font-family: Raleway, sans-serif;
    font-size: calc(0.8 * var(--altura-fonte));
    text-transform: uppercase;
    font-weight: 500;
    color: #c3c3c3;
    margin-bottom: 5px;
    top: calc(-1.2 * var(--altura-fonte));
}
#tabela-contatos td,
#tabela-contatos th {
    padding: 10px 50px 5px 0;
}
#tabela-contatos td {
    padding-top: 5px;
}
#tabela-contatos a {
    font-size: calc(1.1 * var(--altura-fonte));
}
#descricao-contrato {
    max-width: 100%;
    min-width: 100%;
    min-height: calc(6 * var(--altura-fonte));
    height: calc(6 * var(--altura-fonte));
    max-height: calc(6 * var(--altura-fonte));
}
#titulo-contatos-adicionados {
    margin-top: calc(6 * var(--altura-fonte));
}
#porta-dados-equipamentos .porta-descricoes {
    padding: 0 15px;
}
#porta-dados-relatorios .porta-descricoes {
    padding: 0 15px;
}
#porta-botao-relatorio {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 5px;
}
#botao-up-relatorio, .botao-upload {
    width: 44px;
    height: 40px;
    border-radius: 6px;
    box-shadow: 0 2px 4.75px 0.25px rgba(0, 0, 0, 0.15);
    border: 0;
    cursor: pointer;
    -webkit-transition: background 0.15s;
    transition: background 0.15s;
    margin-right: 8px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#arquivo-relatorio, .btn-upload-file {
    display: none;
}
.processando-download {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 8px;
}
.processando-download .minor-circle {
    display: block;
    height: 10px;
    width: 10px;
    left: 3px;
    top: 22px;
}
.link-baixar {
    right: 10px;
    bottom: 8px;
}
#exibicao-dados-usuarios {
    -webkit-flex-direction: column;
    flex-direction: column;
}
#filtro-usuarios {
    width: 100%;
    position: static;
}
#filtro-usuarios .grupo-campo {
    width: 225px;
    float: left;
    margin-right: 50px;
}
#tabela-dados-usuarios th {
    padding-top: 20px;
}
#tabela-dados-usuarios .circle {
    top: 65%;
}
#tabela-dados-usuarios td {
    padding: 10px 8px;
}
.zebra td {
    background: #f5f5f5;
}
.td-usuario {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}
.foto-usuario {
    width: calc(2.5 * var(--altura-fonte));
    height: calc(2.5 * var(--altura-fonte));
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    margin-right: 5px;
}
.sem-foto-usuario {
    width: calc(2.5 * var(--altura-fonte));
    height: calc(2.5 * var(--altura-fonte));
    margin-top: calc(0.35 * var(--altura-fonte));
}
#form-usuarios {
    width: 300px;
}
#form-usuarios .circle {
    left: 30px;
}
#tabela-dados-usuarios tr td:last-child {
    position: relative;
}
#tabela-dados-usuarios .processando-exclusao {
    margin-left: 20px;
}
#tabela-dados-usuarios .minor-circle {
    left: 30px;
    top: 33px;
}
@media only screen and (max-width: 1200px) {
    #tabela-dados-usuarios .porta-botoes-item {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    #tabela-dados-usuarios .link-excluir {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 990px) {
    #tabela-dados-usuarios thead {
        display: none;
    }
    #tabela-dados-usuarios tr {
        padding: 8px 0;
    }
    #tabela-dados-usuarios td {
        display: block;
        padding: 12px 0;
        padding-left: 100px;
        position: relative;
    }
    #tabela-dados-usuarios td:before {
        content: "Nome";
        font-family: Raleway, sans-serif;
        font-size: calc(0.8 * var(--altura-fonte));
        font-weight: 500;
        text-transform: uppercase;
        color: #c3c3c3;
        top: calc(0.9 * var(--altura-fonte));
        position: absolute;
        left: 0;
    }
    #tabela-dados-usuarios td:nth-child(2):before {
        content: "email";
    }
    #tabela-dados-usuarios td:nth-child(3):before {
        content: "tipo usuário";
    }
    #tabela-dados-usuarios td:nth-child(4):before {
        content: "cliente";
    }
    #tabela-dados-usuarios td:last-child:before {
        content: "ações";
    }
    #tabela-dados-usuarios .porta-botoes-item {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
    }
    #tabela-dados-usuarios .link-excluir {
        margin-top: 0;
    }
}
#form-perfil {
    width: 300px;
}
#bloco-foto-perfil {
    margin-bottom: calc(4.5 * var(--altura-fonte));
    position: relative;
}
#foto-perfil {
    text-align: center;
    border-radius: 50%;
    background: #eee;
    box-shadow: 0 2px 4.75px 0.25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: calc(6.5 * var(--altura-fonte));
    height: calc(6.5 * var(--altura-fonte));
    margin: 0 auto;
}
#botao-up-foto {
    position: absolute;
    width: calc(2.5 * var(--altura-fonte));
    height: calc(2.5 * var(--altura-fonte));
    border-radius: 50%;
    -webkit-transition: background 0.15s;
    transition: background 0.15s;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    right: 32%;
    top: calc(4.5 * var(--altura-fonte));
    box-shadow: 0 2px 4.75px 0.25px rgba(0, 0, 0, 0.15);
}
#botao-up-foto img {
    width: calc(1.5 * var(--altura-fonte));
    height: auto;
}
#bloco-foto-perfil .sem-foto {
    width: calc(6 * var(--altura-fonte));
    height: calc(6 * var(--altura-fonte));
    margin-top: calc(1.25 * var(--altura-fonte));
}
#form-perfil .porta-botao {
    text-align: center;
}
#mostra-senha-perfil,
#oculta-senha-perfil {
    right: 0;
    top: 25px;
}
#mostra-senha-perfil svg {
    margin-right: 2px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    margin-top: -1px;
}
#oculta-senha-perfil img {
    margin-right: 2px;
    width: 14.4px;
    height: auto;
    opacity: 0.7;
}
#mostra-senha-perfil span,
#oculta-senha-perfil span {
    text-transform: uppercase;
    font-size: calc(0.8 * var(--altura-fonte));
}
#aviso-perfil {
    position: absolute;
    text-align: center;
    top: calc(-2.5 * var(--altura-fonte));
    font-size: calc(1.1 * var(--altura-fonte));
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
}
@media only screen and (max-width: 400px) {
    #form-perfil {
        width: calc(100% - 1.5rem);
    }
}
