@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;
    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: 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);
    -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: 0 !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: 100px 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: #F48154;
    border-color: #F48154;
}

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

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

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


.topbar {
    margin: 0;
    border-bottom: 7px solid #031c2c;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    height: 80px;
    background-color: #F6F6F6;
    -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: #8b1d19;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif, Verdana;
    text-align: center;
}

.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;
}

.layout-wrapper .topbar > div {
    width: 33.3%;
}

.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;
}

.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;
}

body .input-button-right {
    margin-left: -2px;
    border-radius: 0 3px 3px 0 !important;
    background: #2196f3;
}

body .input-button-right.ui-state-active {
    background: #266daf;
}

body .ui-state-hover.input-button-right {
    background-color: #3fa9fd !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: #e3e3e3 !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: 0.65;
}

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: decimal;
}

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

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

.filtro-personalizado {
    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;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.filtro-personalizado > span:first-of-type {
    width: 50px;
    background: #2196f3;
    border: 1px solid #2196f3;
    color: #ffffff;
    font-size: 29px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    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;
}

.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: 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);
    -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: 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);
    -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;
}

.block {
    display: block;
}

.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 {
    background-color: #8f000294 !important;
    padding: 0 !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 hsl(0, 0%, 26%), 0 1px 5px 0 hsl(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: 0 !important;
}

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

.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;
}

input[type='text']:not(.ui-selectcheckboxmenu-filter-container input),
input[type='text']:not(.ui-selectcheckboxmenu-filter-container input):focus,
input[type='password'],
input[type='password']:focus,
textarea {
    border: 1px solid #bdbdbd;
    /* height: 35px !important; */
    border-radius: 3px;
    padding: 10px !important;
    background-image: none !important;
    background-color: #FFFFFF !important;
}

.ui-fluid .ui-inputtextarea {
    border-width: 1px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input[type='text'].ui-state-error,
input[type='password'].ui-state-error,
textarea.ui-state-error {
    border: 1px solid #e62a10 !important;
}

.ui-selectonemenu, .ui-selectcheckboxmenu {
    border: 1px solid #bdbdbd !important;
    border-radius: 3px !important;
    background-image: none !important;
    background-color: #FFFFFF !important;
}

.ui-selectonemenu.ui-state-error, .ui-selectcheckboxmenu.ui-state-error {
    border: 1px solid #e62a10 !important;
}

.ui-selectonemenu .ui-selectonemenu-label {
    padding: 10px;
}

body.layout-compact .ui-selectonemenu .ui-selectonemenu-trigger {
    top: 13px;
}

.ui-selectcheckboxmenu ul.ui-inputfield {
    background: none;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
    top: 20% !important;
}

@media (max-width: 600px) {
    .linha-form {
        display: flex;
        flex-flow: column;
    }

    .campo-form, .campo-display-form {
        width: 100% !important;
    }

    .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .barra-publico-alvo {
        flex-wrap: wrap;
    }

    .card-tipo-publico-alvo {
        width: 100% !important;
        margin-top: 5px;
    }
}

.inscricao-premio .topo {
    display: flex;
    justify-content: center;
    background: #102447;
}

.inscricao-premio .layout-wrapper {
    background: #fff;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-flow: column;
    padding-bottom: 50px;
}

.inscricao-premio h1 {
    padding: 10px 20px;
    background: #F4F4F4;
    font-size: 14px;
    border-radius: 50px;
    margin-top: 30px;
}

.dados-form {
    max-width: 90%;
    margin: 0 auto;
}

.dados-form section {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}

.linha-form {
    margin-bottom: 0;
}

.campo-form label {
    display: block;
    margin-bottom: 3px;
}

.barra-publico-alvo {
    display: flex;
    margin-top: 20px;
}

.card-tipo-publico-alvo {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    background: #F1F1F1;
    width: 208px;
    height: 87px;
    margin-right: 10px;
    cursor: pointer;
}

.card-tipo-publico-alvo.selecionado {
    background: #BD5666;
    color: #fff;
}

.descricao-publico-alvo {
    margin-top: 20px;
    text-align: justify;
}

.dados-form {
    max-width: 90%;
    margin: 0 auto;
}

.dados-form section {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}

.linha-form {
    margin-bottom: 0;
}

.campo-display-form {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.campo-display-form label, .campo-display-form span {
    display: block;
}

.campo-display-form label {
    font-size: 13px;
    margin-bottom: 3px;
}

.campo-display-form span {
    font-size: 14px;
    font-weight: bold;
}

body .ui-button.btn {
    min-width: 150px !important;
    margin-right: 10px;
    padding: 0 14px;
}

body .ui-button.azul {
    margin-right: 0.5em;
    background: #2196f3;
    border: 1px solid #2196f3;
}

body .ui-button.azul.ui-state-active {
    background: #266daf;
}

body .ui-button.ui-state-hover.azul {
    background-color: #3fa9fd !important;
}

body .ui-button.ui-state-hover.azul.ui-state-active {
    background: #285076;
}

body .ui-button.cinza,
body .ui-commandlink.cinza {
    color: #1a1a1a;
    background: #d5d5d5;
}

body .ui-button.cinza.ui-state-active {
    background: #b4b4b4;
}

body .ui-button.ui-state-hover.cinza {
    background-color: #bdbdbd !important;
}

body .ui-button.ui-state-hover.cinza.ui-state-active {
    background: #b4b4b4;
}

.color-azul {
    color: #2196f3;
}

.btnVoltar {
    background: #fff !important;
    border: 1px solid #2196f3 !important;
    color: #2196f3 !important;
}

.btnVoltar:hover {
    background: #fafafa !important;
}

.btnEdital {
    background: #535353 !important;
}

.btnEditar {
    background: #5698BD !important;
}

.btnExcluir {
    background: #BD5666 !important;
}

.btnSubmeter {
    background: #4C9133 !important;
}

.btnImprimir {
    background: #51708C !important;
}

.painel-resumo-publico-alvo {
    background: #F4F4F4;
    padding: 20px;
}


.color-picker-custom button {
    width: 120px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-picker-custom button > span > span {
    border: none !important;
    width: 120px !important;
    height: 50px !important;
    font-size: 0;
}

.layout-wrapper .ultima-menu li a .menuitem-badge {
    background-color: #eb3636;
}

.layout-wrapper .ultima-menu li a span {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

body.layout-compact .layout-wrapper .ultima-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body .btn.esqueci.ui-button .ui-button-text {
    font-size: 14px;
}

.label-anexo {
    background: #d8d8d8;
    width: max-content;
    margin: 0 auto;
    padding: 2px 30px;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    font-size: 12px;
}

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

.mensagem {
    border: 1px dashed #bdbdbd;
    width: 100%;
    display: block;
    padding: 1em;
    font-size: 13px;
    color: black;
}

.mensagem.padrao {
    background: #efefef;
}

.tokens {
    display: flex;
    flex-wrap: wrap;
}

.token {
    background: #a03021;
    color: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: auto;
    overflow: visible;
    box-shadow: 0 1px 2.5px 0 rgb(0 0 0 / 26%), 0 1px 5px 0 rgb(0 0 0 / 16%);
    margin: 5px;
}

.token i {
    float: left;
    background: #631414;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    color: #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.token label {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    color: #ffffff;
    cursor: pointer;
}

.token-secondary {
    background: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    width: auto;
    overflow: visible;
    border: 1px dashed grey;
    color: grey;
}

.token-secondary * {
    cursor: pointer;
}

.token-secondary i {
    float: left;
    background: grey;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.token-secondary a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: grey;
}

.token-secondary label {
    width: calc(100% - 30px);
    height: 100%;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
}


body.layout-compact .ui-datatable.com-borda thead th,
body.layout-compact .ui-datatable.com-borda tbody tr.ui-widget-content td {
    border: 1px solid #e1e1e1;
}

.detalhamento-dia {
    width: 100%;
    border-left: 10px solid #c7c7c7;
    padding: 10px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
}

.icon {
    color: #aaaaaa;
}

.button-secondary {
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    background-color: white !important;
    color: black !important;
    border: 2px solid #931004 !important;
}

.borda-titulo {
    display: flex;
    align-items: center;
}

.borda-titulo label {
    width: 250px;
}

.borda-titulo span {
    width: 100%;
    border-bottom: 5px solid #dbdbdb;
}

.ui-datatable-reflow td * {
    cursor: pointer;
}

body.layout-compact .ui-fluid .ui-calendar .ui-datepicker-trigger.ui-button {
    top: 9px !important;
}

.message-error {
    border: 1px dashed #c96e61 !important;
    background-color: #ffe7e3 !important;
    color: #761B1D !important;
    padding: 1em !important;
    text-align: center;
}

.mensagem-inscricao div {
    text-align: center;
}

.mensagem-inscricao i {
    font-size: 80px;
}

.mensagem-inscricao.erro {
    color: #e62a10 !important;
}

.red {
    color: red;
}

.borderBottomNoLast:not(:last-of-type) {
    border-bottom: 1px solid #e7e3e3;
}

.banner {
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.gestores .gestor {
    border: 1px solid #cfcfcf;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: background-color 0.3s;
    text-transform: uppercase;
}

.gestores .gestor:not(:last-of-type) {
    border-bottom: none;
}

.gestores .gestor:hover {
    background: #ececec;
}

.gestores .gestor i {
    float: right;
}

.gestores .gestor.selecionado {
    background-color: #d3d3d3;
}

.ui-selectcheckboxmenu-token {
    line-height: 25px;
}

.lista-agendamentos {
    height: 100%;
    border-left: 1px solid #c1c1c1;
    margin-left: 2em;
}

.lista-agendamentos .header {
    font-size: 18px;
    padding: 10px 18px;
    background-image: linear-gradient(to right, #2196f3, #94d0ff);
    color: #ffffff;
    font-weight: bold;
    box-shadow: 0 1px 2.5px 0 rgb(0 0 0 / 26%), 0 1px 5px 0 rgb(0 0 0 / 16%);
}

.lista-agendamentos .header i {
    margin-right: 10px;
    font-size: 18px;
}

.lista-agendamentos .body {
    height: 100%;
}

.lista-agendamentos .body .vazio {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-flow: column;
}

.lista-agendamentos .body .vazio span {
    margin-top: 10px;
    color: #a1a1a1;
    font-family: 'Verdana', sans-serif;
}

.lista-agendamentos .body .agendamento {
    padding: 1em;
    transition: background-color 0.3s;
    display: flex;
}

.lista-agendamentos .body .agendamento * {
    cursor: pointer !important;
}

.lista-agendamentos .body .agendamento:not(:last-of-type) {
    border-bottom: 1px solid #e7e7e7;
}

.lista-agendamentos .body .agendamento > div > label:first-of-type {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.lista-agendamentos .body .agendamento > div > span {
    display: block;
    color: #8f8f8f;
    font-size: 13px;
}

.lista-agendamentos .body .agendamento:hover {
    background-color: #ececec;
}

.lista-agendamentos .body .agendamento > div > span i {
    font-size: 13px;
}

.lista-agendamentos .body .agendamento > div:first-of-type {
    width: 100%;
}

.lista-agendamentos .body .agendamento .detalhe {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lista-agendamentos .body .agendamento .detalhe span {
    border-radius: 5px;
    width: 95px;
    text-align: center;
    padding: 4px;
    font-size: 10px;
    font-family: 'Verdana', sans-serif;
    border: 1px solid #e9e9e9;
}

.lista-agendamentos .body .agendamento .detalhe span.em_homologacao {
    background-color: orange;
    color: #FFFFFF;
}

.lista-agendamentos .body .agendamento .detalhe span.em_cadastro {
    background-color: yellow;
}

.lista-agendamentos .body .agendamento .detalhe span.em_andamento {
    background-color: dodgerblue;
    color: #ffffff;
}

.lista-agendamentos .body .agendamento .detalhe span.nao_homologado {
    background-color: orangered;
    color: #ffffff;
}

.lista-agendamentos .body .agendamento .detalhe span.suspenso {
    background-color: darkred;
    color: #ffffff;
}

.lista-agendamentos .body .agendamento .detalhe span.finalizado {
    background-color: limegreen;
    color: #ffffff;
}

.lista-agendamentos .body .agendamento .detalhe span.homologado {
    background-color: lightskyblue;
    color: #ffffff;
}

.fc-event-container {
    width: 100% !important;
}

.confirmacao-subeventos {
    background: #d9d9d9;
    padding: 10px;
    width: 100%;
}

body.layout-compact .confirmacao-subeventos h2 {
    font-size: 16px;
}

.confirmacao-subeventos h2,
.confirmacao-subeventos > div > span:first-of-type {
    font-family: 'Verdana', sans-serif;
}

.confirmacao-subeventos > div > span:first-of-type {
    font-size: 12px;
}

.confirmacao-subeventos > div > div {
    width: 20%;
}

.confirmacao-subeventos button {
    background-color: #8b8b8b !important;
    margin: 5px;
}

.ui-datatable .ui-datatable-header {
    background-color: #d9d9d9;
    color: #212121;
    border: none;
    font-weight: bold;
    font-size: 16px !important;
    padding: 15px !important;
}

body .ui-inputgroup {
    height: auto !important;
}

.ui-inputgroup.custom i {
    border: 1px solid #2196f3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #ffffff;
    background: #2196f3;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

body .ui-fluid .ui-inputgroup.custom .ui-button {
    border: 1px solid #2196f3;
    background-color: #2196f3;
}

body.layout-compact .ui-inputgroup.custom .ui-button.ui-state-hover:not(.ui-datepicker-trigger) {
    background-color: #05497e;
}

body.layout-compact .ui-fieldset.fieldset-com-legenda .ui-fieldset-legend {
    background: #2196f3;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px;
    font-size: 12px;
}

.text-overflow-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    white-space: nowrap;
}

.layout-header .comandos {
    text-align: right;
}

.layout-header .comandos > :not(:last-child) {
    margin-bottom: 10px
}

.link-exibir-ajuda {
    color: #2196f3;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-right: 0 !important;
}

.link-exibir-ajuda * {
    cursor: pointer;
}

.link-exibir-ajuda i {
    font-size: 18px;
    margin-left: 5px;
}

body .ui-accordion .ui-accordion-header,
body .ui-accordion .ui-accordion-header.ui-state-hover,
body .ui-accordion .ui-accordion-header.ui-tabs-outline:not(.ui-state-active) {
    text-align: left;
    background-color: #d9d9d9;
    color: #212121;
}

body.layout-compact .ui-accordion .ui-accordion-header {
    padding-right: 36px !important;
    padding-left: 14px;
}

.ui-accordion .ui-accordion-header .ui-icon {
    right: 0.5em;
    left: auto !important;
}

.ui-accordion .ui-accordion-header * {
    cursor: pointer;
}

body.layout-compact .ui-accordion .ui-accordion-content {
    text-align: left !important;
}

.ui-colorpicker > button {
    background-color: #FFFFFF;
    padding: 0.8em;
}

span.md-inputfield span.ui-colorpicker button.ui-button:hover, span.md-inputfield span.ui-colorpicker button.ui-button:focus{
    background-color: #FFFFFF;
    border: 1px solid #939191;
}

.md-inputfield > span.ui-colorpicker > button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only > span.ui-button-text.ui-c > span {
    width: 2em !important;
    height: 2em !important;
    text-indent: -9999px !important;
}

.evento-color-01 .fc-content {
    background-color: #2B78A2;
}

.evento-color-02 .fc-content {
    background-color: #6EA8C9;
}

.evento-color-03 .fc-content {
    background-color: #B6DEE7;
}

.evento-color-04 .fc-content {
    background-color: #FCD9DD;
}

.evento-color-05 .fc-content {
    background-color: #F9E2CF;
}

.evento-color-06 .fc-content {
    background-color: #F2CDAF;
}

.evento-color-07 .fc-content {
    background-color: #B6DCB6;
}

.evento-color-08 .fc-content {
    background-color: #D2E9E1;
}

.evento-color-09 .fc-content {
    background-color: #FBEDC9;
}

.evento-color-10 .fc-content {
    background-color: #F8DDA9;
}

.evento-color-11 .fc-content {
    background-color: #FCB6D0;
}

.evento-color-12 .fc-content {
    background-color: #FFDEE1;
}