﻿@charset "UTF-8";
/* Predefined Colors */
/* Icons */
/* Error */
/*  Invalid Input */
/* Headers */
/* Contents */
/* Forms */
/* Buttons */
/* List Items */
/* Messages */
/* Data */
/* TabView */
/* Menu */
/* Panel */
/* Add your variable customizations of theme here */

:root {
  --white: #FFFFFF !important;

  /* cor degrade */
  /* linear-gradient(295.03deg, #3C46FF 16.22%, #3398FF 90.2%) */

  /* --color-button-hover: linear-gradient(295.03deg, rgba(60, 70, 255, 0.8) 16.22%, rgba(51, 153, 255, 0.8) 90.2%); */

  /* usado em botões e na barra superior */
  /* --color-button-main: #282FF0; */
  /* --color-button-hover: linear-gradient(295.03deg, #3C46FF 16.22%, #3398FF 90.2%); */

  /* --color-checkbox: #3398FF; */

  /* usado em botoes do calendario e no select de filtro avançado */
  /* --color-filter-and-date: #3C46FF; */


  /* cor roxo */
  /* --color-button-main: linear-gradient(105deg, #8133F2 0%, #3B4CC0 100%); */
  /* --color-button-hover: linear-gradient(105deg, rgba(131, 51, 242, 0.8) 0%, rgba(59, 77, 192, 0.8) 100%); */

  --color-main: #546E7A !important;

  --color-button-main: #4a606b !important;
  --color-button-hover: #4a606b !important;

  /* --color-checkbox: #9B6EFE; */
  /* --color-filter-and-date: #8133F2; */
  --color-checkbox: #4a606b !important;
  --color-filter-and-date: #4a606b !important;


  --purple: #9B6EFE !important;
  --bg-botao-destaque: #bea3f7 !important;
  /* --purple: #A220F4; */

  --gray: #929292 !important;
  --gray-text: #4B4B4B !important;

  --red: #f18983 !important;
  --red-hover: #ec5d55 !important;

  --botao-salvar: #9fd037 !important;
  --botao-salvar-hover: #82ac28 !important;

  /* opacidade */
  --color-button-calendar-day-opacity: rgb(60, 70, 255, 0.6) !important;
}

body .p-component,
body .p-component .p-component {
  /* font-family: "Lato", "Helvetica Neue", sans-serif; */
  font-family: 'Poppins' !important;
  text-decoration: none !important;
}

body .p-component-content {
  background-color: #f5f8f9 !important;
  border: 1px solid #dce2e7 !important;
}

body .p-component-header {
  /* background-color: #f5f8f9; */
  color: #2d353c !important;
  border: 1px solid #dce2e7 !important;
  font-weight: bold !important;
}

/* opacidade dos botoes do calendario */
body .p-highlight,
body :not(.p-multiselect-item).p-highlight {
  /* background-color: #546E7A; */
  /* color: #ffffff; */
  color: var(--white) !important;

  /* background-color: rgba(40, 47, 240); */
  /* background: linear-gradient(295.03deg, #3C46FF 16.22%, #3398FF 90.2%); */
  /* background: var(--color-button-hover); */
  background: var(--color-button-main) !important;
}

body .p-error,
body .p-component.p-error {
  background-color: #f0d1d0 !important;
  border: solid 1px #e96d66 !important;
}

body .p-disabled,
body .p-component:disabled {
  opacity: 0.35 !important;
  filter: Alpha(Opacity=35) !important;
  background-image: none !important;
  cursor: default !important;
}

body .p-disabled *,
body .p-component:disabled * {
  cursor: default !important;
}

body .ui-corner-all {
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
}

body .ui-corner-top {
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

body .ui-corner-bottom {
  -moz-border-radius-bottomleft: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

body .ui-corner-left {
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  /* border-top-left-radius: 2px; */
  border-top-left-radius: 8px !important;
  -moz-border-radius-bottomleft: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  /* border-bottom-left-radius: 2px; */
  border-bottom-left-radius: 8px !important;
}

body .ui-corner-right {
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  /* border-top-right-radius: 2px; */
  border-top-right-radius: 8px !important;
  -moz-border-radius-bottomright: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  /* border-bottom-right-radius: 2px; */
  border-bottom-right-radius: 8px !important;
}

body .ui-widget-overlay {
  background-color: rgba(66, 66, 66, 0.7) !important;
}

body a {
  color: #3f535c !important;
  text-decoration: none !important;
}

body a:hover {
  color: #3f535c !important;
}

body .ajax-loader {
  font-size: 28px !important;
  color: #546E7A !important;
}


body .p-inputtext {
  font-size: 13px !important;
  color: #000000 !important;
  /* background: #ffffff; */
  background-color: var(--white) !important;
  padding: 4px !important;
  border: 1px solid #dce2e7 !important;
  -moz-transition: box-shadow 0.3s, border-color 0.3s !important;
  -o-transition: box-shadow 0.3s, border-color 0.3s !important;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s !important;
  transition: box-shadow 0.3s, border-color 0.3s !important;
  /* -moz-border-radius: 2px;
  -webkit-border-radius: 2px; */
  /* border-radius: 2px; */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;

  /* width: 22rem; */
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  /* height: 2rem; */

}

body .p-inputtext:enabled:hover:not(.p-error) {
  border: 1px solid #a8b4be !important;
}

body .p-inputtext:enabled:focus:not(.p-error) {
  border: 1px solid #546E7A !important;
}

body .p-inputtext.ui-ef:enabled:focus:not(.p-error) {
  background-color: #768b94 !important;
}

/* css dos botões */
body .p-button {
  /* color: #ffffff; */

  /* background-color: #546E7A; */
  /* border: 1px solid transparent; */
  font-size: 13px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  /* transition: background-color 0.3s; */

  /* background: #282FF0; */
  /* background: linear-gradient(295.03deg, #3C46FF 16.22%, #3398FF 90.2%); */
  background: var(--color-button-main) !important;
  color: var(--white) !important;
  border: none !important;
  transition: 1s ease !important;

  /* border-radius: 8px; */
}

body .p-button:enabled:hover {
  /* background-color: #4a606b; */

  /* background: rgba(40, 47, 240, 0.8); */
  /* background: linear-gradient(295.03deg, rgba(60, 70, 255, 0.8) 16.22%, rgba(51, 153, 255, 0.8) 90.2%); */
  background: var(--color-button-hover) !important;
  /* opacity: .6; */
}

body .p-button:enabled:focus {
  outline: 0 none !important;
  /* background-color: #5e7c89; */

  /* background: #282FF0; */
  /* background: linear-gradient(295.03deg, #3C46FF 16.22%, #3398FF 90.2%); */
  background: var(--color-button-hover) !important;
  /* opacity: .6; */
}

body .p-button:enabled:active {
  /* background-color: #3f535c; */

  /* background: rgba(40, 47, 240, 0.8); */
  /* background-color: #3c46ffcc; */
  /* background: var(--color-button-hover); */

  opacity: .6 !important;
}


body .p-button.p-button-text-only .p-button-text {
  padding: 0.385em 0.6em !important;
  /* color: #FFFFFF; */
  color: var(--white) !important;
}

body .p-button.p-button-text-icon-left .p-button-text {
  padding: 0.385em 0.6em 0.385em 2em !important;
}

body .p-button.p-button-text-icon-right .p-button-text {
  padding: 0.385em 2em 0.385em 0.6em !important;
}

body .p-button.p-button-icon-only {
  width: 2.385em !important;
}

body .p-button.p-button-icon-only .p-button-text {
  padding: 0.385em !important;
}

body .ui-button.blue-btn {
  background-color: #3ebaf8 !important;
}

body .ui-button.blue-btn:enabled:hover {
  background-color: #25b1f7 !important;
}

body .ui-button.blue-btn:enabled:focus {
  background-color: #57c3f9 !important;
}

body .ui-button.blue-btn:enabled:active {
  background-color: #0da8f6 !important;
}

body .ui-button.purple-btn {
  background-color: #985edb !important;
}

body .ui-button.purple-btn:enabled:hover {
  background-color: #8b49d6 !important;
}

body .ui-button.purple-btn:enabled:focus {
  background-color: #a573e0 !important;
}

body .ui-button.purple-btn:enabled:active {
  background-color: #7d34d2 !important;
}

body .ui-button.orange-btn {
  background-color: #f7cb00 !important;
  color: #2d353c !important;
}

body .ui-button.orange-btn:enabled:hover {
  background-color: #deb600 !important;
}

body .ui-button.orange-btn:enabled:focus {
  background-color: #ffd512 !important;
}

body .ui-button.orange-btn:enabled:active {
  background-color: #c4a100 !important;
}

body .ui-button.pink-btn {
  background-color: #f18983 !important;
}

body .ui-button.pink-btn:enabled:hover {
  background-color: #ee736c !important;
}

body .ui-button.pink-btn:enabled:focus {
  background-color: #f49f9a !important;
}

body .ui-button.pink-btn:enabled:active {
  background-color: #ec5d55 !important;
}

body .ui-button.green-btn {
  /* background-color: #9fd037; */
  background: var(--botao-salvar) !important;
}

body .ui-button.green-btn:enabled:hover {
  /* background-color: #91c02d; */
  background-color: var(--botao-salvar) !important;
}

body .ui-button.green-btn:enabled:focus {
  /* background-color: #a9d54c; */
  background-color: var(--botao-salvar) !important;
}

body .ui-button.green-btn:enabled:active {
  /* background-color: #82ac28; */
  background: var(--botao-salvar-hover) !important;
}

body .ui-button.black-btn {
  background-color: #525262 !important;
}

body .ui-button.black-btn:enabled:hover {
  background-color: #464654 !important;
}

body .ui-button.black-btn:enabled:focus {
  background-color: #5e5e70 !important;
}

body .ui-button.black-btn:enabled:active {
  background-color: #3b3b46 !important;
}

body .p-button.p-button-raised {
  -moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16) !important;
}

body .p-button.p-button-rounded {
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  border-radius: 15px !important;
}

body .p-button.p-button-secondary,
body .p-buttonset.p-button-secondary>.p-button {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #2d353c !important;
}

body .p-button.p-button-secondary:enabled:hover,
body .p-buttonset.p-button-secondary>.p-button:enabled:hover {
  border-color: #e7e7e7 !important;
  background-color: #e7e7e7 !important;
}

body .p-button.p-button-secondary:enabled:focus,
body .p-buttonset.p-button-secondary>.p-button:enabled:focus {
  border-color: #f4f4f4 !important;
  outline: 0 none !important;
  background-color: #f9f9f9 !important;
}

body .p-button.p-button-secondary:enabled:active,
body .p-buttonset.p-button-secondary>.p-button:enabled:active {
  border-color: #dbdbdb !important;
  background-color: #dbdbdb !important;
}

body .p-button.p-button-info,
body .p-buttonset.p-button-info>.p-button {
  background-color: #3ebaf8 !important;
  border-color: #3ebaf8 !important;
}

body .p-button.p-button-info:enabled:hover,
body .p-buttonset.p-button-info>.p-button:enabled:hover {
  background-color: #25b1f7 !important;
  border-color: #3ebaf8 !important;
}

body .p-button.p-button-info:enabled:focus,
body .p-buttonset.p-button-info>.p-button:enabled:focus {
  outline: 0 none !important;
  background-color: #57c3f9 !important;
  border-color: #3ebaf8 !important;
}

body .p-button.p-button-info:enabled:active,
body .p-buttonset.p-button-info>.p-button:enabled:active {
  background-color: #0da8f6 !important;
  border-color: #3ebaf8 !important;
}

body .p-button.p-button-success,
body .p-buttonset.p-button-success>.p-button {
  /* background-color: #9fd037;
  border-color: #9fd037; */
  background-color: var(--botao-salvar) !important;
}

body .p-button.p-button-success:enabled:hover,
body .p-buttonset.p-button-success>.p-button:enabled:hover {
  /* background-color: #91c02d;
  border-color: #9fd037; */
  background-color: var(--botao-salvar) !important;
}

body .p-button.p-button-success:enabled:focus,
body .p-buttonset.p-button-success>.p-button:enabled:focus {
  outline: 0 none !important;
  /* background-color: #a9d54c;
  border-color: #9fd037; */
  background-color: var(--botao-salvar) !important;
}

body .p-button.p-button-success:enabled:active,
body .p-buttonset.p-button-success>.p-button:enabled:active {
  /* background-color: #82ac28;
  border-color: #9fd037; */
  background-color: var(--botao-salvar-hover) !important;
}

body .p-button.p-button-warning,
body .p-buttonset.p-button-warning>.p-button {
  background-color: #f7cb00 !important;
  border-color: #f7cb00 !important;
  color: #2d353c !important;
}

body .p-button.p-button-warning:enabled:hover,
body .p-buttonset.p-button-warning>.p-button:enabled:hover {
  background-color: #deb600 !important;
  border-color: #f7cb00 !important;
  color: #2d353c !important;
}

body .p-button.p-button-warning:enabled:focus,
body .p-buttonset.p-button-warning>.p-button:enabled:focus {
  outline: 0 none !important;
  color: #2d353c !important;
  background-color: #ffd512 !important;
  border-color: #f7cb00 !important;
}

body .p-button.p-button-warning:enabled:active,
body .p-buttonset.p-button-warning>.p-button:enabled:active {
  background-color: #c4a100 !important;
  border-color: #f7cb00 !important;
}

/* botao de cancelar */
body .p-button.p-button-danger,
body .p-buttonset.p-button-danger>.p-button {
  /* background-color: #f18983;
  border-color: #f18983; */
  background: var(--red) !important;
}

body .p-button.p-button-danger:enabled:hover,
body .p-buttonset.p-button-danger>.p-button:enabled:hover {
  /* background-color: #ee736c;
  border-color: #f18983; */
  background: var(--red-hover) !important;
}

body .p-button.p-button-danger:enabled:focus,
body .p-buttonset.p-button-danger>.p-button:enabled:focus {
  outline: 0 none !important;
  /* background-color: #f49f9a;
  border-color: #f18983; */
  background: var(--red) !important;
}

body .p-button.p-button-danger:enabled:active,
body .p-buttonset.p-button-danger>.p-button:enabled:active {
  /* background-color: #ec5d55; */
  border-color: #f18983 !important;
  background: var(--red-hover) !important;
}

body .ui-fluid .p-button-icon-only {
  /* width: 2.385em; */

  width: 2rem !important;
}

body .p-checkbox {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  cursor: default !important;
}

body .p-checkbox .p-checkbox-box {
  border: 1px solid #dce2e7 !important;
  /* background-color: #ffffff; */
  background-color: var(--white) !important;
  width: 16px !important;
  height: 16px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

body .p-checkbox .p-checkbox-box:not(.p-highlight):hover {
  /* border: 1px solid #a8b4be; */
  border: 1px solid var(--color-filter-and-date) !important;
}

/* checkbox do multiselect de aReceber e aPagar */
body .p-checkbox .p-checkbox-box.p-highlight {
  /* border: 1px solid #546E7A; */
  /* background-color: #546E7A; */

  /* color: #ffffff; */
  color: var(--white) !important;

  /* background-color: #282FF0; */
  /* background-color: #3398FF; */
  background: var(--color-checkbox) !important;
}

body .p-checkbox .p-checkbox-box .p-checkbox-icon {
  width: 16px !important;
  height: 16px !important;
  left: -1px !important;
  top: 0.11em !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 12px !important;
}

body .p-checkbox-label {
  margin: 0 0 0 0.5em !important;
}

body .p-radiobutton {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  cursor: default !important;
}

body .p-radiobutton .p-radiobutton-box {
  border: 1px solid #dce2e7 !important;
  /* background-color: #ffffff; */
  background-color: var(--white) !important;
  width: 16px !important;
  height: 16px !important;
  text-align: center !important;
  -moz-transition: border-color 0.3s, box-shadow 0.3s !important;
  -o-transition: border-color 0.3s, box-shadow 0.3s !important;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s !important;
  transition: border-color 0.3s, box-shadow 0.3s !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
}

body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border: 1px solid #a8b4be !important;
}

body .p-radiobutton .p-radiobutton-box.p-highlight {
  border: 1px solid #546E7A !important;
  /* background-color: #ffffff;
  color: #ffffff; */
  background-color: var(--white) !important;
  color: var(--white) !important;
}

body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon {
  background-color: #546E7A !important;
}

body .p-radiobutton .p-radiobutton-box.p-focus {
  border: 1px solid #546E7A !important;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
}

body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  width: 10px !important;
  height: 10px !important;
  display: inline-block !important;
  margin-left: -0.4em !important;
  margin-top: -0.4em !important;
  line-height: inherit !important;
}

body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before {
  display: none !important;
}

body .p-radiobutton-label {
  margin: 0 0 0 0.5em !important;
}

body .p-inputswitch {
  height: 2em !important;
  width: 3.077em !important;
}

body .p-inputswitch .p-inputswitch-slider {
  /* background-color: #ffffff; */
  background-color: var(--white) !important;
  border: 1px solid #dce2e7 !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

body .p-inputswitch .p-inputswitch-slider:before {
  background-color: #a8acb1 !important;
  height: 1.846em !important;
  width: 1.462em !important;
  left: 0 !important;
  bottom: 0 !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 1px !important;
  -webkit-border-bottom-left-radius: 1px !important;
  -moz-border-radius-bottomleft: 1px !important;
  border-top-left-radius: 1px !important;
  -webkit-border-top-left-radius: 1px !important;
  -moz-border-radius-topleft: 1px !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  -webkit-transform: translateX(1.462em) !important;
  -ms-transform: translateX(1.462em) !important;
  transform: translateX(1.462em) !important;
}

body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider {
  background-color: #768b94 !important;
  border-color: #dce2e7 !important;
}

body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  border-color: #a8b4be !important;
}

body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  /* background-color: #ffffff; */
  background-color: var(--white) !important;
}

body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background-color: #546E7A !important;
  border-radius: 0 !important;
  border-bottom-right-radius: 1px !important;
  -webkit-border-bottom-right-radius: 1px !important;
  -moz-border-radius-bottomright: 1px !important;
  border-top-right-radius: 1px !important;
  -webkit-border-top-right-radius: 1px !important;
  -moz-border-radius-topright: 1px !important;
}

body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  border-color: #a8b4be !important;
}

body .p-inputswitch.p-inputswitch-checked.p-inputswitch-focus .p-inputswitch-slider {
  background-color: #768b94 !important;
  border-color: #dce2e7 !important;
}

body .p-autocomplete .p-autocomplete-dropdown.p-button-icon-only .p-button-text {
  padding: 0.385em !important;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container {
  padding: 4px !important;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #a8b4be !important;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  border-color: #546E7A !important;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0 0.25em 0 0 !important;
  vertical-align: top !important;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token input {
  font-family: "Lato", "Helvetica Neue", sans-serif !important;
  font-size: 13px !important;
  padding: 0 !important;
  margin: 0 !important;
}

body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token-label {
  font-size: 11px !important;
  vertical-align: top !important;
}

body .p-autocomplete-panel {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
}

body .p-autocomplete-panel .p-autocomplete-items {
  padding: 0 !important;
}

body .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-list-item {
  margin: 0 !important;
  padding: 0.5em 1em !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  padding: 0.5em 1em !important;
  background-color: #dce2e7 !important;
  color: #2d353c !important;
}

body .ui-fluid .p-autocomplete .p-autocomplete-dropdown.p-button {
  width: 2.4em !important;
  height: 26px !important;
  padding: 0.06em !important;
}

body .ui-fluid .p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container {
  border-right: 0 none !important;
  width: calc(100% - 2.4em) !important;
}

body .ui-fluid .p-autocomplete-dd .p-inputtext {
  border-right: 0 none !important;
  width: calc(100% - 2em) !important;
}

body .p-chips>ul.p-inputtext {
  padding: 0.25em !important;
  display: inline-block !important;
}

body .p-chips>ul.p-inputtext:not(.p-disabled):hover {
  border: 1px solid #a8b4be !important;
}

body .p-chips>ul.p-inputtext:not(.p-disabled).p-focus {
  border: 1px solid #546E7A !important;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
}

body .p-chips>ul.p-inputtext .p-chips-input-token input {
  font-size: 13px !important;
  padding: 0 !important;
  margin: 0 !important;
}

body .p-chips>ul.p-inputtext .p-chips-input-token input:hover {
  border: 0 none !important;
}

body .p-chips>ul.p-inputtext .p-chips-input-token input:focus {
  border: 0 none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

body .p-chips>ul.p-inputtext .p-chips-token {
  font-size: 1em !important;
}

body .p-dropdown {
  -moz-transition: box-shadow 0.3s, border-color 0.3s !important;
  -o-transition: box-shadow 0.3s, border-color 0.3s !important;
  -webkit-transition: box-shadow 0.3s, border-color 0.3s !important;
  transition: box-shadow 0.3s, border-color 0.3s !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border: 1px solid #dce2e7 !important;
}

body .p-dropdown:not(.p-disabled):hover {
  border: 1px solid #a8b4be !important;
}

body .p-dropdown .p-dropdown-label:focus,
body .p-dropdown .p-dropdown-label:hover {
  border: 0 none !important;
}

body .p-dropdown input.p-dropdown-label:focus.p-inputtext,
body .p-dropdown input.p-dropdown-label:hover.p-inputtext {
  border: 0 none !important;
}

body .p-dropdown .p-dropdown-trigger {
  /* background-color: #ffffff; */
  background-color: var(--white) !important;
  width: 2em !important;
  line-height: 2em !important;
  text-align: center !important;
  padding: 0 !important;
}

body .p-dropdown .p-dropdown-trigger .pi-caret-down {
  color: #647585 !important;
  line-height: inherit !important;
  margin-top: -1em !important;
}

body .p-dropdown:not(.p-disabled).p-focus {
  border: 1px solid #546E7A !important;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
}

body .p-dropdown:not(.p-disabled).p-focus .p-dropdown-trigger .pi-caret-down {
  color: #546E7A !important;
}

body .p-dropdown-panel {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
}

body .p-dropdown-panel .p-dropdown-filter-container {
  padding: 0.5em 1em !important;
}

body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter {
  width: 100% !important;
  box-sizing: border-box !important;
  padding-right: 20px !important;
}

body .p-dropdown-panel .p-dropdown-filter-container .pi {
  top: 12px !important;
  right: 15px !important;
}

body .p-dropdown-panel .p-dropdown-items {
  padding: 0 !important;
}

body .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0 !important;
  padding: 0.5em 1em !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-dropdown-panel .p-dropdown-items .p-dropdown-item>td {
  padding: 0.5em 1em !important;
}

body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0.5em 1em !important;
  background-color: #dce2e7 !important;
}

body .p-multiselect {
  /* background: #ffffff; */
  background-color: var(--white) !important;
  border: 1px solid #dce2e7 !important;

  border-radius: 8px !important;
  height: 2rem !important;
  align-items: center !important;
}

body .p-multiselect .p-multiselect-label {
  color: #2d353c !important;
  padding: 4px !important;
  padding-right: 2.3em !important;
}

body .p-multiselect .p-multiselect-trigger {
  width: 2em !important;
  line-height: 2em !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  text-align: center !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

body .p-multiselect .p-multiselect-trigger .pi {
  color: #647585 !important;
}

body .p-multiselect:not(.p-disabled):hover {
  border: 1px solid #a8b4be !important;
}

body .p-multiselect:not(.p-disabled).p-focus {
  border: 1px solid #546E7A !important;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
}

body .p-multiselect:not(.p-disabled).p-focus .p-multiselect-trigger .pi {
  color: #546E7A !important;
}

body .p-multiselect-panel {
  padding: 0 !important;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
}

body .p-multiselect-panel .p-multiselect-header {
  padding: 0.5em 1em !important;
  border: 0 none !important;
  border-bottom: 1px solid #dce2e7 !important;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container {
  float: none !important;
  width: 75% !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 0 !important;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding: 1px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-indent: 1.5em !important;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .pi {
  color: #2d353c !important;
  top: 0.3em !important;
  left: 0.2em !important;
}

body .p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 8px !important;
  float: none !important;
  vertical-align: middle !important;
}

body .p-multiselect-panel .p-multiselect-header .p-checkbox .p-checkbox-box.p-highlight {
  /* border-color: #ffffff; */
  border-color: var(--white) !important;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  color: #647585 !important;
  font-size: 20px !important;
  margin: 0 !important;
  margin-top: -0.15em !important;
  padding: 0 !important;
  -moz-transition: color 0.3s !important;
  -o-transition: color 0.3s !important;
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-close:hover {
  padding: 0 !important;
  color: #2d353c !important;
}

body .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none !important;
  color: #698998 !important;
}

body .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  padding: 0.5em 1em !important;
}

body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  position: static !important;
  margin-top: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  cursor: pointer !important;
}

body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox .p-checkbox-box.p-highlight {
  border: 1px solid #546E7A !important;
}

body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label {
  padding: 0 !important;
  margin: 0 0 0 0.615em !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

/* multiselect de aReceber e aPagar */
body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  /* background-color: #546E7A; */
  /* color: #ffffff; */
  color: var(--white) !important;

  /* background-color: #282FF0; */
  background: var(--color-button-hover) !important;
}

body .p-listbox {
  padding: 0 !important;
  min-width: 12em !important;
}

body .p-listbox .p-checkbox {
  margin-right: 0.5em !important;
  cursor: pointer !important;
}

body .p-listbox .p-listbox-header {
  padding: 0.5em 1em !important;
  border: 0 none !important;
  border-bottom: 1px solid #dce2e7 !important;
  margin: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

body .p-listbox .p-listbox-header .p-listbox-filter-container input {
  width: 100% !important;
  padding-left: 1.5em !important;
}

body .p-listbox .p-listbox-header .p-listbox-filter-container .pi {
  color: #647585 !important;
  top: 0.35em !important;
  left: 0.4em !important;
}

body .p-listbox .p-listbox-item {
  margin: 0 !important;
  padding: 0.5em 1em !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

body .p-listbox .p-listbox-item.p-highlight {
  background-color: #546E7A !important;
  /* color: #ffffff; */
  color: var(--white) !important;
}

body .p-listbox .p-listbox-item>td {
  padding: 0.5em 1em !important;
}

body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover {
  border: 1px solid #dce2e7 !important;
}

body .p-editor-container .p-editor-toolbar {
  background-color: #f9f9f9 !important;
}

body .p-editor-container .ql-picker.ql-expanded .ql-picker-label {
  color: #444444 !important;
}

body .p-rating a {
  color: #2d353c !important;
  background: none !important;
  text-rendering: auto !important;
  text-indent: 0px !important;
  text-align: center !important;
  display: inline-block !important;
  border-bottom: 1px solid transparent !important;
}

body .p-rating a:focus {
  outline: 0 none !important;
}

body .p-rating a:hover {
  color: #546E7A !important;
}

body .p-rating .pi {
  font-size: 25px !important;
  height: 25px !important;
  width: 25px !important;
}

body .p-rating .pi.pi-ban {
  color: #f18983 !important;
}

body .p-rating .pi.pi-ban:hover {
  color: #f49f9a !important;
}

body .p-rating .pi.pi-star {
  color: #546E7A !important;
}

body .p-spinner input {
  padding-right: 1.8em !important;
}

body .p-spinner .p-spinner-button.p-button {
  z-index: auto !important;
  box-sizing: border-box !important;
}

body .p-spinner .p-spinner-button.p-button.p-spinner-up {
  top: 1px !important;
  right: 1px !important;
}

body .p-spinner .p-spinner-button.p-button.p-spinner-down {
  bottom: 1px !important;
  right: 1px !important;
}

body .p-slider {
  background-color: #dce2e7 !important;
  border-color: #dce2e7 !important;
}

body .p-slider.p-slider-horizontal .p-slider-handle {
  top: -0.25em !important;
}

body .p-slider.p-slider-vertical .p-slider-handle {
  left: -0.25em !important;
}

body .p-slider .p-slider-handle {
  background-color: #546E7A !important;
  border-radius: 100% !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

body .p-slider .p-slider-range {
  background-color: #87a1ad !important;
}

body .p-slider:not(.p-disabled) .p-slider-handle:hover {
  background-color: #4a606b !important;
}

body .p-togglebutton {
  background-color: #c6cbcf !important;
  color: #2d353c !important;
  -moz-transition: border-color 0.3s, background-color 0.3s !important;
  -o-transition: border-color 0.3s, background-color 0.3s !important;
  -webkit-transition: border-color 0.3s, background-color 0.3s !important;
  transition: border-color 0.3s, background-color 0.3s !important;
}

body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover {
  background-color: #aab2b8 !important;
}

body .p-togglebutton:not(.p-disabled):not(.p-highlight).p-focus {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  background-color: #aab2b8 !important;
  color: #2d353c !important;
}

body .p-togglebutton.p-highlight {
  background-color: #546E7A !important;
  /* color: #ffffff; */
  color: var(--white) !important;
}

body .p-togglebutton.p-highlight.p-focus {
  background-color: #4a606b !important;
  /* color: #ffffff; */
  color: var(--white) !important;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
}

body .p-selectbutton .p-button {
  background-color: #c6cbcf !important;
  color: #2d353c !important;
  border: 1px solid transparent !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background-color: #aab2b8 !important;
}

body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight).p-focus {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  background-color: #aab2b8 !important;
}

body .p-selectbutton .p-button.p-highlight {
  background-color: #546E7A !important;
  color: #ffffff !important;
  border-right-color: #546E7A !important;
}

body .p-selectbutton .p-button.p-highlight.p-focus {
  background-color: #4a606b !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2) !important;
}

body .p-selectbutton .p-button:first-child {
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  -moz-border-radius-bottomleft: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

body .p-selectbutton .p-button:last-child {
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

@media (max-width: 640px) {
  body .p-buttonset .p-button {
    margin-bottom: 1px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
  }
}

/* BOTAO DE AÇÕES */
.ui-fluid .p-splitbutton {
  width: 11.25rem !important;
  display: inline-flex !important;
}

.ui-fluid .p-splitbutton .p-button:first-child {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

/* .ui-fluid .ui-splitbutton .ui-button:last-child {
    background: #3b3b46 !important;
} */
body .p-splitbutton .p-button {
  width: 9rem !important;
  height: 2rem !important;
}

body .p-splitbutton-menubutton {
  width: 2rem !important;
  background: transparent !important;
  border: 2px solid var(--color-button-main) !important;
}

body .p-splitbutton-menubutton span {
  color: var(--color-button-main) !important;
}

body .p-splitbutton-menubutton:hover span {
  color: white !important;
}

body .p-splitbutton.p-buttonset .p-menu {
  width: 100% !important;
}

body .p-datepicker {
  padding: 0 !important;
  border-radius: 2px !important;
}

/* botoes do calendario */
body .p-datepicker-button {
  border-radius: 8px !important;
}

body .p-datepicker:not(.p-datepicker-inline) {
  border: #dce2e7 !important;
}

body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover {
  color: #2d353c !important;
}

body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover {
  color: #2d353c !important;
}

body .p-datepicker:not(.p-disabled) table td:not(.p-disabled) a:not(.p-highlight):not(.p-highlight):hover {
  background-color: #dce2e7 !important;
}

body .p-datepicker:not(.p-disabled) .p-monthpicker a.p-monthpicker-month:not(.p-highlight):hover {
  background-color: #dce2e7 !important;
}

body .p-datepicker .p-datepicker-header {
  padding: 0.38em 0.75em !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

body .p-datepicker .p-datepicker-header .p-datepicker-prev {
  cursor: pointer !important;
  color: #647585 !important;
  background: none !important;
  display: inline-block !important;
  font-size: inherit !important;
  text-rendering: auto !important;
  text-indent: 0px !important;
  text-align: center !important;
  -moz-transition: color 0.3s !important;
  -o-transition: color 0.3s !important;
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
}

body .p-datepicker .p-datepicker-header .p-datepicker-next {
  cursor: pointer !important;
  color: #647585 !important;
  background: none !important;
  display: inline-block !important;
  font-size: inherit !important;
  text-rendering: auto !important;
  text-indent: 0px !important;
  text-align: center !important;
  -moz-transition: color 0.3s !important;
  -o-transition: color 0.3s !important;
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
}

body .p-datepicker table {
  font-size: 13px !important;
}

body .p-datepicker table th {
  background-color: #f5f8f9 !important;
  color: #2d353c !important;
}

body .p-datepicker table td {
  padding: 2px !important;
}

body .p-datepicker table td>a,
body .p-datepicker table td>span {
  min-width: 15px !important;
  text-align: center !important;
  color: #2d353c !important;
  padding: 0.31em !important;
}

body .p-datepicker table td>a {
  cursor: pointer !important;
}

body .p-datepicker table td>a:hover {
  background-color: #dce2e7 !important;
}

body .p-datepicker table td>a.p-highlight {
  color: #ffffff !important;
  /* background-color: #546E7A; */
  background: var(--color-button-main) !important;

  /* background-color: #282FF0; */
  /* background-color: #3C46FF; */
  /* background: var(--color-button-calendar-day-opacity); */
}

body .p-datepicker table td>a.p-highlight {
  color: #2d353c !important;
  background-color: #dce2e7 !important;
}

body .p-datepicker table td.p-datepicker-today a {
  /* background-color: #bec9d2; */
  color: #ffffff !important;

  /* background-color: rgba(40, 47, 240, 0.6); */
  /* background-color: #3d47ff; */
  background: var(--color-filter-and-date) !important;
}

body .p-datepicker table td.p-datepicker-today a.p-highlight {
  color: #ffffff !important;
  /* background-color: #546E7A; */

  /* background-color: #282FF0; */
  /* background-color: #3C46FF; */
  background: var(--color-filter-and-date) !important;
}

body .p-datepicker .p-timepicker {
  border: 0 none !important;
  border-top: 1px solid #dce2e7 !important;
}

body .p-datepicker .p-timepicker a {
  color: #2d353c !important;
}

body .p-datepicker .p-timepicker a:hover {
  color: #546E7A !important;
}

body .p-datepicker .p-monthpicker .p-monthpicker-month {
  color: #2d353c !important;
}

body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #ffffff !important;
  background-color: #546E7A !important;
}

body .p-datepicker.p-datepicker-multiple-month {
  width: auto !important;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #dce2e7 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group .p-datepicker-calendar-container tbody {
  padding-right: 0.25em !important;
  padding-left: 0.25em !important;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0 !important;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0 !important;
  border-right: 0 none !important;
}

body .p-calendar.p-calendar-w-btn .p-inputtext {
  -moz-border-radius-topright: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0 none !important;
}

body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error),
body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error) {
  border-right: 0 none !important;
}

body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button {
  position: absolute !important;
  -moz-border-radius-topleft: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

body .p-inplace .p-inplace-display {
  padding: 4px !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
}

body .p-inplace .p-inplace-display:not(.p-disabled):hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-fileupload .p-fileupload-buttonbar {
  padding: 0.5em 1em !important;
  border-bottom: 0 none !important;
}

body .p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 8px !important;
}

body .p-fileupload .p-progressbar {
  top: 0 !important;
}

body .p-fileupload-choose:not(.p-disabled):hover,
body .p-fileupload-choose.p-focus {
  background-color: #4a606b !important;
}

body .p-fileupload-choose:not(.p-disabled):active {
  background-color: #3f535c !important;
}

body .p-password-panel {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
}

body .p-inputgroup .p-inputgroup-addon {
  border-color: #dce2e7 !important;
  background-color: #e6e6e6 !important;
  padding: 4px !important;
}

body .p-inputgroup .p-inputgroup-addon:first-child {
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  -moz-border-radius-bottomleft: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

body .p-inputgroup .p-inputgroup-addon:last-child {
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox,
body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton {
  padding: 0.286em 0.857em !important;
}

/* botao de pesquisar filtro */
body .p-inputgroup .p-button:first-child {
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  -moz-border-radius-bottomleft: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

body .p-inputgroup .p-button:last-child {
  -moz-border-radius-topright: 2px !important;
  /* -webkit-border-top-right-radius: 2px; */
  /* border-top-right-radius: 2px; */
  -moz-border-radius-bottomright: 2px !important;
  /* -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px; */

  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

body .p-calendar .p-datepicker {
  min-width: 20em !important;
}

body ::-webkit-input-placeholder {
  color: #647585 !important;
}

body :-moz-placeholder {
  color: #647585 !important;
}

body ::-moz-placeholder {
  color: #647585 !important;
}

body :-ms-input-placeholder {
  color: #647585 !important;
}

body .p-inputtext.ng-dirty.ng-invalid,
body p-dropdown.ng-dirty.ng-invalid>.p-dropdown,
body p-autocomplete.ng-dirty.ng-invalid>.p-autocomplete>.p-inputtext,
body p-calendar.ng-dirty.ng-invalid>.p-calendar>.p-inputtext,
body p-chips.ng-dirty.ng-invalid>.p-inputtext,
body p-inputmask.ng-dirty.ng-invalid>.p-inputtext,
body p-checkbox.ng-dirty.ng-invalid .p-checkbox-box,
body p-radiobutton.ng-dirty.ng-invalid .p-radiobutton-box,
body p-inputswitch.ng-dirty.ng-invalid .p-inputswitch,
body p-listbox.ng-dirty.ng-invalid .p-inputtext,
body p-multiselect.ng-dirty.ng-invalid>.p-multiselect,
body p-inputnumber.ng-dirty.ng-invalid>.p-inputtext,
body p-selectbutton.ng-dirty.ng-invalid .p-button,
body p-togglebutton.ng-dirty.ng-invalid .p-button {
  border-color: #e17576 !important;
}

body .p-panel {
  padding: 0 !important;
  border-color: #DCE1E7 !important;
}

body .p-panel .p-panel-header {
  border: 0 none !important;
  border-bottom: 1px solid #dce2e7 !important;
  padding: 0.5em 1em !important;
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

body .p-panel .p-panel-header .p-panel-title {
  vertical-align: middle !important;
}

body .p-panel .p-panel-header .p-panel-header-icon {
  width: 21px !important;
  height: 21px !important;
  padding-left: 2px !important;
  margin: 0 !important;
  position: relative !important;
  font-size: 16px !important;
  background-color: #647585 !important;
  border-radius: 100% !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
  -moz-transition: color 0.3s !important;
  -o-transition: color 0.3s !important;
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
}

body .p-panel .p-panel-header .p-panel-header-icon:hover {
  background-color: #2d353c !important;
}

body .p-panel .p-panel-content {
  height: 100% !important;
  box-sizing: border-box !important;
  padding: 0.5em 1em !important;
}

body .p-panel .p-panel-footer {
  padding: 0.5em 1em !important;
  border: 0 none !important;
  border-top: 1px solid #dce2e7 !important;
  margin: 0 !important;
}

body .p-panel.p-panel-collapsed-h .p-panel-titlebar {
  padding-left: 40px !important;
}

body .p-fieldset {
  padding: 0 0 0.5em 0 !important;
}

body .p-fieldset .p-fieldset-legend {
  border: 1px solid #dce2e7 !important;
  color: #2d353c !important;
  background-color: #f5f8f9 !important;
  margin-left: 0.75em !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

body .p-fieldset .p-fieldset-legend .p-fieldset-toggler {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 0.5em !important;
  color: #2d353c !important;
}

body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  color: #2d353c !important;
}

body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background-color: #dcdfe0 !important;
}

body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:focus {
  background-color: #dcdfe0 !important;
}

body .p-fieldset .p-fieldset-content {
  padding: 0.5em 1em !important;
}

body .p-sidebar {
  background-color: #546E7A !important;
  color: #ffffff !important;
}

/* Filtros avançados - usado na pagina de cartao credito */
body .p-accordion .p-accordion-header {
  background-color: #f5f8f9 !important;
  color: #2d353c !important;
  font-size: 13px !important;
  border: 1px solid #dce2e7 !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
  margin-bottom: 0 !important;
}

body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover {
  background-color: #dcdfe0 !important;
}

body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a {
  background-color: #dcdfe0 !important;
}

body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight {
  /* background-color: #546E7A; */
  /* background-color: #3C46FF; */
  background: var(--color-filter-and-date) !important;
  color: #ffffff !important;
  border-color: #546E7A !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a {
  color: #ffffff !important;
}

body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a:focus {
  /* background-color: #546E7A; */
  background-color: var(--color-filter-and-date) !important;
}

body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight span {
  color: #ffffff !important;
}

body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .pi {
  color: #ffffff !important;
}

body .p-accordion .p-accordion-header>a {
  padding: 0.5em 1em !important;
  color: #2d353c !important;
  outline: 0 none !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

body .p-accordion .p-accordion-header>a:focus {
  background-color: #f1f2f7 !important;
}

body .p-accordion .p-accordion-header>span {
  color: #2d353c !important;
}

body .p-accordion .p-accordion-content {
  padding: 0.5em 1em !important;
}

body .p-tabview {
  padding: 0 !important;
}

body .p-tabview.p-tabview-top,
body .p-tabview.p-tabview-bottom,
body .p-tabview.p-tabview-left,
body .p-tabview.p-tabview-right {
  border: 0 none !important;
  background: transparent !important;
}

body .p-tabview.p-tabview-top .p-tabview-nav,
body .p-tabview.p-tabview-bottom .p-tabview-nav,
body .p-tabview.p-tabview-left .p-tabview-nav,
body .p-tabview.p-tabview-right .p-tabview-nav {
  padding: 0 !important;
  border: 0 none !important;
  background-color: #f5f8f9 !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

body .p-tabview.p-tabview-top .p-tabview-nav li,
body .p-tabview.p-tabview-bottom .p-tabview-nav li,
body .p-tabview.p-tabview-left .p-tabview-nav li,
body .p-tabview.p-tabview-right .p-tabview-nav li {
  position: static !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
  -moz-border-radius: 2 !important;
  -webkit-border-radius: 2 !important;
  border-radius: 2 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  background-color: #f5f8f9 !important;
  border: 1px solid #e5edef !important;
  border-bottom: none !important;
}

body .p-tabview.p-tabview-top .p-tabview-nav li a,
body .p-tabview.p-tabview-bottom .p-tabview-nav li a,
body .p-tabview.p-tabview-left .p-tabview-nav li a,
body .p-tabview.p-tabview-right .p-tabview-nav li a {
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
  padding: 0.6em 1em !important;
  color: #2d353c !important;
  outline: 0 none !important;
}

body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon,
body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon,
body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon,
body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon {
  margin-right: 0.25em !important;
}

body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon,
body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon,
body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon,
body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon {
  margin-left: 0.25em !important;
}

body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close,
body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close,
body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close,
body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close {
  margin-top: 0.65em !important;
}

body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover,
body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover,
body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover,
body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover {
  background-color: #dcdfe0 !important;
}

body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .pi-times,
body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .pi-times,
body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .pi-times,
body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .pi-times {
  color: #2d353c !important;
}

body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight,
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight,
body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight,
body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight {
  background-color: #546E7A !important;
  color: #ffffff !important;
}

body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a,
body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a,
body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a,
body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a {
  color: #ffffff !important;
}

body .p-tabview.p-tabview-left .p-tabview-nav li,
body .p-tabview.p-tabview-left .p-tabview-nav li a,
body .p-tabview.p-tabview-right .p-tabview-nav li,
body .p-tabview.p-tabview-right .p-tabview-nav li a {
  width: 100% !important;
}

body .p-tabview.p-tabview-left .p-tabview-panel,
body .p-tabview.p-tabview-right .p-tabview-panel {
  border-top: 1px solid #dce2e7 !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
}

body .p-tabview .p-tabview-panel {
  padding: 0.5em 1em !important;
  border: 1px solid #dce2e7 !important;
}

body .p-toolbar {
  background-color: #f5f8f9 !important;
  border-color: #dce2e7 !important;
  padding: 0.5em 1em !important;
}

body .p-toolbar .p-toolbar-separator {
  margin: 0 0.5em !important;
}

@media (max-width: 640px) {
  body .ui-panelgrid .ui-grid-responsive .ui-grid-row {
    border: 0 none !important;
  }
}

body .p-paginator {
  background-color: #ffffff !important;
  border-color: #dce2e7 !important;
}

body .p-paginator .p-paginator-first,
body .p-paginator .p-paginator-prev,
body .p-paginator .p-paginator-next,
body .p-paginator .p-paginator-last {
  color: #647585 !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
  min-height: 1em !important;
  width: 1.5em !important;
  padding: 2px 8px !important;
}

body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background-color: #dce2e7 !important;
}

body .p-paginator .p-paginator-first:focus,
body .p-paginator .p-paginator-prev:focus,
body .p-paginator .p-paginator-next:focus,
body .p-paginator .p-paginator-last:focus {
  outline: 0 none !important;
}

body .p-paginator .p-paginator-first:before {
  position: relative !important;
  top: 1px !important;
}

body .p-paginator .p-paginator-prev:before {
  position: relative !important;
}

body .p-paginator .p-paginator-next:before {
  position: relative !important;
  top: 1px !important;
}

body .p-paginator .p-paginator-last:before {
  position: relative !important;
  top: 1px !important;
}

body .p-paginator .p-paginator-pages {
  padding: 0 !important;
  vertical-align: middle !important;
  display: inline-block !important;
  -moz-border-radius: 2 !important;
  -webkit-border-radius: 2 !important;
  border-radius: 2 !important;
}

body .p-paginator .p-paginator-pages .p-paginator-page {
  color: #647585 !important;
  min-height: 1em !important;
  padding: 0.1em 0.5em !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  color: #ffffff !important;
  background-color: #546E7A !important;
}

body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background-color: #dce2e7 !important;
}

body .p-datatable .p-paginator {
  padding: 0.5em 1em !important;
}

body .p-datatable .p-datatable-header,
body .p-datatable .p-datatable-footer {
  padding: 0.5em 1em !important;
  text-align: center !important;
  font-weight: bold !important;
}

body .p-datatable .p-datatable-header {
  border-bottom: 0 none !important;
}

body .p-datatable .p-datatable-footer {
  border-top: 0 none !important;
}

body .p-datatable .p-datatable-thead>tr>th,
body .p-datatable .p-datatable-tbody>tr>td,
body .p-datatable .p-datatable-tfoot>tr>td {
  padding: 0.5em 1em !important;
}

body .p-datatable .p-datatable-thead>tr>th,
body .p-datatable .p-datatable-tfoot>tr>td {
  background-color: #ffffff !important;
  color: #2d353c !important;
  border: 1px solid #dbe1e6 !important;
}

body .table-border-none {
  background-color: white !important;
}

body .table-border-none .p-datatable-thead>.trTable-border-none>th,
body .table-border-none .p-datatable-tbody>.trTable-border-none>td {
  border: none !important;
}

body .table-border-none .p-datatable-tbody>.trTable-border-none>td {
  padding: 5.5px !important;
}

@media (max-width: 1366px) {
  body .table-border-none .p-datatable-tbody>.trTable-border-none>td {
    padding: 4px !important;
  }
}

body .table-border-none .p-datatable-tbody>.trTable-border-none .text-table-link {
  color: #3392FF !important;
  font-size: 0.7rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.375rem !important;
  text-decoration-line: underline !important;
  cursor: pointer !important;
}

body .table-border-none .p-datatable-tbody>.trTable-border-none .text-table-normal {
  color: #4D4D4D !important;
  font-size: 0.7rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.375rem !important;
}

body .p-datatable p-sortIcon {
  vertical-align: initial !important;
}

body .p-datatable .p-sortable-column {
  color: #2d353c !important;
}

body .p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #647585 !important;
}

body .p-datatable .p-sortable-column:not(.p-highlight):hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-datatable .p-sortable-column.p-highlight {
  background-color: #546E7A !important;
  color: #ffffff !important;
  border-top-color: #546E7A !important;
}

body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #ffffff !important;
}

body .p-datatable .p-datatable-tbody>tr {
  background: #f5f8f9 !important;
}

body .table-border-none .p-datatable-tbody>tr {
  background: white !important;
}

body .p-datatable .p-datatable-tbody>tr>td {
  background: inherit !important;
  border: 1px solid #dbe1e6 !important;
}

body .p-datatable .p-datatable-tbody>tr.p-highlight {
  background-color: #546E7A !important;
  color: #ffffff !important;
  border-color: #7895a2 !important;
}

body .p-datatable .p-datatable-tbody>tr.ui-contextmenu-selected {
  background-color: #546E7A !important;
  color: #ffffff !important;
  border-color: #7895a2 !important;
}

body .p-datatable .p-datatable-tbody>tr:nth-child(even) {
  background-color: #ffffff !important;
}

body .p-datatable .p-datatable-tbody>tr:nth-child(even).p-highlight {
  background-color: #546E7A !important;
  color: #ffffff !important;
  border-color: #7895a2 !important;
}

body .p-datatable .p-datatable-tbody>tr:nth-child(even).ui-contextmenu-selected {
  background-color: #546E7A !important;
  color: #ffffff !important;
  border-color: #7895a2 !important;
}

body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr.p-selectable-row:not(.p-highlight):not(.p-contextmenu-selected):hover {
  cursor: pointer !important;
  background-color: #dce2e7 !important;
}

body .p-datatable .p-datatable-header,
body .p-datatable .p-datatable-footer {
  padding: 0.5em 1em !important;
}

body .p-datatable .p-datatable-header {
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

body .p-datatable .p-datatable-header .p-multiselect-item {
  color: #2d353c !important;
}

body .p-datatable .p-paginator {
  padding: 0.5em 1em !important;
}

body .p-datatable .p-datatable-thead>tr>th {
  background-color: #ffffff !important;
  padding: 0.5em 1em !important;
  border-color: #dce2e7 !important;
  color: #000000 !important;
}

body .p-datatable .p-datatable-thead>tr>th .p-dropdown-item,
body .p-datatable .p-datatable-thead>tr>th .p-multiselect-item {
  color: #2d353c !important;
}

body .p-datatable .p-datatable-thead>tr>th .p-dropdown-item.p-highlight,
body .p-datatable .p-datatable-thead>tr>th .p-multiselect-item.p-highlight {
  color: #ffffff !important;
}

body .p-datatable .p-datatable-thead>tr>th.p-selection-column {
  padding: 0.5em 0.6em !important;
}

body .p-datatable .p-datatable-thead>tr>th.p-sortable-column:not(.p-highlight):hover {
  background-color: #dce2e7 !important;
}

body .p-datatable .p-datatable-thead>tr>th.p-highlight {
  background-color: #546E7A !important;
  color: #ffffff !important;
}

body .p-datatable .p-datatable-thead>tr>th .p-column-title {
  font-weight: 700 !important;
}

body .p-datatable .p-datatable-tfoot>tr>td {
  background-color: #ffffff !important;
  padding: 0.5em 1em !important;
  border-color: #dce2e7 !important;
  color: #000000 !important;
}

body .p-datatable .p-datatable-tbody tr {
  background-color: #ffffff !important;
  color: #000000 !important;
}

body .p-datatable .p-datatable-tbody tr.p-rowgroup-header {
  background-color: #546E7A !important;
}

body .p-datatable .p-datatable-tbody tr.p-rowgroup-header .pi:hover {
  color: #5e7c89 !important;
}

body .p-datatable .p-datatable-tbody tr.p-component-header td {
  border-color: #dbe1e6 !important;
}

body .p-datatable .p-datatable-tbody tr.p-datatable-even {
  background-color: #ffffff !important;
}

body .p-datatable .p-datatable-tbody tr.p-datatable-even.p-highlight {
  background-color: #546E7A !important;
  color: #ffffff !important;
  border-color: #7895a2 !important;
}

body .p-datatable .p-datatable-tbody tr.p-datatable-odd {
  background-color: #ffffff !important;
}

body .p-datatable .p-datatable-tbody tr.p-datatable-odd.p-highlight {
  background-color: #546E7A !important;
  color: #ffffff !important;
  border-color: #7895a2 !important;
}

body .p-datatable .p-datatable-tbody tr.p-highlight {
  border-color: #4a606b !important;
}

body .p-datatable .p-datatable-tbody tr td {
  padding: 0.5em 1em !important;
}

body .p-datatable .p-datatable-tbody tr td.p-selection-column {
  padding: 0.5em 0.6em !important;
}

body .p-datatable .p-datatable-tbody tr td.p-editable-column.p-cell-editing .p-inputtext {
  border-color: #546E7A !important;
}

body .p-datatable .p-datatable-tbody tr td.p-editable-column.p-cell-editing .p-datepicker table td a,
body .p-datatable .p-datatable-tbody tr td.p-editable-column.p-cell-editing .p-datepicker table td span {
  min-width: 1.8em !important;
}

body .p-datatable .p-datatable-tbody tr td .p-row-toggler {
  color: #647585 !important;
  -moz-transition: color 0.3s !important;
  -o-transition: color 0.3s !important;
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
}

body .p-datatable .p-datatable-tbody tr.p-component-header {
  border-color: 1px solid white !important;
  background-color: #f5f8f9 !important;
  color: #2d353c !important;
}

body .p-datatable .p-datatable-tbody tr.p-component-header a {
  color: #2d353c !important;
  -moz-transition: color 0.3s !important;
  -o-transition: color 0.3s !important;
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
}

body .p-datatable .p-datatable-tbody.p-datatable-hoverable-rows>tr.p-component-content:not(.p-highlight):hover {
  cursor: pointer !important;
  background-color: #dce2e7 !important;
}

body .p-datatable .p-datatable-scrollable-header,
body .p-datatable .p-datatable-scrollable-footer {
  background-color: #f7f7f7 !important;
}

body .p-datatable .p-datatable-scrollable-header .p-datatable-scrollable-header-box td,
body .p-datatable .p-datatable-scrollable-footer .p-datatable-scrollable-header-box td {
  color: #2d353c !important;
}

body .p-dataview .p-paginator {
  padding: 0.5em 1em !important;
}

body .p-dataview .p-dataview-header {
  padding: 0.5em 1em !important;
  border-bottom: 1px solid #dce2e7 !important;
}

body .p-dataview .p-dataview-content {
  border-top: none !important;
}

body .p-dataview .p-dataview-content {
  border-top: none !important;
  border-bottom: none !important;
}

body .p-dataview .p-dataview-content>li .car-item {
  border-bottom: 1px solid #dce2e7 !important;
}

body .p-scroller .p-scroller-header,
body .p-scroller .p-scroller-footer {
  padding: 0.5em 1em !important;
}

body .p-picklist .p-picklist-buttons button {
  font-size: 15px !important;
}

body .p-picklist .p-picklist-caption {
  padding: 0.5em 1em !important;
}

body .p-picklist .p-picklist-filter-container {
  margin-bottom: -1px !important;
}

body .p-picklist .p-picklist-filter-container .pi {
  color: #647585 !important;
}

body .p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.5em 1em !important;
  margin: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  background-color: #546E7A !important;
}

body .p-orderlist .p-orderlist-controls button {
  font-size: 15px !important;
}

body .p-orderlist .p-orderlist-caption {
  padding: 0.5em 1em !important;
  box-sizing: border-box !important;
}

body .p-orderlist .p-orderlist-filter-container {
  margin-bottom: -1px !important;
}

body .p-orderlist .p-orderlist-filter-container .pi {
  color: #647585 !important;
}

body .p-orderlist .p-orderlist-list {
  box-sizing: border-box !important;
}

body .p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.5em 1em !important;
  margin: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  background-color: #546E7A !important;
}

body .p-orderlist.p-grid-responsive .p-grid-row .p-orderlist-controls {
  margin-right: 0 !important;
  padding-right: 10px !important;
}

/* estilos do carroussel */
body .p-carousel .p-carousel-content .p-carousel-prev,
body .p-carousel .p-carousel-content .p-carousel-next {
  /* color: #ffffff; */
  /* background-color: #546E7A; */
  background-color: var(--color-button-main) !important;
  color: var(--white) !important;
  border: 1px solid transparent !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  margin: 0.2em !important;
  width: auto !important;
  min-width: 2.5em !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover,
body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover {
  /* background-color: #4a606b; */
  /* background-color: var(--color-button-hover); */
  opacity: .8 !important;
}

body .p-carousel .p-carousel-indicators .p-carousel-indicator {
  border-color: transparent !important;
  background-color: transparent !important;
}

body .p-carousel .p-carousel-indicators .p-carousel-indicator button.p-link {
  border-color: transparent !important;
  background-color: transparent !important;
}

body .p-carousel .p-carousel-indicators .p-carousel-indicator {
  width: 20px !important;
  height: 6px !important;
  /* background-color: #b2c1cd; */
  background-color: #E2E2E2 !important;
  margin: 0 0.2em !important;
}

body .p-carousel .p-carousel-indicators .p-carousel-indicator::before {
  content: " " !important;
}

body .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight {
  /* background-color: #546E7A; */
  background-color: #929292 !important;
}

body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #202a2e !important;
}

body .p-organizationchart .p-organizationchart-line-down {
  background-color: #bec9d2 !important;
}

body .p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #bec9d2 !important;
}

body .p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #bec9d2 !important;
}

body .p-organizationchart .p-organizationchart-node-content {
  border-color: #bec9d2 !important;
}

body .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  color: #bec9d2 !important;
  bottom: -0.7em !important;
  margin-left: -0.46em !important;
}

body .p-treetable .p-paginator {
  padding: 0.5em 1em !important;
}

body .p-treetable .p-treetable-caption,
body .p-treetable .p-treetable-summary {
  padding: 0.5em 1em !important;
  text-align: center !important;
  font-weight: bold !important;
}

body .p-treetable .p-treetable-caption {
  border-bottom: 0 none !important;
}

body .p-treetable .p-treetable-summary {
  border-top: 0 none !important;
}

body .p-treetable .p-treetable-thead>tr>th,
body .p-treetable .p-treetable-tbody>tr>td,
body .p-treetable .p-treetable-tfoot>tr>td {
  padding: 0.5em 1em !important;
}

body .p-treetable .p-treetable-thead>tr>th,
body .p-treetable .p-treetable-tfoot>tr>td {
  color: #2d353c !important;
  border: 1px solid #dbe1e6 !important;
}

body .p-treetable .p-treetable-thead tr .p-inputtext {
  width: 100% !important;
}

body .p-treetable .p-treetable-scrollable-header {
  border: none !important;
}

body .p-treetable .p-treetable-loading-content .pi-spin {
  -webkit-animation: 2s linear infinite fa-spin !important;
  animation: 2s linear infinite fa-spin !important;
  color: #ffffff !important;
}

body .p-treetable .p-sortable-column {
  color: #2d353c !important;
}

body .p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #647585 !important;
}

body .p-treetable .p-sortable-column:not(.p-highlight):hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-treetable .p-sortable-column.p-highlight {
  background-color: #546E7A !important;
  color: #ffffff !important;
  border-top-color: #546E7A !important;
}

body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #ffffff !important;
}

body .p-treetable .p-sortable-column .p-sortable-column-icon {
  vertical-align: middle !important;
}

body .p-treetable .p-treetable-tbody>tr {
  background: #f5f8f9 !important;
}

body .p-treetable .p-treetable-tbody>tr>td {
  background: inherit !important;
  border: 1px solid #dbe1e6 !important;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler {
  color: #647585 !important;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler .pi.pi-chevron-right {
  vertical-align: middle !important;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler .pi.pi-chevron-right:before {
  content: "" !important;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler .pi.pi-chevron-down {
  vertical-align: middle !important;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler .pi.pi-chevron-down:before {
  content: "" !important;
}

body .p-treetable .p-treetable-tbody>tr>td .p-treetable-checkbox {
  vertical-align: middle !important;
  margin-right: 0.4em !important;
}

body .p-treetable .p-treetable-tbody>tr.p-highlight {
  background-color: #546E7A !important;
  color: #ffffff !important;
}

body .p-treetable .p-treetable-tbody>tr.p-highlight>td {
  background: inherit !important;
  border: #dce2e7 !important;
}

body .p-treetable .p-treetable-tbody>tr.p-highlight>td .p-treetable-toggler {
  color: #ffffff !important;
}

body .p-treetable .p-treetable-tbody>tr.p-highlight.p-contextmenu-selected {
  background-color: #546E7A !important;
  color: #ffffff !important;
}

body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):not(.p-contextmenu-selected):hover {
  cursor: pointer !important;
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-tree {
  padding: 0.25em 0.5em !important;
}

body .p-tree .p-treenode {
  padding: 0.15em 0 !important;
}

body .p-tree .p-treenode .p-treenode-content {
  padding: 0 0 0.25em 0 !important;
}

body .p-tree .p-treenode .p-treenode-content .p-tree-toggler {
  font-size: 15px !important;
  vertical-align: middle !important;
  display: inline-block !important;
  float: none !important;
  margin: 0 !important;
}

body .p-tree .p-treenode .p-treenode-content .p-treenode-icon {
  vertical-align: middle !important;
  display: inline-block !important;
  margin: 0 !important;
  font-size: 15px !important;
}

body .p-tree .p-treenode .p-treenode-content .p-treenode-label {
  margin: 0 !important;
  vertical-align: middle !important;
  display: inline-block !important;
  padding: 0 0.25em !important;
}

body .p-tree .p-treenode .p-treenode-content .p-treenode-label.p-highlight {
  background-color: #546E7A !important;
}

body .p-tree .p-treenode .p-treenode-content .p-checkbox {
  margin: 0 0.25em !important;
}

body .p-tree .p-treenode .p-treenode-content .p-checkbox .p-checkbox-icon {
  margin: 0 !important;
}

body .p-tree .p-treenode .p-treenode-content.p-treenode-selectable .p-treenode-label:not(.p-highlight):hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-tree .p-treenode .p-treenode-content>span {
  line-height: inherit !important;
}

body .p-tree .p-treenode .p-treenode-content.p-treenode-dragover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .p-tree.p-tree-horizontal {
  padding: 0.85em 0 !important;
}

/* body .ui-tree.ui-tree-horizontal .ui-treenode {
  background: url("../layout/images/tth-connector.png") repeat-x scroll center center transparent !important;
} */

body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  padding: 0.5em 1em !important;
  background-color: #f5f8f9 !important;
  border: 1px solid #dce2e7 !important;
}

body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #546E7A !important;
  color: #ffffff !important;
}

body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit !important;
  color: inherit !important;
}

body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

/* body .ui-tree.ui-tree-horizontal .ui-treenode-connector-line {
  background: url("../layout/images/tth-connector.png") repeat-y scroll 0 0 transparent !important;
} */

body .fc .fc-button {
  color: #ffffff !important;
  background-color: #546E7A !important;
  border: 1px solid transparent !important;
  font-size: 13px !important;
  font-family: "Lato", "Helvetica Neue", sans-serif !important;
  height: 2.25em !important;
  padding: 0 1em !important;
}

body .fc .fc-button:enabled:not(:focus):not(.fc-button-active):hover {
  background-color: #4a606b !important;
  border-color: #4a606b !important;
}

body .fc .fc-button:enabled:not(.fc-button-active):focus {
  outline: 0 none !important;
  background-color: #5e7c89 !important;
  border-color: #5e7c89 !important;
  box-shadow: none !important;
}

body .fc .fc-button.fc-button-active {
  background-color: #3f535c !important;
  border-color: #3f535c !important;
}

body .fc .fc-button.fc-button-active:focus {
  box-shadow: none !important;
}

body .fc th {
  padding: 0.5em 1em !important;
}

body .fc .fc-head .fc-row {
  background-color: #f5f8f9 !important;
  color: #2d353c !important;
}

body .fc .fc-head .fc-row th {
  border: 1px solid #dce2e7 !important;
}

body .fc td.fc-today {
  background-color: #546E7A !important;
  border: 1px solid #546E7A !important;
  color: #ffffff !important;
}

body .fc .fc-toolbar .ui-state-active {
  background-color: #f5f8f9 !important;
  border: 1px solid #dce2e7 !important;
}

body .fc table {
  box-sizing: border-box !important;
}

body .fc div.ui-widget-content {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

body .fc .fc-event {
  border-color: #546E7A !important;
  background-color: #4a606b !important;
}

body .ui-virtualscroller .ui-virtualscroller-list li {
  border-bottom: 1px solid #dce2e7 !important;
}

body .ui-messages .ui-messages-icon .ui-messages-icon {
  font-size: 2em !important;
}

body .ui-messages.ui-messages-info {
  background-color: #d9edf7 !important;
  border-color: #d9edf7 !important;
  color: #31708f !important;
}

body .ui-messages.ui-messages-info .ui-messages-icon {
  color: #5bb1dc !important;
}

body .ui-messages.ui-messages-info .ui-messages-close .pi {
  color: #31708f !important;
}

body .ui-messages.ui-messages-warn {
  background-color: #fcf8e3 !important;
  border-color: #fcf8e3 !important;
  color: #8a6d3b !important;
}

body .ui-messages.ui-messages-warn .ui-messages-icon {
  color: #edd559 !important;
}

body .ui-messages.ui-messages-warn .ui-messages-close .pi {
  color: #8a6d3b !important;
}

body .ui-messages.ui-messages-error {
  background-color: #f0d1d0 !important;
  border-color: #f0d1d0 !important;
  color: #2d353c !important;
}

body .ui-messages.ui-messages-error .ui-messages-icon {
  color: #cb5f5c !important;
}

body .ui-messages.ui-messages-error .ui-messages-close .pi {
  color: #2d353c !important;
}

body .ui-messages.ui-messages-success {
  background-color: #dff0d8 !important;
  border-color: #dff0d8 !important;
  color: #3c763d !important;
}

body .ui-messages.ui-messages-success .ui-messages-icon {
  color: #a3d48e !important;
}

body .ui-messages.ui-messages-success .ui-messages-close .pi {
  color: #3c763d !important;
}

body .ui-messages .ui-messages-close {
  font-size: 1.5em !important;
}

body .ui-message.ui-message-info {
  background-color: #d9edf7 !important;
  border-color: #d9edf7 !important;
  color: #31708f !important;
}

body .ui-message.ui-message-warn {
  background-color: #fcf8e3 !important;
  border-color: #fcf8e3 !important;
  color: #8a6d3b !important;
}

body .ui-message.ui-message-error {
  background-color: #f0d1d0 !important;
  border-color: #f0d1d0 !important;
  color: #2d353c !important;
}

body .ui-message.ui-message-success {
  background-color: #dff0d8 !important;
  border-color: #dff0d8 !important;
  color: #3c763d !important;
}

body .ui-message .ui-message-close {
  text-decoration: none !important;
  color: #fff !important;
  right: 0.25em !important;
}

body .ui-growl {
  top: 85px !important;
}

body .ui-growl .ui-growl-item-container {
  opacity: 0.95 !important;
  filter: alpha(opacity=95) !important;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
}

body .ui-growl .ui-growl-item-container .ui-growl-message {
  margin-left: 4em !important;
}

body .ui-growl .ui-growl-item-container .ui-growl-image {
  font-size: 2.769em !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-message-info {
  background-color: #d9edf7 !important;
  border-color: #d9edf7 !important;
  color: #31708f !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-message-info .ui-growl-image {
  color: #5bb1dc !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-message-warn {
  background-color: #fcf8e3 !important;
  border-color: #fcf8e3 !important;
  color: #8a6d3b !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-message-warn .ui-growl-image {
  color: #edd559 !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-message-error {
  background-color: #f0d1d0 !important;
  border-color: #f0d1d0 !important;
  color: #2d353c !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-message-error .ui-growl-image {
  color: #cb5f5c !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-message-success {
  background-color: #dff0d8 !important;
  border-color: #dff0d8 !important;
  color: #3c763d !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-message-success .ui-growl-image {
  color: #a3d48e !important;
}

body .ui-toast .ui-toast-message {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-info {
  background-color: #d9edf7 !important;
  border: 0 none !important;
  color: #31708f !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-info .ui-toast-close-icon {
  color: #31708f !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-info .ui-toast-icon {
  color: #5bb1dc !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-success {
  background-color: #dff0d8 !important;
  border: 0 none !important;
  color: #3c763d !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-success .ui-toast-close-icon {
  color: #3c763d !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-success .ui-toast-icon {
  color: #a3d48e !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-warn {
  background-color: #fcf8e3 !important;
  border: 0 none !important;
  color: #8a6d3b !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-warn .ui-toast-close-icon {
  color: #8a6d3b !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-warn .ui-toast-icon {
  color: #edd559 !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-error {
  background-color: #f0d1d0 !important;
  border: 0 none !important;
  color: #2d353c !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-error .ui-toast-close-icon {
  color: #2d353c !important;
}

body .ui-toast .ui-toast-message.ui-toast-message-error .ui-toast-icon {
  color: #cb5f5c !important;
}

body .ui-overlaypanel {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  border: grey !important;
}

body .ui-overlaypanel .ui-overlaypanel-close {
  background-color: #546E7A !important;
  color: #ffffff !important;
  text-align: center !important;
  width: 1.538em !important;
  height: 1.538em !important;
  line-height: 1.538em !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

body .ui-overlaypanel .ui-overlaypanel-close:hover {
  background-color: #4a606b !important;
  color: #ffffff !important;
}

body .ui-overlaypanel .ui-overlaypanel-close span {
  width: 0.692em !important;
  line-height: inherit !important;
  position: relative !important;
  right: 0.2em !important;
}

body .ui-overlaypanel:after {
  border-color: rgba(245, 248, 249, 0) !important;
  border-bottom-color: #f5f8f9 !important;
}

body .ui-overlaypanel:before {
  border-color: rgba(220, 226, 231, 0) !important;
  border-bottom-color: rgba(0, 0, 0, 0.05) !important;
}

body .ui-overlaypanel.ui-overlaypanel-flipped:after {
  border-top-color: #f5f8f9 !important;
}

body .ui-overlaypanel.ui-overlaypanel-flipped:before {
  border-bottom-color: rgba(0, 0, 0, 0.05) !important;
}

body .ui-dialog {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  border: grey !important;
}

body .ui-dialog .ui-dialog-titlebar {
  padding: 0.5em 1em !important;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  margin: 0 !important;
  float: none !important;
  vertical-align: middle !important;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
  color: #2d353c !important;
  border: 0 none !important;
  -moz-transition: color 0.3s !important;
  -o-transition: color 0.3s !important;
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
  padding: 0 !important;
  margin-left: 0.35em !important;
  font-size: 15px !important;
}

body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon:hover {
  color: #171b1f !important;
}

body .ui-dialog .ui-dialog-content {
  padding: 0.5em 1em !important;
}

body .ui-dialog .ui-dialog-footer {
  padding: 0.5em 1em !important;
  text-align: right !important;
  border-width: 1px 0 0 0 !important;
}

body .ui-dialog .ui-dialog-footer button {
  margin: 0 0.35em 0 0 !important;
}

body .ui-dialog.ui-confirm-dialog .ui-dialog-content {
  padding: 1.5em !important;
}

body .ui-dialog.ui-confirm-dialog .ui-dialog-content>span {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
  line-height: 13px !important;
  margin: 0 !important;
}

body .ui-tooltip .ui-tooltip-text {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
}

body .ui-tooltip.ui-state-error {
  border: 0 none !important;
}

body .ui-tooltip .ui-tooltip .ui-tooltip-text {
  background-color: grey !important;
  color: grey !important;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
}

body .ui-tooltip .ui-tooltip.ui-state-error {
  border: 0 none !important;
}

body .ui-tooltip .ui-tooltip.ui-tooltip-right .ui-tooltip-arrow {
  border-right-color: grey !important;
}

body .ui-tooltip .ui-tooltip.ui-tooltip-left .ui-tooltip-arrow {
  border-left-color: grey !important;
}

body .ui-tooltip .ui-tooltip.ui-tooltip-top .ui-tooltip-arrow {
  border-top-color: grey !important;
}

body .ui-tooltip .ui-tooltip.ui-tooltip-bottom .ui-tooltip-arrow {
  border-bottom-color: grey !important;
}

body .ui-lightbox {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
}

body .ui-lightbox .ui-lightbox-caption {
  padding: 0.5em 1em !important;
}

body .ui-lightbox .ui-lightbox-caption .ui-lightbox-caption-text {
  color: #2d353c !important;
  margin: 0 !important;
}

body .ui-lightbox .ui-lightbox-caption .ui-lightbox-close {
  padding: 0 !important;
  color: #2d353c !important;
  -moz-transition: color 0.3s !important;
  -o-transition: color 0.3s !important;
  -webkit-transition: color 0.3s !important;
  transition: color 0.3s !important;
}

body .ui-lightbox .ui-lightbox-caption .ui-lightbox-close:hover {
  color: #698998 !important;
}

body .ui-lightbox .ui-lightbox-content-wrapper {
  overflow: hidden !important;
}

body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-left {
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  font-size: 24px !important;
  margin-left: 4px !important;
}

body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-left:hover {
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-right {
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  font-size: 24px !important;
  margin-right: 4px !important;
}

body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-right:hover {
  -webkit-transform: scale(1.2) !important;
  -moz-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}

body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-content.ui-lightbox-loading~a {
  display: none !important;
}

body .ui-breadcrumb {
  background-color: #f5f8f9 !important;
  padding: 0.5em 1em !important;
}

body .ui-breadcrumb ul li {
  float: none !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

body .ui-breadcrumb ul li .ui-menuitem-link {
  color: #2d353c !important;
  margin: 0 !important;
  position: relative !important;
}

body .ui-breadcrumb ul li.ui-breadcrumb-chevron {
  font-size: 17px !important;
  margin: 0 0.45em !important;
  color: #647585 !important;
}

body .ui-breadcrumb ul li:first-child {
  font-size: 15px !important;
}

body .ui-breadcrumb ul li:first-child.pi-home {
  color: #647585 !important;
  margin: 0 !important;
  font-size: 15px !important;
}

body .ui-steps {
  position: relative !important;
}

body .ui-steps .ui-steps-item {
  background-color: transparent !important;
  text-align: center !important;
}

body .ui-steps .ui-steps-item .ui-menuitem-link {
  display: inline-block !important;
  text-align: center !important;
  background-color: transparent !important;
  overflow: hidden !important;
}

body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {
  display: inline-block !important;
  background-color: #546E7A !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  padding: 6px 11px !important;
  font-size: 1em !important;
  color: #ffffff !important;
  position: relative !important;
  top: 14px !important;
  margin-bottom: 1em !important;
  border: 1px solid #7895a2 !important;
}

body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title {
  display: block !important;
  margin-top: 0.45em !important;
  color: #647585 !important;
}

body .ui-steps .ui-steps-item.ui-state-disabled {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

body .ui-steps .ui-steps-item.ui-state-disabled .ui-steps-number {
  background-color: #f5f8f9 !important;
  border-color: #dce2e7 !important;
  color: #2d353c !important;
}

body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
  background-color: #546E7A !important;
}

body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title {
  font-weight: 700 !important;
  color: #2d353c !important;
}

body .ui-steps .ui-steps-item:last-child .ui-menuitem-link {
  display: block !important;
}

body .ui-steps:before {
  content: " " !important;
  border: 1px solid #546E7A !important;
  width: 100% !important;
  top: 45% !important;
  left: 0 !important;
  display: block !important;
  position: absolute !important;
}

/* Itens do botão de splitbutton */
body .ui-menu .ui-menuitem-link,
body .ui-menubar .ui-menuitem-link,
body .ui-tieredmenu .ui-menuitem-link,
body .ui-contextmenu .ui-menuitem-link,
body .ui-megamenu .ui-menuitem-link,
body .ui-slidemenu .ui-menuitem-link {
  padding: 0.5em 1em !important;
  color: #2d353c !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

body .ui-menu .ui-menuitem-link:hover,
body .ui-menubar .ui-menuitem-link:hover,
body .ui-tieredmenu .ui-menuitem-link:hover,
body .ui-contextmenu .ui-menuitem-link:hover,
body .ui-megamenu .ui-menuitem-link:hover,
body .ui-slidemenu .ui-menuitem-link:hover {
  /* background-color: #546E7A; */
  /* color: #ffffff; */
  color: var(--white) !important;

  /* background-color: #282FF0; */
  /* background: linear-gradient(295.03deg, #3C46FF 16.22%, #3398FF 90.2%); */
  background: var(--color-button-hover) !important;
}

body .ui-menu .ui-menuitem-link:focus,
body .ui-menubar .ui-menuitem-link:focus,
body .ui-tieredmenu .ui-menuitem-link:focus,
body .ui-contextmenu .ui-menuitem-link:focus,
body .ui-megamenu .ui-menuitem-link:focus,
body .ui-slidemenu .ui-menuitem-link:focus {
  /* background-color: #546E7A; */
  /* color: #ffffff; */
  color: var(--white) !important;

  /* background-color: #282FF0; */
  /* background-color: #3C46FF; */
  background: var(--color-button-hover) !important;
}

body .ui-menubar .ui-submenu-list,
body .ui-contextmenu .ui-submenu-list,
body .ui-slidemenu .ui-submenu-list,
body .ui-tieredmenu .ui-submenu-list {
  padding: 0 !important;
  border: none !important;
}

body .ui-menubar .ui-submenu-list .ui-menuitem,
body .ui-contextmenu .ui-submenu-list .ui-menuitem,
body .ui-slidemenu .ui-submenu-list .ui-menuitem,
body .ui-tieredmenu .ui-submenu-list .ui-menuitem {
  margin: 0 !important;
}

body .ui-menu {
  min-width: 12.5em !important;
  padding: 0 !important;
}

body .ui-menu .ui-menuitem {
  margin: 0 !important;
}

body .ui-menu .ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
  vertical-align: middle !important;
}

body .ui-menu.ui-shadow,
body .ui-menu .ui-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3) !important;
}

body .ui-menu :first-child.ui-submenu-header {
  margin: 0 0 1px 0 !important;
}

body .ui-menu .ui-submenu-header {
  margin: 1px 0 1px 0 !important;
  border: 0 none !important;
  background-color: #dce2e7 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0.75em 1.5em !important;
  font-weight: 700 !important;
  color: #2d353c !important;
}

body .ui-menubar {
  padding: 0 !important;
}

body .ui-menubar .ui-submenu-list .ui-menuitem-link .ui-submenu-icon {
  right: 1em !important;
}

body .ui-menubar .ui-menubar-root-list :first-child.ui-menuitem .ui-menuitem-link:hover {
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  -moz-border-radius-bottomleft: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

body .ui-menubar .ui-menubar-root-list :last-child.ui-menuitem .ui-menuitem-link:hover {
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

body .ui-menubar .ui-menubar-root-list>.ui-menuitem>.ui-menuitem-link {
  padding: 0.5em 1em !important;
  border: 1px solid transparent !important;
}

body .ui-menubar .ui-menubar-root-list>.ui-menuitem>.ui-menuitem-link .ui-submenu-icon {
  vertical-align: middle !important;
}

body .ui-menubar .ui-menuitem.ui-menuitem-active>.ui-menuitem-link {
  background-color: #546E7A !important;
  color: #ffffff !important;
}

body .ui-contextmenu {
  padding: 0 !important;
  border: none !important;
}

body .ui-contextmenu .ui-menuitem-link .ui-submenu-icon {
  right: 1em !important;
}

body .ui-contextmenu :first-child.ui-menuitem .ui-menuitem-link:hover {
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

body .ui-contextmenu :last-child.ui-menuitem .ui-menuitem-link:hover {
  -moz-border-radius-bottomleft: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

body .ui-contextmenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link {
  background-color: #546E7A !important;
  color: #ffffff !important;
}

body .ui-slidemenu {
  padding: 0 !important;
}

body .ui-slidemenu :first-child.ui-menuitem .ui-menuitem-link:hover {
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

body .ui-slidemenu :last-child.ui-menuitem .ui-menuitem-link:hover {
  -moz-border-radius-bottomleft: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

body .ui-slidemenu .ui-menuitem {
  margin: 0 !important;
}

body .ui-slidemenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link {
  background-color: #546E7A !important;
  color: #ffffff !important;
}

body .ui-slidemenu .ui-menuitem-link .ui-submenu-icon {
  right: 1em !important;
}

body .ui-slidemenu .ui-slidemenu-backward {
  padding: 0.5em 1em !important;
  width: 100% !important;
  color: #2d353c !important;
  background-color: #dcdfe0 !important;
  box-sizing: border-box !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0 none !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

body .ui-slidemenu .ui-slidemenu-backward span:last-child {
  vertical-align: bottom !important;
}

body .ui-slidemenu .ui-slidemenu-backward:hover {
  background-color: #c4c6c7 !important;
}

body .ui-tieredmenu {
  padding: 0 !important;
}

body .ui-tieredmenu :first-child.ui-menuitem .ui-menuitem-link:hover {
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
}

body .ui-tieredmenu :last-child.ui-menuitem .ui-menuitem-link:hover {
  -moz-border-radius-bottomleft: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

body .ui-tieredmenu .ui-menuitem-link .ui-submenu-icon {
  right: 1em !important;
}

body .ui-tieredmenu .ui-menuitem {
  margin: 0 !important;
}

body .ui-tieredmenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link {
  background-color: #546E7A !important;
  color: #ffffff !important;
}

body .ui-megamenu {
  padding: 0 !important;
}

body .ui-megamenu .ui-megamenu-root-list :first-child.ui-menuitem .ui-menuitem-link:hover {
  -moz-border-radius-topleft: 2px !important;
  -webkit-border-top-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  -moz-border-radius-bottomleft: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

body .ui-megamenu .ui-megamenu-root-list :last-child.ui-menuitem .ui-menuitem-link:hover {
  -moz-border-radius-topright: 2px !important;
  -webkit-border-top-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  -moz-border-radius-bottomright: 2px !important;
  -webkit-border-bottom-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

body .ui-megamenu .ui-megamenu-submenu-header {
  margin: 1px 0 1px 0 !important;
  border: 0 none !important;
  background-color: #dce2e7 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 0.75em 1.5em !important;
  font-weight: 700 !important;
  color: #2d353c !important;
}

body .ui-megamenu .ui-megamenu-submenu .ui-menuitem .ui-menuitem-link {
  line-height: 1em !important;
}

body .ui-megamenu .ui-menuitem-link {
  border: 1px solid transparent !important;
}

body .ui-megamenu .ui-menuitem {
  margin: 0 !important;
}

body .ui-megamenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link {
  background-color: #546E7A !important;
  color: #ffffff !important;
}

/* navegacao de aReceber e aPagar */
body .ui-tabmenu {
  border: 0 none !important;
}

body .ui-tabmenu .ui-tabmenu-nav {
  padding: 0 !important;
}

/* menu de pedidos */
body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
  margin: 0 !important;
  position: static !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link {
  /* color: #2d353c; */
  padding: 0.5em 1em !important;

  /* background-color: #fff; */
  background-color: var(--white) !important;
  color: #4D4D4D !important;

  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  /* line-height: 21px; */
  text-transform: capitalize !important;
}

/* hover dos itens de navegacao das telas de tabelas */
/* body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link:hover {
    color: #9B6EFE !important;
} */

/* menu de financeiro */
body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link .ui-menuitem-icon,
body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link .ui-menuitem-text {
  vertical-align: middle !important;
  display: inline-block !important;
  float: none !important;
  line-height: 1 !important;
}

/* icone do menu do financeiro */
body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link .ui-menuitem-icon {
  /* color: #2d353c; */

  /* color: #929292; */
  color: var(--gray) !important;
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem:not(.ui-state-active):not(.ui-state-disabled):hover {
  background-color: var(--white) !important;
  border-bottom: 3px solid var(--color-button-main) !important;
  color: var(--color-button-main) !important;
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem:not(.ui-state-active):not(.ui-state-disabled):hover .ui-menuitem-icon {
  color: var(--color-button-main) !important;
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active .ui-menuitem-link {
  background-color: var(--white) !important;
  border-bottom: 3px solid var(--color-button-main) !important;
  color: var(--color-button-main) !important;
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active .ui-menuitem-link .ui-menuitem-icon {
  color: var(--color-button-main) !important;
}

body .ui-panelmenu .ui-panelmenu-header {
  background-color: #f5f8f9 !important;
  padding: 0 !important;
  font-size: 13px !important;
  color: #2d353c !important;
  border: 1px solid #dce2e7 !important;
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  transition: background-color 0.3s !important;
}

body .ui-panelmenu .ui-panelmenu-header a {
  padding: 0.5em 1em !important;
  color: #2d353c !important;
}

body .ui-panelmenu .ui-panelmenu-header:not(.ui-state-active):hover {
  background-color: #dcdfe0 !important;
}

body .ui-panelmenu .ui-panelmenu-header.ui-state-active {
  margin-bottom: -2px !important;
  background-color: #546E7A !important;
}

body .ui-panelmenu .ui-panelmenu-header.ui-state-active a {
  color: var(--white) !important;
}

body .ui-panelmenu .ui-panelmenu-panel {
  margin-top: 2px !important;
}

body .ui-panelmenu .ui-panelmenu-panel:first-child {
  margin-top: 0 !important;
}

body .ui-panelmenu .ui-panelmenu-content {
  padding: 0.2em 0 !important;
}

body .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link {
  padding: 0.5em 1em !important;
  color: #2d353c !important;
  -moz-transition: background-color !important;
  -o-transition: background-color !important;
  -webkit-transition: background-color !important;
  transition: background-color !important;
}

body .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link:hover {
  background-color: #dce2e7 !important;
  color: #525262 !important;
}

body .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link .ui-menuitem-text {
  display: inline-block !important;
  vertical-align: middle !important;
}

body .ui-progressbar {
  border: 0 none !important;
  background-color: #e3e3e3 !important;
  height: 1em !important;
}

body .ui-progressbar .ui-progressbar-value {
  border: 0 none !important;
  background: #698998 !important;
  margin: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

body .progress-bar .ui-progressbar-value {
  background: #9B6EFE !important;
}

body .ui-progressbar .ui-progressbar-label {
  margin-top: 10px !important;
}

body .ui-galleria .ui-galleria-nav-prev {
  font-size: 18px !important;
  margin-bottom: -5px !important;
  margin-left: -5px !important;
}

body .ui-galleria .ui-galleria-nav-prev:hover {
  color: #546E7A !important;
}

body .ui-galleria .ui-galleria-nav-next {
  font-size: 18px !important;
  margin-bottom: -5px !important;
  margin-right: -5px !important;
}

body .ui-galleria .ui-galleria-nav-next:hover {
  color: #546E7A !important;
}

body .ui-terminal input {
  font-family: "Lato", "Helvetica Neue", sans-serif !important;
  font-size: 13px !important;
}

/* Add your customizations of the theme here */

body .botao {
  width: 11.25rem !important;
  height: 2rem !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  color: var(--white) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .botao-longo {
  width: 16.25rem !important;
  height: 2rem !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  color: var(--white) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .botao-medio {
  width: 10.25rem !important;
  height: 2rem !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  color: var(--white) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .botao-person {
  /* width: 11.25rem !important; */
  height: 2rem !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  color: var(--white) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .botao-principal {
  background: var(--color-button-main) !important;
  border: none !important;
}

body .botao-principal:hover {
  background: var(--color-button-hover) !important;
}

body .botao-branco {
  -moz-transition: background-color 0.3s !important;
  -o-transition: background-color 0.3s !important;
  -webkit-transition: background-color 0.3s !important;
  border-radius: 8px !important;
  background: var(--white) !important;
  border: 2px solid var(--color-button-main) !important;
  transition: 1s ease !important;
  width: 11.25rem !important;
  height: 2rem !important;
  cursor: pointer !important;
  color: var(--gray-text) !important;
  font-size: 13px !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

body .botao-branco:hover {
  transform: translateY(-2px) !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

body .botao-destaque {
  background: transparent !important;
  border: 2px solid var(--color-button-main) !important;
  color: #546E7A !important;
}

body .botao-destaque:hover {
  opacity: .6 !important;
}

.container-Excel-PDF {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  height: 2rem !important;
  /* width: 6rem; */
  gap: 1rem !important;
}

.downloadExcel-PDF {
  background: #FFFFFF !important;
  width: 2.5rem !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.downloadExcel-PDF:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}

.date {
  width: 8rem !important;
}

.mes-ano {
  width: 11.25rem !important;
}

.botao-splitbutton {
  width: 11.25rem !important;
}

.botao-splitbutton-pequeno {
  width: 2.25rem !important;
}

.botao-multiselect {
  width: 11.25rem !important;
}

.filtrar .input-filtrar {
  width: 22rem !important;
  background-color: #FFFFFF !important;
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  height: 2rem !important;
}

.filtrar .botao-filtrar {
  color: #FFFFFF !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  height: 2rem !important;
  width: 2rem !important;
  cursor: pointer !important;
  border: none !important;
}

.filtrar .botao-filtrar:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
}

@media (max-width: 1400px) {
  .filtrar .input-filtrar {
    width: 15rem !important;
  }
}

@media (max-width: 1366px) {
  .input-filtrar {
    width: 15rem !important;
  }
}


/* PARA PÁGINAS DE AUXILIARES */
.container-infos-top {
  display: flex !important;
  flex-direction: column !important;
}

/* info-top para mudar o estilo de acordo com a página */
.info-cima {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 2rem !important;
  height: 2rem !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}


/* de cadastro auxiliares - app-repositorio-documento */
/* info-baixo para mudar o estilo de acordo com a página */
.info-bottom {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 2rem !important;
  gap: 2rem !important;
  margin-bottom: 1rem !important;
}


/* painel venda */
.numero-indicadores-mensal {
  color: #3C46FF !important;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

body #bg-card-visao-geral-pagamento {
  background-color: var(--color-main) !important;
}

body #bg-total-visao-geral-pagamento {
  background-color: var(--color-main) !important;
}