body {
    font-size: 62.5%;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    font-family: 'Helvetica', sans-serif !important;
}

.ui-timepicker.ui-widget-header.ui-corner-all {
    justify-content: center;
    align-items: center;
    display: flex;
}

.p-datepicker-panel .ui-timepicker > div {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-datepicker-panel .ui-timepicker > div a {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 4px;
}

.p-datepicker-panel .ui-timepicker > div span {
    width: 20px;
    height: 15px;
    display: block;
    margin: 12px 2px;
    left: 0;
    top: 0;
}

body span.ui-icon.ui-icon-carat-1-n:before {
    content: "";
    background: url(../img/svg/seta-avancar.svg.jsf) center center no-repeat;
    transform: rotate(-90deg);
    display: block;
    height: 15px;
    width: 15px;
}

.p-datepicker-panel .ui-timepicker > .ui-separator {
    border: 0;
}

body span.ui-icon.ui-icon-carat-1-s:after {
    content: "";
    background: url(../img/svg/seta-avancar.svg.jsf) center center no-repeat;
    transform: rotate(90deg);
    display: block;
    height: 15px;
    width: 15px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

iframe {
    max-width: 1176px;
    min-width: 300px;
    width: 80vw;
    height: 75vh !important;
}


/*PADRAO LARGURA PAGINA*/
.pLargura {
    width: 90%;
    margin: 0 auto;
}

/*PADRAO CONTEUDO PRINCIPAL*/
.conteudoPrincipal {
    padding: 60px 0;
    padding-bottom: 150px;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
}

/*CABECALHO PAGINAS*/
.blocoTitulo {
    margin-bottom: 60px;
}

.blocoTitulo h1 {
    font-size: 2.4em;
    padding: 10px 0;
    margin: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: normal;
    border-left: 8px solid;
}

/* PADRAO BREADCRUMB */
#breadcrumb {
    display: flex;
    font-size: 1.4em;
    font-style: italic;
}

#breadcrumb li .setaBreadrumb {
    margin: 0 5px;
    transform: rotate(270deg);
}

/* PADRAO MENU USUARIO */
#boxUsuario {
    display: flex;
    white-space: nowrap;
}

#boxUsuario #boxImgUsuario {
    display: flex;
    position: relative;
    height: 50px;
    white-space: nowrap;
    cursor: pointer;
}

#boxUsuario #boxImgUsuario #logoUsuario {
    margin-right: 10px;
    border-radius: 50%;
}

#boxUsuario #boxNomeUsuario {
    text-align: right;
    margin-right: 15px;
    font-size: 1.6em;
    line-height: 25px;
}

#boxUsuario #listaAcoesUsuario {
    border-radius: 8px;
    position: absolute;
    padding: 10px 20px;
    display: none;
    z-index: 1;
    top: 100%;
    right: 0;
}

#boxUsuario #boxImgUsuario:hover #listaAcoesUsuario {
    display: block;
}

#boxUsuario #listaAcoesUsuario li a {
    padding: 10px 0;
    text-decoration: none;
    display: inline-block;
    font-size: 1.4em;
}

#boxUsuario #listaAcoesUsuario li a:hover {
    text-decoration: underline;
}

/*PADRAO BOTOES*/
.pBlocoBotoesTopo {
    display: flex;
}

.pBlocoBotoesLinha,
.pBlocoBotoesCadastro {
    display: flex;
    justify-content: flex-end;
}

.pBlocoBotoesCadastro button,
.pBlocoBotoesCadastro a,
.pBlocoBotoesLinha button,
.pBlocoBotoesLinha a {
    margin-bottom: 32px;
    margin-right: 32px !important;
}

.pBlocoBotoesCadastro button:last-child,
.pBlocoBotoesCadastro a:last-child,
.pBlocoBotoesLinha button:last-child,
.pBlocoBotoesLinha a:last-child {
    margin-right: 0px !important;
}

.pBlocoBotoesTopo button,
.pBlocoBotoesTopo a {
    margin-right: 32px;
    margin-bottom: 32px;
}

.pBlocoBotoesTopo button:last-child,
.pBlocoBotoesTopo a:last-child {
    margin-right: 0;
}

#blocoPaginaFavorita {
    padding: 19px 0;
}

.botaoPrimario,
.botaoSecundario,
.botaoInfo,
.botaoWarn,
.botaoErro {
    display: block;
    width: 260px;
    height: 60px;
    border-radius: 8px;
    padding: 15px 0;
    font-size: 1.6em;
    text-align: center;
    transition: all 180ms ease-in 0s;
    border: 1px solid;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
}

/* BOTÃO TITULO LATERAL */
.botaoTituloLateral {
    position: absolute; 
    right: 7px; 
    top: 7px; 
    width: 50px; 
    height: 50px; 
    border-radius: 35%; 
    font-size: 18px; 
    padding: 0; 
    min-width: unset; 
    background-color: #EF8E2E; 
    border: 1px solid;
    border-color: #EF8E2E !important; 
    color: white;
}


.botaoPrimario:disabled,
.botaoSecundario:disabled,
.botaoInfo:disabled,
.botaoWarn:disabled,
.botaoErro:disabled {
    cursor: default !important;
    pointer-events: none;
    opacity: 0.4;
}

/* PADRAO BOTAO EDITA CAMPO */
.botaoBuscaCampo,
.botaoEditaCampo,
.botaoNovoCampo {
    position: absolute !important;
    right: -12px;
    top: -12px;
    outline: none;
    height: 35px;
    width: 35px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 180ms ease-in 0s;
}

.botaoBuscaCampo:hover,
.botaoEditaCampo:hover,
.botaoNovoCampo:hover {
    opacity: 0.7;
}

.botaoBuscaCampo .ui-button-text,
.botaoEditaCampo .ui-button-text,
.botaoNovoCampo .ui-button-text {
    display: none !important;
}

/* PADRAO INPUT */
.boxInput {
    position: relative;
    margin-bottom: 32px;
    margin-right: 32px;
}

.boxInput:last-child {
    margin-right: 0;
}

/* PADRAO INPUT, SELECT, AUTOCOMPLETE */
.pInput,
.pSelect,
.pAutocomplete input,
.pCalendar input,
.pSpinner input {
    display: block;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    height: 60px;
    font-size: 1.6em;
    border: 1px solid;
    border-radius: 8px;
    padding: 0 20px !important;
    font-family: 'Helvetica', sans-serif !important;
}

.pAutocomplete button {
    background: url('../img/svg/seta-baixo.svg.jsf') no-repeat center #FFF;
    border: none !important;
    top: 1px !important;
    right: 1px !important;
    background-size: 12px;
    height: 58px !important;
    width: 50px !important;
    border-left-width: 0;
    border-radius: 0 8px 8px 0;
}

.docVisualizer {
    position: absolute;
    top: 16px;
    right: 20px;
}

.docVisualizer img {
    width: 25px;
}

.ui-autocomplete,
.ui-spinner {
    display: block !important;
}

.ui-autocomplete-panel .ui-autocomplete-list {
    font-size: 1.6em;
}

.ui-autocomplete-panel .ui-autocomplete-list-item.ui-state-highlight {
    border-radius: 2px;
}

.pSelect {
    background-size: 12px !important;
    background-position: bottom 24px right 35px !important;
    padding-right: 50px !important;
}

.pSpinner input {
    padding-right: 30px !important;
}

.ui-spinner-button {
    width: 30px !important;
    cursor: pointer !important;
}

/* SPLIT BUTTON */
.ui-splitbutton {
    border: 1px solid;
    border-radius: 4px;
}

.ui-splitbutton .ui-button {
    border: none;
    font-family: Helvetica;
    height: 40px;
}

.ui-splitbutton .ui-splitbutton-menubutton {
    height: 40px;
    border: none;
    border-left: 1px solid;
}

.ui-menu .ui-menuitem-link .ui-menuitem-text {
    font-size: 1.4em;
}

.ui-menu .ui-menuitem-link .ui-menuitem-text:hover {
    text-decoration: underline;
}

/* PADRAO TEXTAREA */
.pTextarea {
    outline: none;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    height: 140px;
    font-size: 1.6em;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 20px !important;
    border: 1px solid;
    resize: none;
    font-family: 'Helvetica', sans-serif !important;
}

/*PADRAO PROGRESSBAR*/

.ui-progressbar {
    height: 1em;
    padding: 2px 0px;
    text-align: left;
    border-radius: 3px;
    border: 1px solid #cecece;
    position: relative;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0px !important;
    height: 100%;
    background: #007dc5;
    position: absolute;
    border-radius: 3px;
    top: 0;
}

.ui-progressbar .ui-progressbar-label {
    text-align: center;
    height: 100%;
    width: 100%;
    color: #444;
    position: absolute;
    display: none;
    font-weight: bold;
}

/* PADRAO LABEL */
.pLabel {
    position: absolute;
    font-size: 1.6em;
    top: 21px;
    left: 20px;
    transition: all .35s;
    cursor: text;
    z-index: 9;
}

.pLabel.ativo {
    top: 5px;
    color: #415A96;
    font-size: 1.2em;
}

/* PADRAO FIXO */
.pLabelFixo {
    font-size: 1.6em;
}

/* PADRAO RADIO BUTTON */
.ui-radiobutton .ui-radiobutton-box {
    width: 25px !important;
    height: 25px !important;
    border: 1px solid;
    position: relative;
    border-radius: 50% !important;
    box-sizing: border-box;
    cursor: pointer;
    -moz-transition: background-color .3s, border-color .3s;
    -o-transition: background-color .3s, border-color .3s;
    -webkit-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
}

.ui-selectoneradio.ui-widget td {
    white-space: nowrap;
}

.ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-radiobutton-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    vertical-align: middle;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
}

.ui-selectoneradio label {
    font-size: 1.6em;
    padding-left: 10px;
}

/* PADRAO CHECKBOX */
.ui-chkbox-box {
    height: 25px !important;
    width: 25px !important;
    border-radius: 4px !important;
    border: 1px solid;
    box-sizing: border-box;
    -moz-transition: background-color .3s, border-color .3s;
    -o-transition: background-color .3s, border-color .3s;
    -webkit-transition: background-color .3s, border-color .3s;
    transition: background-color .3s, border-color .3s;
    cursor: pointer;
}

.ui-chkbox-label {
    font-size: 1.6em;
    margin-top: 5px !important;
}

/* PADRAO SELECT ONE BUTTON */
.ui-selectonebutton {
    padding: 0 !important;
    border-radius: 7px;
    overflow: hidden;
}

.ui-selectonebutton .ui-button {
    height: 60px;
    font-size: 1.6em;
    transition: all 180ms ease-in 0s;
}

.ui-selectonebutton .ui-button .ui-button-text {
    padding: 0 20px !important;
    line-height: 60px;
}

/* BLOCO TOTAIS TABELA */
.pBlocoTotaisTable {
    border-collapse: collapse;
    width: 100%;
    position: absolute;
    bottom: 76px;
}

.pBlocoTotaisTable tbody tr td {
    padding: 28px;
    text-align: right;
    font-size: 1.8em;
    border: 1px solid;
    border-right: none;
    border-left: none;
    font-weight: bold;
}

.pBlocoTotaisTable tbody tr td .igual {
    margin: 0 25px;
}

.temTotais .ui-paginator {
    margin-top: 275px !important;
}

/* PADRAO SWITCH */
.blocoSwitch {
    display: flex;
    line-height: 40px;
    margin-bottom: 30px;
}

.ui-selectbooleanbutton {
    height: 40px;
    width: 75px;
    line-height: 40px;
    padding: 7px !important;
    margin-left: 25px;
    box-sizing: border-box;
    border-radius: 60px;
}

.ui-selectbooleanbutton .ui-button-text {
    font-size: 1px;
    padding: 0;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    transition: all .35s;
}

.ui-selectbooleanbutton.ui-state-active .ui-button-text {
    margin-left: 32px;
}

/* PADRAO LINK */
.pLink {
    font-size: 1.6em;
    text-decoration: none;
}

.pLink:hover {
    text-decoration: underline;
}

.pLink:active, .pLink:visited {
    color: #2b77c5;
}

/* INPUT PESQUISA */
.boxInputBusca {
    position: relative;
    display: inline-block;
    margin-bottom: 32px;
}

.boxInputBusca .pInputBusca {
    width: 400px;
    height: 60px;
    font-size: 1.6em;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 8px;
    text-indent: 10px;
    padding-right: 77px;
    outline: none;
}

.boxInputBusca .botaoPesquisar {
    width: 75px;
    border: none;
    position: absolute;
    right: 0;
    height: 58px;
    margin-top: 1px;
    background-size: 15px;
}

.boxInputBusca .botaoDialog {
    width: 75px;
    border: none;
    position: absolute;
    right: 0;
    height: 58px;
    margin-top: 1px;
    background-size: 15px;
}

.boxInputBusca .botaoPhone {
    width: 75px;
    border: none;
    position: absolute;
    right: 0;
    height: 58px;
    margin-top: 1px;
    background-size: 15px;
}

.boxInputBusca.resetBusca {
    width: 100%;
    margin-bottom: 0;
}

.boxInputBusca.resetBusca input {
    width: 100%;
}

/* PADRAO TOOLTIP */
.pTooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}

.pTooltip span {
    visibility: hidden;
    width: 180px;
    text-align: left;
    padding: 16px 18px;
    position: absolute;
    z-index: 200;
    font-size: 1.4em;
    border-radius: 5px;
    top: 11px;
}

.pTooltip:hover span {
    visibility: visible;
}

.pTooltip span.left {
    transition: right .35s, visibility .25s;
    right: 130%;
}

.pTooltip:hover span.left {
    right: 150%;
}

.pTooltip span.left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
}

/* tooltip campo */
.pTooltipCampo {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    outline: none;
    cursor: pointer;
    transition: all 180ms ease-in 0s;
}

.pTooltipCampo:hover {
    opacity: 0.7;
}

/* PADRAO ACCORDION */
.pAccordion {
    width: 100%;
    padding: 20px 20px;
    font-size: 1.6em;
    border: 1px solid;
    border-right: 0;
    border-left: 0;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 180ms ease-in 0s;
    margin: 0;
    margin-bottom: 32px;
    display: block;
    text-decoration: none;
}

.pAccordion .iconesAccordion {
    margin-right: 8px;
    transition: fill 180ms ease-in 0s;
}

.pAccordion .setaAccordion {
    transform: rotate(270deg);
    transition: transform .35s;
    float: right;
}

.pAccordion.pAccordionAtivo .setaAccordion {
    transform: rotate(180deg);
}

/* PADRAO ACCORDION PRIMEFACES */
.ui-accordion .ui-accordion-header {
    width: 100%;
    padding: 20px 20px !important;
    font-size: 1.6em;
    border: 1px solid;
    border-right: 0;
    border-left: 0;
    cursor: pointer !important;
    box-sizing: border-box;
    transition: all 180ms ease-in 0s;
    margin: 0;
    margin-bottom: 32px;
    display: block;
    text-decoration: none;
    outline: none;
}

.ui-accordion .ui-accordion-header .iconesAccordion {
    margin-right: 8px;
    transition: fill 180ms ease-in 0s;
}

.ui-accordion .ui-accordion-header .setaAccordion {
    transform: rotate(270deg);
    transition: transform .35s;
    float: right;
}

.ui-accordion .ui-accordion-header.ui-state-active .setaAccordion {
    transform: rotate(180deg);
}

/*
 * Grid
 * ************************************************** */
.linha {
    display: flex;
    box-sizing: border-box;
}

.coluna {
    flex-basis: 0;
    flex-grow: 1;
    -webkit-box-flex: 1;
    max-width: 100%;
    box-sizing: border-box;
}

.pW7 {
    width: 7% !important;
}

.pW17 {
    width: 17% !important;
}

.pW25 {
    width: 25% !important;
}

.pDialog30 {
    width: 30% !important;
}

.pW33 {
    width: 33% !important;
}

.pW42 {
    width: 42% !important;
}

.pW50,
.pDialog50 {
    width: 50% !important;
}

.pW75,
.pDialog75 {
    width: 75% !important;
}

.pDialog90 {
    width: 90% !important;
    max-width: unset !important;
}

/* PADRAO MAGEM CADASTRO */
.pBlocoImgCadastro {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    border: 1px solid;
}

.pBlocoImgCadastro img {
    max-height: 150px;
    max-width: 150px;
    margin: auto;
    display: block;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
}

.pBlocoImgCadastro .botaoEditar {
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    transition: all 180ms ease-in 0s;
}

/*PADRAO TABELA*/
.pTituloTable {
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
}

.pTable {
    margin-bottom: 40px;
    width: 100%;
}

.pTable .ui-datatable-header {
    overflow: hidden;
    padding: 0 !important;
}

.pTable table {
    width: 100%;
    border-collapse: collapse;
}

.pTable table thead th {
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.pTable table tbody tr td,
.pTable table thead th {
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
}

.pTable.pTableSegundaVia{
    margin-bottom: 0px;
}

.pTable.pTableSegundaVia table thead th,
.pTable.pTableSegundaVia table tbody tr td{
    font-size: 14px;
    padding: 14px;
}

.pTable.pTableSegundaVia table tbody tr{
    background-color: #eee
}

.pTable.pTableSegundaVia table thead th:last-child{
    border-right: 0
}
.pTable table tbody tr td {
    border: none;
}

.pTable table tbody tr td .botaoTable {
    display: block;
    font-size: 1em;
    padding: 15px 0 !important;
    width: 60px;
    border: 1px solid;
    border-radius: 4px;
    margin: 0 auto;
    transition: all 180ms ease-in 0s;
}

.pTable table tbody tr td .botaoTable .ui-button-text {
    padding: 0 !important;
}

.pTable table tbody tr td .botaoTable.botaoSelecionar .ui-button-text,
.pTable table tbody tr td .botaoTable.botaoOcultar .ui-button-text {
    display: none;
}

.pTable table tbody tr td .bt100 {
    width: 100px !important;
}

.pTable table th {
    border-right: 1px solid;
}

.pTable table tr {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 1.6em;
    border: none;
}

.pTable table tbody tr.ui-datatable-selectable.ui-state-hover {
    border: 1px solid;
    border-left: none;
    border-right: none;
}

.pTable table tr:nth-child(even) {
    border: 1px solid;
    border-left: none;
    border-right: none;
}

.pTable table th {
    font-weight: bold;
}

.pTable table a:hover {
    text-decoration: underline;
}

.pTable table .ui-menubutton {
    width: 100%;
}

.pTable table .ui-menubutton .ui-button:hover {
    opacity: 0.3;
}

.pTable .ui-tabs-nav.ui-helper-reset {
    padding: 10px;
    font-size: 1.6rem;
}

.ui-column-title {
    font-weight: bold;
}

/* PADRAO OVERLAY */
.ui-overlaypanel {
    font-size: 1.2em;
    border-radius: 8px;
}

/* SUBTITULO BLOCOS FORM */
.subtituloBloco {
    font-size: 2em;
    font-weight: normal;
    padding: 10px 0;
    margin-top: 0;
    border-bottom: 1px solid;
}

.ui-separator {
    color: #BEBEBE;
    border-width: .5px;
    border-style: solid;
    margin: 0;
    margin-bottom: 35px;
}

/*
 * Paginação
 * ************************************************** */
.pTable .ui-paginator {
    margin-top: 40px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

.ui-paginator .ui-paginator-page {
    margin: 0 5px !important;
}

.ui-paginator-pages {
    padding: 0 !important;
    margin: 0 !important;
}

.ui-paginator-page.ui-state-default.ui-corner-all {
    border: 1px solid;
    padding: 0;
    height: 34px;
    width: 36px;
    line-height: 34px;
    border-radius: 4px;
    font-size: 1.6em;
    transition: all 180ms ease-in 0s;
}

.ui-paginator .ui-paginator-prev,
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last {
    margin: 0 5px !important;
}

.ui-paginator-next,
.ui-paginator-last,
.ui-paginator-prev,
.ui-paginator-first {
    padding: 0 !important;
    height: 34px;
    width: 36px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid;
    transition: all 180ms ease-in 0s;
}

.ui-state-disabled {
    opacity: 0.4;
}


/*
 * Agenda
 * ************************************************** */

.agenda {
    margin-top: 40px;
}

.agenda .fc-toolbar {
    margin: 0;
    padding: 20px;
    border: 1px solid;
    border-bottom: none;
}

.agenda .fc-center {
    font-size: 1.6em;
}

.agenda .fc td,
.agenda .fc th {
    font-size: 1.4em;
    border: 1px solid;
}

.agenda .fc-day-header {
    padding: 20px 0;
}

.agenda .fc button {
    border: none;
    font-size: 1.6em;
}

.agenda .fc button.ui-state-active {
    opacity: 0.4;
    cursor: default;
}

/*
 * Modal
 * ************************************************** */
.ui-widget-overlay {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.ui-dialog {
    border-radius: 4px;
    max-width: 1216px;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: .4em 1em;
}

.ui-dialog .ui-dialog-titlebar {
    font-size: 1.8em;
    padding: 15px 20px !important;
    border-bottom: .5px solid #CACECE !important;
}

.ui-dialog .ui-dialog-title {
    margin: 0 !important;
}

.ui-dialog .ui-dialog-content {
    padding: 20px !important;
    max-height: 80vh !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 20px;
    background: url("../img/svg/iconFecharModal.svg.jsf") center center no-repeat;
    background-size: 15px;
    transition: all 180ms ease-in 0s;
}

.multiple-prime .ui-autocomplete-token-icon {
    cursor: pointer;
    background: url("../img/svg/iconFecharModal.svg.jsf") center center no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
}

.multiple-prime-demonstration {
    margin-bottom: 32px;
    border-radius: 6px;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
}

.multiple-prime-demonstration li {
    background-color: #42537d;
    max-width: max-content;
    flex: 1 0 max-content;
    border-radius: 4px;
    font-size: 1.2em;
    padding: 4px 8px;
    color: #FFF;
    margin: 2px
}

.multiple-prime .ui-autocomplete {
    margin-top: 16px;
}

.multiple-prime .ui-autocomplete-multiple-container.ui-inputfield {
    box-shadow: 0px 0px 8px #cecece;
    background-color: #FFF;
    margin-bottom: 32px;
    border-radius: 6px;
    flex-wrap: wrap;
    display: flex;
    padding: 6px;
    width: 100%;
}


.multiple-prime .ui-autocomplete-multiple-container.ui-inputfield .ui-autocomplete-token {
    background-color: #42537d;
    flex: 1 0 max-content;
    border-radius: 4px;
    color: #FFF;
    padding: 4px;
    font-size: 1.2em;
    max-width: max-content;
}

.multiple-prime .ui-autocomplete-multiple-container.ui-inputfield .ui-autocomplete-input-token input {
    box-shadow: none;
    margin: 0;
    height: 100%;
    width: 240px;
}

.multiple-prime .ui-autocomplete-token-icon {
    margin-top: -7px;
}

.ui-autocomplete-panel .ui-autocomplete-table tbody {
    border: none !important;
}

.ui-autocomplete-panel .ui-autocomplete-table td {
    text-transform: uppercase;
    font-size: 1.6em;
    border: none !important;
}

.ui-autocomplete-panel .ui-autocomplete-table td:hover {
    background-color: #3c8dd9;
    color: #FFF;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
    opacity: 0.5;
}

.ui-dialog .ui-dialog-buttonpane {
    margin: 0 !important;
    padding: 20px !important;
}

/*.ui-dialog .ui-dialog-buttonpane button {
    margin-top: 0!important;
    margin-bottom: 0!important;
}*/

.ui-confirm-dialog-message {
    font-size: 1.6em;
}

/* SCROLL DIALOG */
.ui-layout-unit .ui-layout-unit-content::-webkit-scrollbar,
.ui-dialog-content::-webkit-scrollbar {
    width: 9px;
}

/* PADRAO TAB VIEW */
.pTabView {
    display: flex;
}

.pTabView li {
    margin-bottom: -1px;
}

.pTabView li a {
    display: block;
    padding: 20px 50px;
    text-decoration: none;
    font-size: 1.6em;
}

.tabcontent {
    padding-top: 32px;
    border-top: 1px solid;
}

.pTabView li a.active {
    box-shadow: inset 0 3px 0 #007DC5;
    color: #007DC5;
    background: none;
    border: 1px solid;
    border-bottom: solid 1px;
}

/* Padrão UI-Editor*/
.ui-editor iframe {
    min-width: 100%;
    max-width: 100%;
    height: auto !important;
}

/*
 * Datapicker - CalendÃ¡rio
 * ************************************************** */
.ui-datepicker {
    width: 20em !important;
    padding: 10px !important;
    border-radius: 5px;
    font-size: 1.6em;
}

.ui-datepicker .ui-datepicker-header {
    padding: 10px 0;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 10px;
    cursor: pointer;
    transition: all 180ms ease-in 0s;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    opacity: 0.5;
}

.ui-datepicker .ui-datepicker-prev {
    left: 10px;
}

.ui-datepicker .ui-datepicker-next {
    right: 10px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
    height: 32px;
    width: 32px;
    line-height: 28px;
    border-radius: 200px;
    transition: all 180ms ease-in 0s;
}

.ui-datatable .ui-datatable-header {
    padding: 0;
}

.ui-slider-horizontal {
    height: 5px !important;
    margin: 20px 0;
    border-radius: 50px;
}

.ui-slider-horizontal .ui-slider-handle {
    width: 20px !important;
    height: 20px !important;
    outline: none;
    cursor: pointer !important;
    border: 2px solid;
    top: -9.5px !important;
    border-radius: 200px;
}

/* EDITOR */
.ui-editor {
    border: none !important;
    box-shadow: 0px 0px 8px #ebebeb;
    border-radius: 8px;
}

/* FILE UPLOAD */
.ui-fileupload {
    background-color: #FFF;
    border-radius: 8px;
}

.ui-fileupload-buttonbar {
    padding: 10px !important;
}

.ui-fileupload-buttonbar .ui-button-text {
    padding: 20px !important;
    font-size: 1.6em;
    border-radius: 8px;
    background-color: #415A96;
    color: #FFF;
    border: 1px solid #415A96;
}

/* ICONS REALATÓRIOS */
.boxRelatorio {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.boxRelatorio img {
    width: 50px;
    transition: all 180ms ease-in 0s;
}

.boxRelatorio img:hover {
    opacity: 0.7;
}

/* MENSAGENS DE ERRO */
.ui-growl-item {
    padding: 15px !important;
}

.ui-growl-info,
.ui-growl-warn,
.ui-growl-error,
.ui-growl-fatal {
    font-size: 1.6em;
    border-radius: 12px;
}

.ui-growl-image-info,
.ui-growl-image-warn,
.ui-growl-image-error,
.ui-growl-image-fatal {
    width: 16px !important;
    height: 16px !important;
}

.ui-growl-item-container {
    opacity: 1;
}

.ui-dialog.dlgSemHeader .ui-dialog-titlebar {
    display: none !important;
}

/* OUTROS */
.atividadePausada {
    font-size: 20px;
    color: red;
    position: absolute;
    right: 30px;
    top: 30px;
}

.coluna2linha p {
    text-transform: uppercase;
    font-size: .75em;
    margin: 2px 0;
}

.coluna2linha p:nth-child(2) {
    font-size: 1.1em;
}

.switchTituloTable {
    position: absolute;
    right: 10px;
    bottom: 14px;
    display: flex;
}

.switchTituloTable .texto {
    display: block;
    margin: auto;
}

.botaoTituloTable {
    position: absolute;
    right: 10px;
    bottom: 14px;
    display: flex;
}

.botaoTituloTable .botaoTable {
    display: block;
    font-size: 1em;
    padding: 15px 0 !important;
    width: 60px;
    border: 1px solid;
    border-radius: 4px;
    margin-right: 15px;
    transition: all 180ms ease-in 0s;
}

.botaoTituloTable .botaoTable.botaoAdicionar {
    background: url('../img/svg/iconNovo.svg.jsf') center no-repeat #EF8E2E;
    background-size: 10px;
    transition: all 180ms ease-in 0s;
}

.botaoTituloTable .botaoTable.botaoAdicionar:hover {
    opacity: .8;
}



/* RESUMO AVALIACAO */
.resumoAvaliacao {
    box-shadow: 0px 0px 8px #cecece;
    padding: 0 20px !important;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    background-color: #FFF;
    box-sizing: border-box;
    align-items: center;
    border-radius: 8px;
    text-align: center;
    color: #333333;
    display: flex;
    outline: none;
    height: 60px;
}

.resumoAvaliacao label {
    display: block;
    color: #415A96;
    font-size: 1.2em;
    cursor: text;
    z-index: 9;
    margin: 5px 0;
}

.resumoAvaliacao ul {
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
}

.resumoAvaliacao ul li figure {
    margin: 0 15px 0 0;
}

.resumoAvaliacao ul li figure span {
    font-size: 1.2em;
}

.resumoAvaliacao ul li figure:hover,
.resumoAvaliacao ul li figure.ativo {
    filter: none;
}

.resumoAvaliacao ul li a {
    display: block;
}

.resumoAvaliacao ul li a img {
    width: 25px;
    height: 25px;
}

.resumoAvaliacaoErro {
    border: 1px solid #f54545 !important;
}

.hoverOpacity {
    transition: all 180ms ease-in 0s;
}

.hoverOpacity:hover {
    opacity: 0.7;
}

/*
 * @Media 1440
 * ************************************************** */
@media screen and (max-width: 1440px) {
    body {
        font-size: 55%;
    }

    .conteudoPrincipal {
        padding-bottom: 127px;
    }

    .botaoPrimario,
    .botaoSecundario,
    .botaoInfo,
    .botaoWarn,
    .botaoErro {
        width: 210px;
        height: 50px;
    }

    .linkBotao {
        width: 210px !important;
        height: 50px !important;
        line-height: 20px !important;
    }

    .blocoTitulo {
        margin-bottom: 40px;
    }

    .blocoTitulo h1 {
        padding: 8px 0;
        padding-left: 20px;
    }

    .boxInputBusca .pInputBusca {
        width: 360px;
        height: 50px;
    }

    .boxInputBusca .botaoPesquisar {
        width: 75px;
        border: none;
        position: absolute;
        right: 0;
        height: 48px;
        margin-top: 1px;
        background-size: 15px;
    }

    .boxInputBusca .botaoDialog {
        width: 75px;
        border: none;
        position: absolute;
        right: 0;
        height: 48px;
        margin-top: 1px;
        background-size: 15px;
    }

    .boxInputBusca .botaoPhone {
        width: 75px;
        border: none;
        position: absolute;
        right: 0;
        height: 48px;
        margin-top: 1px;
        background-size: 15px;
    }

    .boxInput {
        margin-bottom: 24px;
        margin-right: 24px;
    }

    /* ACCORDION */
    .pAccordion {
        margin-bottom: 24px;
    }

    /* PADRAO INPUT, SELECT, AUTOCOMPLETE */
    .pInput,
    .pSelect,
    .pAutocomplete input,
    .pCalendar input,
    .pSpinner input {
        height: 50px;
    }

    .pCalendar button {
        height: 50px !important;
    }

    .pSelect {
        background-position: bottom 21px right 35px !important;
    }

    .pAutocomplete button {
        height: 48px !important
    }

    .docVisualizer {
        top: 15px !important;
    }

    .docVisualizer img {
        width: 20px !important;
    }

    .ui-selectonebutton .ui-button {
        height: 50px;
    }

    .ui-selectonebutton .ui-button .ui-button-text {
        line-height: 50px;
    }

    .pLabel {
        top: 17px;
    }

    .pLabel.ativo {
        top: 4px;
    }

    /*PADRAO BOTOES*/
    .pBlocoBotoesCadastro button,
    .pBlocoBotoesCadastro a,
    .pBlocoBotoesLinha button,
    .pBlocoBotoesLinha a {
        margin-right: 24px !important;
    }

    .pBlocoBotoesTopo button,
    .pBlocoBotoesTopo a {
        margin-right: 24px;
        margin-bottom: 24px !important;
    }

    /*TABELA*/
    .pTituloTable {
        padding: 20px 0;
    }

    .pTable table tbody tr td,
    .pTable table thead th {
        padding: 15px;
    }

    .pBlocoTotaisTable tbody tr td {
        padding: 18px;
    }

    .temTotais .ui-paginator {
        margin-top: 210px !important;
    }

    /*DATAPICKER*/
    .ui-datepicker td span,
    .ui-datepicker td a {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    /* RESUMO AVALIACAO */
    .resumoAvaliacao {
        height: 50px;
    }

    .resumoAvaliacao ul li figure img {
        width: 20px;
        height: 20px;
    }
}

/*
 * @Media 768
 * ************************************************** */
@media screen and (max-width: 768px) {
    .somenteErros {
        margin-bottom: 45px;
    }

    .switchTituloTable {
        color: #272727;
        bottom: 70px;
        left: 0px;
    }

    .switchTituloTable .texto {
        margin: auto 0;
    }
}

/*
 * @Media 640
 * ************************************************** */
@media screen and (max-width: 640px) {

    .atividadePausada {
        position: initial;
        margin-bottom: 10px;
        text-align: center;
        display: block;
    }

    #oneMenuCrmMonitor {
        flex-direction: column;
    }

    .ui-selectonebutton {
        flex-direction: column;
        display: flex !important;
    }

    .conteudoPrincipal {
        padding-top: 80px;
    }

    .blocoTitulo {
        margin-top: 40px;
    }

    #boxUsuario {
        position: fixed;
        top: 20px;
        z-index: 99;
        left: 5%;
    }

    .botaoPrimario,
    .botaoSecundario,
    .botaoInfo,
    .botaoWarn,
    .botaoErro,
    .boxInputBusca,
    .boxInputBusca .pInputBusca,
    .pW17,
    .pW25,
    .pW33,
    .pW42,
    .pW50,
    .pW75,
    .pDialog30,
    .pDialog50,
    .pDialog75,
    .pDialog90 {
        width: 100% !important;
    }

    #boxUsuario #boxNomeUsuario,
    #boxUsuario #boxImgUsuario .setaMenu,
    #blocoPaginaFavorita,
    .pTable .ui-reflow-dropdown.ui-state-default,
    .pTable .ui-reflow-label,
    .pTable .ui-selection-column .ui-column-title {
        display: none !important;
    }

    .linha,
    .pBlocoBotoesLinha,
    .pBlocoBotoesCadastro,
    .ui-fileupload-buttonbar .ui-button .ui-button-text {
        display: block !important;
    }

    .pBlocoBotoesTopo button,
    .pBlocoBotoesTopo a,
    .pBlocoBotoesLinha button,
    .pBlocoBotoesLinha a,
    .boxInput {
        margin-right: 0 !important;
    }

    #boxUsuario #boxImgUsuario,
    #boxUsuario #boxImgUsuario #logoUsuario {
        height: 40px;
        width: 40px;
        margin: 0;
        position: initial;
    }

    #boxUsuario #listaAcoesUsuario {
        left: 0;
        right: auto;
    }

    .pBlocoBotoesCadastro button:last-child,
    .pBlocoBotoesCadastro a:last-child {
        margin-bottom: 0;
    }

    /*TABLE*/
    .pTable table tbody tr td {
        width: 100% !important;
        white-space: normal !important;
    }

    .pTable.ui-datatable-reflow .ui-datatable-data td[role="gridcell"],
    .pTable center {
        text-align: right !important;
    }

    .pTable center {
        float: right;
    }

    .ui-datatable-reflow .ui-datatable-data td[role="gridcell"].ui-selection-column {
        text-align: left !important;
    }

    .ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
        float: left;
        text-align: left;
    }

    /*TAB VIEW*/
    .pTabView {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .pTabView li a {
        white-space: nowrap;
        padding: 20px 30px;
    }

    /*FILEUPLOAD*/
    .ui-fileupload-buttonbar .ui-button {
        padding: 0 !important;
    }
}

/* DIALOG GALERIA */
.pDialogGaleria {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 0px !important;
    background-color: #000;
}

.ui-dialog.pDialogGaleria .ui-dialog-content {
    max-height: 100vh !important;
    height: 100vh !important;
    box-sizing: border-box;
}

.pDialogGaleria.ui-dialog .ui-dialog-titlebar {
    display: none;
}

.pDialogGaleria #nomeImg {
    font-size: 1.6em;
}

.pDialogGaleria .blocoImgAtual {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pDialogGaleria .blocoImgAtual img {
    max-width: 700px;
}

.pDialogGaleria #setaEsquerda {
    display: flex;
    align-items: center;
    position: absolute;
    left: 3%;
    height: 100%;
    top: 0;
    z-index: 99;
}

.pDialogGaleria #setaDireita {
    display: flex;
    align-items: center;
    position: absolute;
    right: 3%;
    height: 100%;
    top: 0;
    z-index: 99;
}

.pDialogGaleria .outrasImgs {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: 20px;
}

.pDialogGaleria .outrasImgs img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.pDialogGaleria .outrasImgs a {
    display: block;
    margin-right: 20px;
}

.pDialogGaleria .outrasImgs a:last-child {
    margin-right: 0px;
}

.ui-tabs-nav {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.ui-tabs-header {
    margin-bottom: 0px !important;
}

.ui-tabs-header a {
    display: block;
    padding: 20px 50px !important;
    font-size: 1.6em;
    color: #8C8C8C;
}

.ui-tabs-header.ui-state-active {
    border-bottom: 0;
    top: 1px;
}

.ui-tabs-header.ui-state-active a {
    box-shadow: inset 0 3px 0 #007dc5;
    color: #007DC5;
    background: none;
    border: 1px solid;
    border-color: rgba(40, 44, 42, 0.1);
    border-bottom: solid 1px;
    border-bottom-color: #f1f1f1;
}

.ui-tabs-panels {
    padding-top: 8px;
    border-top: 1px solid;
    border-color: rgba(40, 44, 42, 0.1);
}

/* POOP */
.pCalendar {
    display: flex !important;
}

.pCalendar button {
    background: url('../img/svg/calendar.svg.jsf') center no-repeat;
    background-color: #415A96;
    background-size: 20px;
    border: 1px solid #415A96;
    border-radius: 0 8px 8px 0;
    position: absolute;
    outline: none;
    height: 60px;
    width: 40px;
    right: 0;
    bottom: 0;
}

.linkBotao {
    line-height: 30px;
}

.humorCliente {
    box-shadow: 0px 0px 8px #cecece;
    padding: 0 20px !important;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    background-color: #FFF;
    box-sizing: border-box;
    align-items: center;
    border-radius: 8px;
    text-align: center;
    display: block;
    color: #333333;
    outline: none;
    height: 60px;
}

.humorCliente label {
    display: block;
    color: #415A96;
    font-size: 1.2em;
    cursor: text;
    z-index: 9;
    margin: 5px 0;
}

.humorCliente ul {
    justify-content: center;
    display: flex;
}

.humorCliente ul li figure {
    margin: 0 5px 0 0;
    filter: grayscale(95%);
    transition: all 180ms ease-in 0s;
}

.humorCliente ul li figure:hover,
.humorCliente ul li figure.ativo {
    filter: none;
}

.humorCliente ul li a {
    display: block;

}

.humorCliente ul li a img {
    width: 25px;
    height: 25px;
}

.humorClienteErro {
    border: 1px solid #f54545 !important;
}

fieldset {
    margin-bottom: 20px;
    border: 1px solid #BEBEBE;
    border-right: none;
    border-left: none;
    border-width: 2px;
}

fieldset legend {
    padding: 8px;
    font-size: 1rem;
    color: #415A96;
}

@media screen and (max-width: 1440px) {
    .ui-tabs-header a {
        padding: 20px 35px !important;
    }

    .humorCliente {
        height: 50px;
    }

    .humorCliente ul li a img {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .ui-tabs-header a {
        padding: 20px !important;
    }
}