@CHARSET "UTF-8";

.loading, .loading-content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2100;
    border: 0;
}

.loading-content {
    position: fixed;
    background: rgba(255, 255, 255, .5) no-repeat center center;
}

.campoObrigatorio {
    color: red !important;
}

.text-center {
    text-align: center;
}

.logo-centro {
    text-align: center;
    height: 68px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}

@media (min-width: 1025px) {
    .topbar-welcome {
        /*margin-top: 9px;*/
        text-align: center;
    }
}

@media (max-width: 1025px) {
    .topbar-welcome {
        display: none;
    }
}

@media (max-width: 1025px) {
    .logo-centro {
        display: none;
    }

}

.footer-geral {
    width: 100%;
    margin: 20px auto;
}

.footer-geral .card {
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    font-size: 14px;
    box-shadow: 0 1px 2px -4px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px -4px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 0px !important;
    background: #f6f6f6;
    align-items: flex-end;
    font-size: 13px;
}

.footer-geral .card div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    min-width: max-content;
}

.ui-outputlabel .ui-outputlabel-rfi {
    color: red;
}

.profile-image {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.profile-image img {
    width: 100%;
    min-height: 100%;
}


body.login .card {
    width: 384px;
    margin: 50px auto;
    padding: 2em 1em;
    background: transparent;
    border: none;
    box-shadow: none;
}

body.login .card .imagens-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

body.login .card .imagens-login .imagem {
    flex-grow: 1;
}

body.login .card .card-body {
    background: white;
    padding: 30px 70px;
    height: 100%;
    display: flex;
    flex-flow: column;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
}

body.login .btn:not(:first-of-type) {
    margin-top: 15px;
}

body.login .btn.entrar {
    background-color: #3f5182;
    border-color: #3f5182;
}

body.login .btn.esqueci, body.login .btn.esqueci:hover {
    background-color: #959595;
    border-color: #959595;
}

body.login .btn.entrar:hover {
    background-color: #3f5182;
    border-color: #3f5182;
}

.login-body .ui-inputfield {
    border-radius: 0;
    border-width: 0 0 1px 0;
    padding: 0;
    font-size: .8em !important;
}


.topbar {
    margin: 0;
    /*border-top: 7px solid #8b1d19;*/
    padding: 10px;
    display: flex;
    justify-content: space-between;
    height: 80px;
    background-color: #011132 !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
}

.topbar .titulo-sistema {
    font-size: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif, Verdana;
}

.topbar .titulo-sistema span {
    width: 215px;
    text-align: center;
    line-height: 25px;
}

.topbar .perfil-usuario {
    display: flex;
    align-items: center;
    width: 250px;
    justify-content: flex-end;
}

.topbar .perfil-usuario .opcoes-usuario .usuario-nome {
    font-size: 16px;
    color: #8b1d19;
}

.topbar .perfil-usuario .opcoes-usuario .usuario-cargo {
    font-size: 14px;
    font-family: Verdana, sans-serif;
    color: #484848;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 125px;
}

.topbar .perfil-usuario > a {
    margin-left: 10px;
}

.topbar .perfil-usuario a > i {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.topbar .imagem-perfil-min {
    margin-right: 10px;
}

.imagem-perfil-min {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
}

.imagem-perfil-min img {
    width: 100% !important;
}

.imagem-perfil-lg {
    width: 150px !important;
    height: 150px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.imagem-perfil-lg img {
    width: 100% !important;
}

.upload-imagem-perfil {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 20px;
}

.dialog-foto .ui-dialog-footer span,
.dialog-foto .ui-dialog-footer span div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dialog-foto .ui-dialog-footer button {
    display: flex;
    align-items: center;
}

@media (min-width: 1025px) {
    .layout-menu {
        margin-left: 0 !important;
    }

    main {
        margin-left: 375px !important;
    }
}

.layout-menu {
    top: 81px;
    left: 0;
    margin-left: -375px;
    width: 375px;
    height: 100%;
    background-color: #f3f3f3 !important;
    position: fixed;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
    -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
}

main {
    margin-left: 0;
    margin-top: 100px;
    -moz-transition: margin-left 0.3s;
    -o-transition: margin-left 0.3s;
    -webkit-transition: margin-left 0.3s;
    transition: margin-left 0.3s;
}

.layout-menu .content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.layout-menu .header {
    background: #c3c3c3;
    height: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #8b1d19;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.layout-menu .painel-pesquisa {
    padding: .5em 0 .5em 1em;
    height: 80%;
}

.layout-menu .painel-pesquisa .filtro {
    display: flex;
    align-items: center;
}

.layout-menu .painel-pesquisa .filtro input {
    line-height: 32px;
    width: 90%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #c3c3c3;
    background: #ffffff;
    padding-left: 10px;
}

.layout-menu .painel-pesquisa .filtro i {
    font-size: 26px;
    padding: 5px;
    background: #c3c3c3;
    color: #8b1d19;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.layout-menu .painel-pesquisa .colaboradores {
    margin-top: 10px;
    height: 86%;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0;
}

.layout-menu .painel-pesquisa .colaboradores.ui-widget-content {
    background-color: #e4e4e4;
    border: none;
    padding: 0;
}

.layout-menu .painel-pesquisa .colaboradores .ui-scrollpanel-track {
    background-color: #eaeaea;
}

.layout-menu .painel-pesquisa .colaborador {
    height: 80px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid white;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
}

.layout-menu .painel-pesquisa .colaborador:hover {
    background: #eaeaea;
}

.layout-menu .painel-pesquisa .colaborador.interno:before {
    content: 'M';
    background: #8b1d19;
    position: absolute;
    font-size: 10px;
    height: 14px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    margin-top: 5px;
    border-radius: 2px;
}

.layout-menu .painel-pesquisa .colaborador > div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.layout-menu .painel-pesquisa .colaborador .detalhes {
    flex-grow: 1;
    flex-basis: 0;
    margin-left: 10px;
    display: inline-grid;
}

.layout-menu .painel-pesquisa .colaborador .detalhes .nome {
    color: #8b1d19;
    font-weight: bold;
    font-family: sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 99%;
}

.layout-menu .painel-pesquisa .colaborador .detalhes .cargo, .layout-menu .painel-pesquisa .colaborador .detalhes .departamento {
    color: #5d5d5d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
    width: 100%;
}

.layout-menu .painel-pesquisa .colaborador .opcoes {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-menu .painel-pesquisa .colaborador .opcoes i {
    font-size: 24px;
    color: #5d5d5d;
}

.layout-menu .painel-pesquisa .colaboradores .empty ,
.container-diligencias .empty {
    font-size: 13px;
    padding: 15px;
    color: #565656;
    font-family: Verdanda, sans-serif;
}

.layout-menu .painel-pesquisa .colaboradores .empty a {
    color: #8b1d19;
    font-weight: bold;
    text-decoration: underline;
}

.layout-menu > .content > .opcoes {
    position: absolute;
    bottom: 80px;
    width: 100%;
    background: #c3c3c3;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-menu > .content > .opcoes button {
    height: 85%;
    border-radius: 0;
    width: 95%;
    background: #8b1d19;
}

.legenda-formulario {
    font-size: 18px;
    color: #8b1d19;
    font-weight: bold;
    font-family: sans-serif;
}

.opcoes-formulario button {
    float: right;
    background: #8b1d19;
    max-width: 150px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 35px !important;
}

.opcoes-formulario .ui-button.ui-state-hover, .opcoes-formulario .ui-button.ui-state-focus {
    background: #b53d38;
}

body .ui-inputfield.ui-state-disabled {
    opacity: 1;
}

body input:disabled, body textarea:disabled {
    color: black !important;
}

.painel-upload-imagem {
    height: 100px;
    margin-bottom: 10px;
}

.painel-upload-imagem .ui-fieldset-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.painel-upload-imagem .imagem-perfil-lg {
    border: 1px solid #bfbfbf;
}

.painel-upload-imagem .opcoes {
    margin-left: 20px;
}

.painel-upload-imagem .opcoes button:first-of-type {
    background: #8b1d19;
    height: 35px;
    margin-bottom: 10px;
}

.painel-upload-imagem .opcoes button:last-of-type {
    height: 35px;
    background: #deb974;
}

body.layout-compact .ui-fileupload .ui-fileupload-buttonbar {
    background: #ffffff;
    border: none;
}

body .ui-fileupload .ui-fileupload-buttonbar .ui-button {
    background-color: #8b1d19;
}

body .ui-fileupload .ui-fileupload-buttonbar .ui-button.ui-state-hover {
    background-color: #b53d38;
}

body .ui-fileupload-content.ui-widget-content.ui-corner-bottom {
    border: none;
}

body .ui-inputswitch.ui-inputswitch-checked {
    background-color: #ff716c;
    border-color: #ff716c;
}

body .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-handle {
    background-color: #8b1d19;
}

.painel-destaque {
    background: #eaeaea;
    border-radius: 3px;
    padding: 20px;
    -moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
}

.painel-destaque .selecionar label {
    margin-left: 10px;
    color: #8b1d19;
}

.painel-destaque textarea {
    width: 100%;
    margin-top: 20px;
    border-style: solid;
    border-width: 1px !important;
    border-color: rgb(189, 189, 189);
    background-color: #ffffff;
    padding: 0.5rem;
}

.painel-destaque textarea.ui-inputfield.ui-state-disabled {
    opacity: 0.8;
}

.painel-destaque .selecionar {
    display: flex;
    align-items: center;
}

.painel-destaque .md-inputfield {
    margin-top: 40px;
}

.header-formulario {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header-formulario .situacao {
    float: right;
    border-radius: 10px;
    display: block;
}

.header-formulario .situacao div:first-of-type {
    font-size: 13px;
    color: #656565;
    text-align: right;
}

.header-formulario .situacao div:last-of-type {
    display: flex;
    align-items: center;
}

.header-formulario .situacao div:last-of-type span {
    color: grey;
    margin-left: 2px;
    cursor: pointer;
    font-size: 24px;
}

.header-formulario .situacao label {
    font-weight: bold;
    font-size: 16px;
    color: #8b1d19;
    text-align: right;
    text-transform: uppercase;
}

.layout-menu .content.administrador > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.layout-menu .content.administrador > ul > li {
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid white;
}

.layout-menu .content.administrador > ul > li a, .layout-menu .content.administrador > ul > li > .submenu .submenu-top {
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 40px;
    color: #3e464c;
}

.layout-menu .content.administrador > ul > li a * {
    cursor: pointer;
}

.layout-menu .content.administrador > ul > li i {
    margin-right: 10px;
    font-size: 22px;
}

.layout-menu .content.administrador > ul > li > .submenu a {
    padding-left: 20px;
}

.titulo {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.titulo label {
    font-size: 20px;
    color: #8b1d19;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}

.titulo button {
    max-width: 150px;
    float: right;
}

body .md-inputfield .ui-state-disabled ~ label {
    top: -20px;
    font-size: 12px;
    color: #5f7683;
}

.ui-selectonemenu.ui-widget.ui-state-default.ui-corner-all.ui-state-disabled {
    opacity: 0.99 !important;
    filter: Alpha(Opacity=99) !important;
}

body .md-inputfield input:placeholder-shown ~ label, body .md-inputfield .placeholder-shown ~ label {
    top: -20px !important;
}

body .md-inputfield input::placeholder {
    color: #9c9c9c;
}

.ui-tabs-header > a {
    display: flex;
    align-items: center;
}

.ui-tabs-header > a > i {
    margin-right: 10px;
}

.detalhar-grupo-acesso .card {
    padding: 0 !important;
}

.detalhar-grupo-acesso .topo {
    background: #efefef;
}

.detalhar-grupo-acesso .topo .detalhes {
    display: flex;
    justify-content: space-between;
}

.detalhar-grupo-acesso .topo .detalhes label {
    font-size: 13px;
    color: #8b1d19;
}

.detalhar-grupo-acesso .topo .detalhes > div:last-of-type > div:first-of-type {
    text-align: right;
}

.detalhar-grupo-acesso .topo .detalhes span {
    font-size: 16px;
    max-width: 250px;
}

.detalhar-grupo-acesso .secao .titulo {
    height: 75px;
    justify-content: center;
    background: #bcbcbc;
}

.detalhar-grupo-acesso .opcoes {
    text-align: right;
}

.detalhar-grupo-acesso .opcoes button {
    max-width: 150px;
    height: 35px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: #8b1d19 !important;
}

.ui-datalist-content {
    border: none !important;
    padding: 0 !important;
}

.ui-datalist-content > ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ui-datalist .ui-paginator {
    background-color: #bcbcbc !important;
    color: #3e464c !important;
    border: 1px solid #bcbcbc !important;
}

.ui-datalist .ui-paginator a {
    color: #3e464c !important;
}

.ui-datalist .ui-datalist-item .grupo-acesso-deletar-colaborador {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ececec;
}

.ui-datalist .ui-datalist-item .grupo-acesso-deletar-colaborador i {
    font-size: 24px;
    color: #931004;
}

.filtro-personalizado {
    margin-top: 10px;
    display: flex;
}

.filtro-personalizado input {
    width: 100%;
    padding: 5px;
    line-height: 30px;
    border: 1px solid #bcbcbc !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.filtro-personalizado > span:first-of-type {
    width: 50px;
    background: #bcbcbc;
    color: #931004;
    font-size: 29px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.ui-datatable .ui-datatable-header {
    background-color: #3F484D;
    color: #FFF;
    border: none;
}

.ui-datatable .ui-paginator {
    background-color: #2E3538;
    border: none;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    color: #931004;
}

.dialog-aviso-recurso-sigiloso .opcoes {
    text-align: center;
    margin-top: 100px;
}

.dialog-aviso-recurso-sigiloso .opcoes button {
    background: #931004;
    width: 150px;
    height: 35px;
    margin-left: 5px;
}

.componente-colaborador {
    display: flex;
    margin-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.componente-colaborador:not(:last-of-type) {
    border-bottom: 1px solid #e8e8e8;
}

.componente-colaborador .imagem {
    margin-right: 10px;
}

.componente-colaborador .nome {
    color: #8b1d19;
}

.componente-colaborador .unidade,
.componente-colaborador .email,
.componente-colaborador .cargo,
.componente-colaborador .inicio-quarentena,
.componente-colaborador .termino-quarentena,
.componente-colaborador .tipo-licenca {
    font-size: 13px;
    color: grey;
    text-transform: uppercase;
}

.ui-dialog:not(.ui-confirm-dialog) .ui-dialog-footer button {
    background: #931004;
    /*height: 35px;*/
    width: 150px !important;
}

.detalhar-colaborador .card {
    padding: 0 !important;
}

.detalhar-colaborador .topo {
    background: #efefef;
}

.detalhar-colaborador .topo .dados-colaborador {
    display: flex;
}

.detalhar-colaborador .topo .dados-colaborador .imagem {
    padding: .5em;
}

.detalhar-colaborador .topo label, .detalhar-colaborador .principal #tabDadosPessoais label {
    color: #8b1d19;
}

.detalhar-colaborador .topo .titulo i {
    font-size: 26px;
    color: grey;
}

@media (min-width: 1025px) {
    .dados-acesso .coluna-grupos {
        border-right: 1px solid #c3c3c3;
    }
}

.dados-acesso .coluna-grupos .grupo-acesso {
    display: flex;
    align-items: center;
    background: #ececec;
    padding: 10px;
    margin-bottom: 2px;
    height: 50px;
}

.dados-acesso .coluna-grupos .grupo-acesso i {
    font-size: 24px;
    color: #545454;
}

.dados-acesso .coluna-grupos .grupo-acesso div:first-of-type {
    width: 100%;
}

.dados-acesso .coluna-grupos .grupo-acesso label {
    margin-left: 10px;
    width: 100%;
}

.dados-acesso .coluna-grupos .grupo-acesso label.tipo-grupo {
    font-size: 11px;
    color: #5d5d5d;
    text-transform: uppercase;
}

.dados-acesso .coluna-grupos .grupo-acesso .btnSairGrupo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dados-acesso .coluna-grupos .grupo-acesso .btnSairGrupo i {
    color: #931004;
    font-size: 22px;
}

.detalhar-colaborador .dados-acesso .outros-acessos i {
    margin-right: 10px;
    color: #ec6819;
}

.detalhar-colaborador .dados-acesso .outros-acessos {
    margin-top: 10px;
    display: flex;
    align-items: center;
    color: #ec6819;
    font-weight: bold;
    font-size: 12px;
}

.detalhar-colaborador .dados-acesso .legenda {
    margin-top: 10px;
    margin-bottom: 10px;
}

.detalhar-colaborador .dados-acesso .legenda > div {
    display: flex;
    align-items: center;
}

.detalhar-colaborador .dados-acesso .legenda > div > label {
    margin-left: 5px;
    font-size: 12px;
}

.detalhar-colaborador .dados-acesso .legenda > div.ok > i,
.detalhar-colaborador .dados-acesso .legenda > div.ok > label {
    color: #545454;
}

.detalhar-colaborador .dados-acesso .legenda > div.alem > i,
.detalhar-colaborador .dados-acesso .legenda > div.alem > label {
    color: #82721e;
}

.detalhar-colaborador .dados-acesso .legenda > div.aquem > i,
.detalhar-colaborador .dados-acesso .legenda > div.aquem > label {
    color: #920e02;
}

.selectmenu-recursos,
.selectmenu-recursos tr,
.selectmenu-recursos td,
.selectmenu-recursos th {
    border: none !important;
}

.selectmenu-recursos i {
    font-size: 24px;
    color: #545454;
}

.selectmenu-recursos td:first-of-type {
    width: 45px;
}

.selectmenu-recursos .sigiloso {
    color: #ff7600;
    float: right;
}

.upload-anexo-sigiloso {
    width: 100%;
    border: 1px solid grey;
    display: flex !important;
    align-items: center;
    height: 40px;
    padding-left: 10px;
    margin-top: 20px;
}

.upload-anexo-sigiloso .ui-button {
    position: absolute;
    right: 0;
    margin-right: 0;
    border-radius: 0;
    height: 40px !important;
    display: flex;
    align-items: center;
    background: grey !important;
}

.recurso {
    position: relative;
    background: #ececec;
    display: flex;
    align-items: center;
    margin: 1px;
    padding: 0;
    height: 50px;
}

.recurso.alem, .recurso.alem .btn-excluir-recurso {
    background: #fff1a5;
}

.recurso.alem i, .recurso.alem label {
    color: #82721e;;
}

.recurso.aquem {
    background: #ffb6b6;
}

.recurso.aquem i, .recurso.aquem label {
    color: #920e02;
}

.recurso.aquem > a > div > div {
    margin-left: 10px;
    font-size: 11px;
    color: #a02d22;
}

.recurso label {
    color: #3e464c;
    margin-left: 10px;
}

.recurso * {
    cursor: pointer;
}

.recurso i {
    font-size: 20px;
    color: #545454;
}

.recurso > * {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
}

.recurso .sigiloso {
    position: absolute;
    right: 10px;
    color: #ff7600 !important;
    margin: 0;
    font-size: 24px;
}

.recurso .btn-download-anexo {
    /*background: #ececec;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    position: relative;
    padding: 0;
}

.recurso .btn-download-anexo i {
    color: #931004 !important;
    font-size: 24px !important;
    margin-right: 0 !important;
}

.recurso .btn-excluir-recurso {
    display: flex;
    align-items: center;
    background: #ececec;
    padding-right: 10px;
    padding-left: 10px;
    max-width: 50px;
    justify-content: center;
    margin-top: 1px;
    margin-bottom: 1px;
}

.recurso .btn-excluir-recurso i {
    color: #931004;
    font-size: 22px;
}

.dashboard .contador {
    height: 100%;
    display: block;
    padding: 10px !important;
}

.dashboard .contador * {
    cursor: pointer;
}

.dashboard .contador .legenda {
    text-align: center;
    color: #8b1d19;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    height: 30%;
}

.dashboard .contador .valor {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}

.dashboard .contador .barra-progresso {
    width: 100%;
    height: 7px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    background: #ffffff;
}

.dashboard .contador .barra-progresso .percentual {
    height: 100%;
    border-radius: inherit;
    background-color: green;
    transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
}

.dashboard .contador .barra-progresso .percentual.atencao {
    background-color: #aa7d00;
}

.dashboard .contador .barra-progresso .percentual.maximo {
    background-color: #aa0000;
}

.dashboard .contador .barra-progresso-legenda {
    text-align: center;
    margin-bottom: 5px;
}

.dashboard .contador .barra-progresso-legenda > label {
    font-size: 12px;
    color: #4e4e4e;
}

.dashboard .contador .dica {
    float: right;
}

.dashboard .contador .dica i {
    color: #b7b7b7;
    font-size: 22px;
}

a#opcoesFiltros {
    float: right;
    background: #c5c5c5;
    border-radius: 1px;
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px -4px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px -4px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

a#opcoesFiltros i {
    font-size: 28px;
    color: #931004;
}

.overlay-panel-filtros {
    width: 400px;
    padding-top: 20px;
}

.overlay-panel-filtros .titulo {
    color: #931004;
    font-weight: bold;
}

.overlay-panel-filtros .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.overlay-panel-filtros .footer button {
    background: #931004;
    height: 30px;
    max-width: 150px;
}

.log-auditoria-item {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100%;
}

.log-auditoria-item .detalhes {
    margin-left: 20px;
    width: 100%;
}

.log-auditoria-item .detalhes > div {
    width: 100%;
}

.log-auditoria-item .detalhes > div:first-of-type {
    padding-bottom: 10px;
    font-size: 13px;
    color: #6d6d6d;
}

.tab-licencas-office .btn-salvar,
.tab-licencas-office .btn-remover {
    margin-right: 10px;
    background: #931004 !important;
    max-width: 150px;
}

.tab-listas-distribuicao .lista-distribuicao {
    width: 100%;
    background: #ececec;
    padding: 10px;
    margin-bottom: 1px;
    display: flex;
    justify-content: space-between;
}

.tab-listas-distribuicao .lista-distribuicao a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-listas-distribuicao .lista-distribuicao i {
    font-size: 24px;
    color: #931004;
}

.tab-listas-distribuicao .lista-distribuicao .btn-sair {
    float: right;
}

.tab-listas-distribuicao .lista-distribuicao .detalhes .nome {
    font-size: 16px;
}

.tab-listas-distribuicao .lista-distribuicao .detalhes .email {
    font-size: 12px;
    color: #3e464c;
}

.legendas-colaboradores {
    display: flex;
    align-items: center;
}

.legendas-colaboradores label {
    color: #212121;
    font-weight: normal;
    font-size: 13px;
    margin-right: 3px;
}

.legendas-colaboradores .legenda {
    margin-right: 5px;
}

.legendas-colaboradores .legenda.legenda-vermelho {
    color: #ffb6b6;
}

.legendas-colaboradores .legenda.legenda-cinza {
    color: #e4e4e4;
}

.legendas-colaboradores .legenda.legenda-laranja {
    color: #ffcd84;
}

.legendas-colaboradores .legenda.legenda-white {
    color: #ffffff;
}

.tabela-colaboradores tr.ativo {
    background: #ffffff !important;
}

.tabela-colaboradores tr.desligado {
    background: #ffb6b6 !important;
}

.tabela-colaboradores tr.suspenso {
    background: #e4e4e4 !important;
}

.tabela-colaboradores tr.quarentena {
    background: #ffcd84 !important;
}

.msgActiveDirectory {
    text-align: center;
    background-color: #f3d84f;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px;
    width: 100%;
    -moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
}

.secao.listas-distribuicao .lista-distribuicao {
    background: #ececec;
    padding: 10px;
    margin: 1px;
    display: flex;
    align-items: center;
    height: 50px;
}

.secao.listas-distribuicao .lista-distribuicao i {
    font-size: 20px;
    color: #545454;
    margin-right: 10px;
}

.secao.listas-distribuicao .lista-distribuicao .detalhes .nome {
    font-size: 16px;
}

.secao.listas-distribuicao .lista-distribuicao .detalhes .email {
    font-size: 12px;
    color: #3e464c;
}

.dados-colaborador .terceirizado {
    border: 3px solid #ffcc4d;
}

.dados-colaborador .estagiario {
    border: 3px solid #4caf50;
}

.dados-colaborador .servidor {
    border: 3px solid #1976d2;
}

.dados-colaborador .conselheiro {
    border: 3px solid #755dc5;
}

.lista-salas .ui-datalist-item {
    height: 128px;
    align-items: center;
}

.lista-salas .ui-datalist-item.dark {
    background-color: #f1f1f1 !important;
}

.lista-salas .ui-datalist-item.inativo .sala .dados {
    opacity: 0.6 !important;
}

.lista-salas .sala {
    width: 100%;
    display: flex;
}

.lista-salas .sala label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
}

.lista-salas .sala label,
.lista-salas .sala span {
    color: #8b1d19;
}

.lista-salas .sala .dados {
    width: 100%;
}

.lista-salas .sala .opcoes {
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.lista-salas .sala .opcoes button {
    background: #8b1d19;
    color: #ffffff;
    max-width: 150px;
}

.lista-salas .sala .opcoes > button > span {
    color: #ffffff;
}

.lista-salas .sala .opcoes button:first-of-type {
    margin-bottom: 10px;
}

.colaborador-sem-conta-office {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    background: #da8a87;
    margin-top: 10px;
    box-shadow: 0 1px 2px -4px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 1px 2px -4px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.colaborador-sem-conta-office i {
    color: #ffffff !important;
    font-size: 16px !important;
    margin-right: 5px;
}

.label-vinculo_detalhe {
    background-color: gainsboro;
    padding: 5px 15px;
    border-radius: 15px;
}

.bold {
    font-weight: bold;
}

.EmptyBox5 {
    display: block;
    width: 100%;
    height: 5px;
    overflow: hidden;
}

.EmptyBox10 {
    display: block;
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.EmptyBox20 {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
}

.EmptyBox30 {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.EmptyBox40 {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.Fs16 {
    font-size: 16px !important;
}

.Fs17 {
    font-size: 17px !important;
}

.label-hashtag, .label-aprovadores {
    display: inline !important;
    background-color: #8f000294 !important;
    padding: 0px !important;
    border-radius: 5px !important;
    margin-right: 5px;
    color: #fff;
    font-size: 11px;
    display: flex !important;
    width: max-content;
    justify-content: space-between;
    margin-bottom: 5px;
}

.label-hashtag, .label-aprovadores i {
    width: 30px;
    background: #8F0002;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
    color: #fff;
    font-weight: normal;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.painel-aprovadores {
    display: flex;
    flex-wrap: wrap;
}

.card-box {
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 20px;
    box-shadow: 0 1px 2.5px 0 rgb(0 0 0 / 26%), 0 1px 5px 0 rgb(0 0 0 / 16%);
}

.card-box.grey {
    background: #f0f0f0;
}

.classificacao-resposta {
    width: 100%;
    height: 30px;
}

.tarefa-vinculada {
    width: 100%;
    border: 1px solid grey;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
}

.tarefa-vinculada > div:first-of-type {
    display: block;
    width: 100%;
}

.tarefa-vinculada label {
    width: 100%;
    display: block;
}

.tarefa-vinculada span,
.tarefa-vinculada-tipoVinculo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin-top: 8px;
    border-radius: 12px;
    background: #d6d6d6;
    font-size: 11px;
    padding: 3px 10px;
    text-transform: lowercase;
}

span.tarefa-vinculada-tipoVinculo {
    display: inline-flex;
}

.tarefa-vinculada > a {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tarefa-vinculada > a > i {
    color: #f44336;
}

.layout-wrapper .layout-menu .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.layout-wrapper .layout-menu .profile .profile-name {
    color: #931004;
    margin-top: 10px;
    text-transform: uppercase;
}


.layout-wrapper .layout-menu .profile .ui-selectonemenu {

    margin-top: 5px;
    min-width: 125px;
}

.layout-wrapper .layout-menu .profile.investigador,
.layout-wrapper .layout-menu .profile.colaborador {
    background: #761B1D;
    color: #FFFFFF;
}

.layout-wrapper .layout-menu .profile.investigador span,
.layout-wrapper .layout-menu .profile.colaborador span {
    color: #FFFFFF;
}

.layout-wrapper .barra-botoes{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.layout-wrapper .barra-botoes .botao:nth-child(1){
    margin-left: 0px !important;
}

.layout-wrapper .botao{
    text-transform: uppercase;
    margin-left: 10px;
}

.layout-wrapper .botao.botao-cancelar, .layout-wrapper .botao.botao-voltar{
    background: transparent !important;
    color: #404e82;
}

.layout-wrapper .botao.botao-excluir{
    background: #F44336;
}

.layout-wrapper .botao.botao-vincular{
    background: #607D8B;
}

.layout-wrapper .botao.botao-suspender{
    background: #b98527;
}

.layout-wrapper .botao.botao-cancelar:hover{
    background: #f3f3f3;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.ui-button, body .ui-button {
    background-color: #404e82;
}

body .ui-button.red-btn,
body .ui-button.red-btn.ui-state-focus {
    background-color: #677fd4;
}