.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}

/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ta-editor.ta-html, .ta-scroll-window.form-control {
  min-height: 149px;
  overflow: hidden;
  font-family: inherit;
  font-size: 100%;
}

.ta-editor.form-control.myform1-height, .ta-scroll-window.form-control.myform1-height {
  min-height: 149px;
  height: 150px;
  overflow: scroll;
  font-family: inherit;
  font-size: 100%;
  text-align: left;
}

.ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}

.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 149px;
  padding: 6px 12px;
}

.ta-editor:focus {
  user-select: text;
}

/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: #FFF;
  padding: 0 4px;
  opacity: 0.7;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2);
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl{
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr{
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl{
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white;
}

/* copy the popover code from bootstrap so this will work even without it */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.bth-container-menu-vertical {
  display: flex;
}

.bth-container-menu-vertical .bth-context > .container {
  padding-left: 0px;
  position: relative;
  top: 0px;
}

.bth-container-menu-vertical .bth-navigation {
  margin-bottom: 0px;
}

.bth-container-menu-vertical .bth-navigation .container {
  position: unset;
}

.bth-container-menu-vertical .bth-container-content {
  padding: 10px;
  width: 100%;
  height: calc(100vh - 85px);
  overflow-y: scroll;
}

.bth-container-menu-vertical
  .bth-container-content
  > .bth-container-content__inner {
  width: 100%;
  height: 100%;
}

.bth-menu-vertical {
  z-index: 1500;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48px;
  height: 100vh;
  background-color: #132d47;
  color: #fff;
  overflow-x: hidden;
  text-transform: uppercase;
}

.bth-menu-vertical-fixed {
  position: fixed;
}



.bth-menu-vertical .bth-list-menu__icon {
  width: 20px;
  text-align: center;
  margin-left: -3px;
}

.bth-menu-vertical .bth-list-menu__title {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.bth-menu-vertical .bth-list-menu__item--action {
  text-align: center;
}

.bth-menu-vertical .bth-list-menu__item--action .bth-list-menu__link {
  width: 48px;
  transition: all 0.1s ease-in-out;
}

.bth-menu-vertical.bth-menu-vertical--expanded {
  width: 230px;
}

.bth-menu-vertical.bth-menu-vertical--expanded .bth-list-menu__title {
  transition: all 100ms ease-in-out;
  transition-delay: 100ms;
  opacity: 1;
}

.bth-menu-vertical.bth-menu-vertical--expanded .bth-list-menu__item--action {
  text-align: right;
}

.bth-menu-vertical.bth-menu-vertical--expanded
  .bth-list-menu__item--action
  .bth-list-menu__link {
  width: 230px;
}

.bth-menu-vertical.bth-menu-vertical--expanded
  .bth-list-menu__item--action
  .bth-list-menu__icon::before {
  content: "\F104";
}

.bth-menu-vertical ul {
  padding: 0px;
  margin: 0px;
}

.bth-menu-background-shadow {
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.bth-context .select2-container.select-exercicio .select2-choice > .select2-chosen {
  color: #222;
  text-transform: none;
  font-size: 14px;
}

.bth-context .select2-container .select2-choice > .select2-chosen {
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
}

.bth-context .bth-context__user {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.bth-context .bth-context__user .bth-context__user-link {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 2px 10px;
  color: #222;
  position: relative;
}

.bth-context .bth-context__user .bth-context__user-link .fa {
  font-weight: 900;
  padding-top: 11px;
}


.bth-context .bth-context__user .bth-context__user-link:hover {
  background-color: #ebedf0;
  text-decoration: none;
}

.bth-context .bth-context__user .bth-context__user-link:focus {
  background-color: #ebedf0;
  text-decoration: none;
}

.bth-context .bth-context__user .bth-context__user-title {
  margin-left: 10px;
  display: none;
}

.bth-context .bth-context__user .bth-context__user-context {
  display: none;
}

.bth-context .bth-context__user .bth-context__user-solutions {
  display: none;
}

.bth-context .bth-context__header {
  display: none;
}

.bth-context__img-profile {
  border-radius: 50%;
  border: solid 2px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bth-context__img-profile-75 {
  border-radius: 50%;
  border: solid 2px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bth-context__img-profile--brand-gray {
  border-color: #afb2b2 !important;
}

.bth-context__img-profile--brand-blue {
  border-color: #3475c1 !important;
}

.bth-list-menu {
  width: 230px;
  border-bottom: solid 1px #4f6176;
  border-top: solid 1px #4f6176;
}

.bth-list-menu.bth-list-menu--full {
  flex: 1;
  height: auto;
  overflow-y: auto;
}

.bth-list-menu__item {
  list-style: none;
}

.bth-list-menu__subitem .bth-list-menu__link {
  display: block;
  color: #fff;
  padding: 12px 12px 12px 48px;
  text-transform: capitalize;
}

.bth-list-menu__item--open {
  background-color: #091420;
}

.bth-list-menu__item--open > .bth-list-menu__link {
  font-weight: 600;
}

.bth-list-menu__item--open > ul {
  background-color: #091420;
}

.bth-list-menu__item--action {
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.bth-list-menu__item--action .bth-list-menu__icon::before {
  content: "\F105";
}

.bth-list-menu__link {
  padding: 15px;
  display: block;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: solid 3px rgba(255, 255, 255, 0);
}

.bth-list-menu__link:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

.bth-list-menu__link:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

.bth-list-menu__link.active {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}

.bth-list-menu__link.active.bth-list-menu__link--visaoGeral {
  border-left: solid 3px #48b1d3 !important;
}

.bth-list-menu__link.active.bth-list-menu__link--contabil {
  border-left: solid 3px #8986ca !important;
}

.bth-list-menu__link.active.bth-list-menu__link--arrecadacao {
  border-left: solid 3px #26d07c !important;
}

.bth-list-menu__link.active.bth-list-menu__link--pessoal {
  border-left: solid 3px #009cde !important;
}

.bth-list-menu__link.active.bth-list-menu__link--saude {
  border-left: solid 3px #a2c084 !important;
}

.bth-list-menu__link.active.bth-list-menu__link--educacao {
  border-left: solid 3px #f7b51c !important;
}

.bth-list-menu__link.active.bth-list-menu__link--contratos {
  border-left: solid 3px #df4661 !important;
}

.bth-list-menu__link.active.bth-list-menu__link--custos {
  border-left: solid 3px #948b7d !important;
}

.bth-list-menu__link.active.bth-list-menu__link--consulta {
  border-left: solid 3px #fff !important;
}

.bth-list-menu__link.active.bth-list-menu__link--cadastros {
  border-left: solid 3px #000 !important;
}

.bth-list-menu__icon {
  font-size: 1.2em;
  color: #fff;
  opacity: 0.8;
}

.bth-list-menu__title {
  margin-left: 10px;
}

.bth-list-menu--footer {
  border: 0px;
}

.bth-list-menu--footer .bth-list-menu__link {
  text-transform: none;
}

.bth-menu-vertical-responsive {
  width: 100%;
  height: 60px;
  display: none;
  background-color: #142c48;
  align-items: center;
}

.bth-menu-vertical-responsive__navigation {
  flex: 1;
}

.bth-menu-vertical-responsive__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
}

.bth-menu-vertical-responsive__link:hover {
  color: #fff;
  text-decoration: none;
}

.bth-menu-vertical-responsive__link:focus {
  color: #fff;
  text-decoration: none;
}

.no-padding {
  padding: 0px;
}

.display-block {
  display: block !important;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.transition {
  transition: 0.1s;
}

.selection-entidade-list{
  text-align: start;
  font-size: 20px;
}

.container.container-page {
  width: 100%;
  position: relative;
  padding: 4px 18px 15px 18px;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.055);
}

@media screen and (max-width: 767px) {

  .bth-container-menu-vertical .bth-container-content {
    height: 100vh;
  }
  .container.container-page{
    padding: 0;
    margin: 0;
    min-height: 100vh;
  }
  .bth-container-content{
    padding: 0;
  }

  .bth-container-menu-vertical .bth-container-content {
    padding: 0;
  }

  .page-header{
    padding-left: 10px;
  }

  .selection-entidade-list{
    text-align: start;
    font-size: 12px;
  }

  .bth-menu-vertical {
    width: 230px;
    position: fixed;
    left: 0;
    z-index: 1000;
    transform: translate3d(-100%, 0, 0);
  }
  .bth-menu-vertical.bth-menu-vertical--expanded {
    transform: translate3d(0, 0, 0);
  }
  .bth-menu-vertical .bth-list-menu__title {
    opacity: 1 !important;
  }
  .bth-menu-vertical .bth-list-menu__item--action {
    display: none;
  }
  .bth-menu-vertical-responsive {
    display: flex;
  }
  .bth-menu-background-shadow {
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .bth-menu-background-shadow.bth-menu-background-shadow--visible {
    visibility: visible;
    transition: 0.3s;
  }
  .bth-context {
    width: 290px;
    height: auto;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    transform: translate3d(100%, 0, 0);
  }
  .bth-context.bth-context > .container {
    padding-left: 15px;
    height: 100vh;
    flex-direction: column;
  }
  .bth-context.bth-context--expanded {
    transform: translate3d(0, 0, 0);
  }
  .bth-context .bth-context__header {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px;
    background-color: #f5f7fa;
    display: flex;
  }
  .bth-context .bth-context__user-id {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    flex: 1;
  }
  .bth-context .bth-context__user-config {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .bth-context .bth-context__user-config a {
    color: #222;
  }
  .bth-context .bth-context__list {
    display: none;
  }
  .bth-context .bth-context__user {
    justify-content: flex-start;
    flex-direction: column;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .bth-context .bth-context__user .bth-context__user-link {
    height: auto;
    padding: 15px;
  }
  .bth-context .bth-context__user .bth-context__user-item {
    border-top: solid 1px #e1e3e6;
  }
  .bth-context .bth-context__user .bth-context__user-item:last-child {
    display: none;
  }
  .bth-context .bth-context__user .bth-context__user-title {
    display: inline;
  }
  .bth-context .bth-context__user .bth-context__user-context {
    display: inline;
  }
  .bth-context .bth-context__user .bth-context__user-solutions {
    display: inline;
  }
  .bth-context .bth-context__user .bth-context__user-info-context {
    padding-left: 26px;
  }
  .bth-context .bth-context__img-profile {
    width: 50px;
    height: 50px;
  }
  .transition {
    transition: 300ms;
  }
}

/* Media query para telas maiores que 992px e menores que 1144px */
@media (min-width: 992px) and (max-width: 1144px) {
  .column-processo {
      width: 32%;
  }
  
  .column-requerente {
      width: 26%;
  }
  
  .column-solicitacao {
      width: 21%;
  }
  
  .column-situacao {
      width: 21%;
  }
}

/* Media query para telas maiores que 1145px e menores que 1600px */
@media (min-width: 1145px) and (max-width: 1600px) {
  .column-processo {
      width: 33%;
  }
  
  .column-requerente {
      width: 27%;
  }
  
  .column-solicitacao {
      width: 22%;
  }
  
  .column-situacao {
      width: 18%;
  }
}

/* Media query para telas maiores que 1601px que contenham modal*/
@media (min-width: 1601px) {
  .column-processo {
      min-width: 180px !important;
      width: 25%;
  }
  
  .column-requerente {
      width: 35%;
  }
  
  .column-solicitacao {
      width: 25%;
  }
  
  .column-situacao {
      width: 15%;
  }
}

/* Media query para telas menores a 767px*/
@media (max-width: 767px) {
  .column-processo-modal {
      width: 37%;
  }
  
  .column-requerente-modal {
      width: 24%;
  }
  
  .column-solicitacao-modal {
      width: 20%;
  }
  
  .column-situacao-modal {
      width: 23%;
  }
}

/* Media query para telas maiores que 768px e menores que 991px que contenham modal*/
@media (min-width: 768px) and (max-width: 991px) {
  .column-processo-modal {
      width: 35%;
  }
  
  .column-requerente-modal {
      width: 27%;
  }
  
  .column-solicitacao-modal {
      width: 20%;
  }
  
  .column-situacao-modal {
      width: 18%;
  }
}

/* Media query para telas maiores que 992px e que contenham modal*/
@media (min-width: 992px) {
  .column-processo-modal {
      width: 25%;
  }
  
  .column-requerente-modal {
      width: 34%;
  }
  
  .column-solicitacao-modal {
      width: 29%;
  }
  
  .column-situacao-modal {
      width: 13%;
  }
}

/* P&D SIDEPANEL */

@charset "UTF-8";
/* bfSidePanel */
.bf-sidepanel {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: calc(100vh - 40px);
  opacity: 0;
  position: fixed;
  right: 0;
  top: 40px;
  transform: translateX(100%);
  transition: transform 300ms cubic-bezier(0.5, 0, 0.1, 1),
    opacity 300ms cubic-bezier(0.5, 0, 0.1, 1);
  width: 340px;
  z-index: 1070;
}

.bf-sidepanel__close {
  display: none;
}

@media screen and (max-width: 767px) {
  .bf-sidepanel {
    top: 0;
    height: 100vh;
  }

  .bf-sidepanel__close {
    display: inline-block;
  }
}

.bf-sidepanel--show {
  opacity: 1;
  transform: translateX(0);
}

.bf-sidepanel > .title {
  padding-left: 8px;
}

@media only screen and (max-width: 720px) {
  .bf-sidepanel {
    width: 100%;
  }
}
/* bfBackdrop */
.bf-backdrop {
  background-color: rgba(0, 0, 0, 0.16);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 300ms cubic-bezier(0.5, 0, 0.1, 1);
  width: 100%;
  z-index: 100;
}
.bf-backdrop--show {
  opacity: 1;
  display: block;
}

/* Img */
.img-border {
  border: 2px solid currentColor;
}

/* bfProfile */
.bf-profile {
  line-height: 1em;
  padding: 10px 0 30px;
}
.bf-profile__name {
  color: #444;
  font-size: 18px;
  margin: 10px 0 0;
}
.bf-profile__username {
  color: #888;
}
.bf-profile h1,
.bf-profile span {
  display: block;
  text-align: center;
}

.bf-profile__actions {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bf-profile__actions a {
  padding: 8px 16px;
  color: #222;
  display: block;
  text-decoration: none;
}

.bf-profile__actions a:hover,
.bf-profile__actions a:focus {
  background-color: #f5f7fa;
  text-decoration: none;
}

.bf-profile a {
  color: #555;
  display: inline;
  font-size: 13px;
  padding: 0 6px;
}
.bf-profile a:hover {
  color: #08c;
  text-decoration: none;
}
.bf-profile__thumb {
  background-image: url(https://cdn.betha.cloud/base/g4/design/3.9.3/assets/images/avatar2.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  box-sizing: content-box;
  display: block;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  width: 100px;
}
.bf-profile img {
  height: auto;
  width: 100%;
}

/*
** CORREÇÕES NO COMPONENTE DE NOTIFICAÇÃO E UTILITÁRIOS
*/
.notificacoes ul {
  margin: 0;
  padding: 0;
}
.notificacoes .nav-tabs li {
  padding: 0;
}

.notificacoes .title h4 {
  display: none;
}

.notificacoes .nav-tabs li a {
  border-radius: 0;
  margin-bottom: 0;
}

.notificacoes.nano-content ul li:first-child {
  margin-top: 8px;
}

.notificacoes.nano-content ul li {
  border: 0;
  padding: 8px 12px;
  background-color: #f5f7fa;
  border-radius: 2px;
  margin: 4px 0;
}

.nano .notificacoes {
  margin-right: 16px;
}

.notificacoes .title,
.pesquisa .title,
.utilitarios .title {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.utilitarios,
.pesquisa {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.utilitarios ul,
.pesquisa ul {
  list-style: none;
  margin: 0;
  padding: 0 8px;
  display: grid;
  grid-template: repeat(2, minmax(82px, auto)) / 1fr 1fr;
  grid-gap: 8px;
}
.utilitarios ul li a,
.pesquisa ul li a {
  border-radius: 2px;
  display: block;
  cursor: pointer;
  background-color: #f5f7fa;
  padding: 16px;
  height: 100%;
}
.utilitarios ul li a i,
.pesquisa ul li a i {
  color: #afb2b2;
  font-size: 38px;
  margin: 8px 0;
}
.utilitarios ul li a svg,
.pesquisa ul li a svg {
  margin-left: 0 !important;
  color: #afb2b2;
  fill: #afb2b2;
}
.utilitarios ul li a path,
.pesquisa ul li a path {
  fill: #afb2b2;
}
.utilitarios ul li a span,
.pesquisa ul li a span {
  display: block;
  font-size: 14px;
  color: #222;
}
.utilitarios ul li a:hover,
.pesquisa ul li a:hover {
  text-decoration: none;
  background-color: #ebedf0;
}
.utilitarios > div:not(.title),
.pesquisa > div:not(.title) {
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}

.pesquisa {
  padding: 0 8px;
}
.pesquisa > p {
  padding: 16px 0;
}

.bth-radio label{
  margin-top: 5px;
}
.bth-switch label{
  margin-top: 5px;
}

.pdg-hide-pipe-logo {
  border-right-style: hidden !important;
  margin-right: 11px !important;
}

.bth-logo-wrapper {
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 6px;
}

/* do megamenu */
.bth-logo-wrapper .bth-logo-container {
  position: relative;
  padding: 7px 8px 8px;
  height: 40px;
}

.bth-logo-wrapper .megamenu-title--vertical{
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 25px;
  padding: 5px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #1c1a23;
  text-transform: capitalize;
  border-radius: 6px;
}

.bth-menu-vertical .megamenu-title--vertical {
  display: none;
}

.bth-menu-vertical--expanded .megamenu-title--vertical {
  display: inline-block;
}

/***************************** CARDS ***************************/
.bth-card--full-open {
  height: 96% !important;
}

.bth-card--full-open-dependente {
  height: 72% !important;
}

.bth-card--full-border {
  border: 1px solid #e1e3e6;
}

.transition {
  transition: 0.4s;
}

.bth-list-menu__item--open {
  background-color: #091420;
  transition: 0.8s;
}

.bth-list-menu__title {
  margin-left: 10px;
}

.cald-txt-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  align-self: center;
}

.card-text-center {
  flex: 2;
  font-size: 40px;
  align-self: center;
  color: #333;
  font-weight: 600;
}

.card-body-algn-text-center {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.bth-card > div:last-child {
  padding-bottom: 5px;
}

.posicao-linha {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  margin-top: 8px;
  margin-bottom: px;
  background: #58d22d;
}

.posicao-info {
  position: absolute;
  top: -3px;
  width: auto;
  height: 16px;
  background: #f8fcff;
  border-radius: 10px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  font-size: 11px;
  padding: 0 6px;
}

.label-small {
  font-size: 10px;
  font-weight: 600;
  color: #a3a3a3;
  text-transform: uppercase;
}

.abas-widget {
  position: relative;
  margin: -1px 0px 0px 0px;
  padding: 0 15px 0 15px;
  list-style: none;
  background-color: #f4f4f4;
}

.abas-widget li.active {
  border-bottom: 2px solid #5e609d;
}

.abas-widget li {
  display: inline-block;
  position: relative;
  padding: 5px 0 3px 0;
  margin: 0 5px;
  line-height: 16px;
  font-size: 10px;
  color: #949494;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}

.align-center {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.periodicidade {
  color: #9daaaa;
  text-transform: uppercase;
  font-size: 10px;
  float: left;
  white-space: nowrap;
}

.atualizacao {
  color: #9daaaa;
  text-transform: uppercase;
  font-size: 10px;
  float: right;
  white-space: nowrap;
}

.rodape-widget {
  font-size: 12px;
  text-align: right;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.loader-adicional {
  background-color: white !important;
  position: absolute !important;
  top: 12% !important;
  bottom: 6% !important;
  right: 0 !important;
  left: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.grafico_header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.titulo_grafico {
  overflow: hidden;
  white-space: nowrap;
  flex: 1 1 auto;
  flex-grow: 1;
  min-width: 20%;
}

.utilitarios_titulo {
  overflow: visible;
  white-space: nowrap;
  flex: 1 1 auto; 
  flex-grow: 1;
  max-width: 80%;
}

.dropdown_mes {
  overflow: visible;
  white-space: nowrap;
  flex: 1 1 auto;
  margin-right: 6px; 
  margin-left: 6px; 
  border-radius: 2px;
  z-index: 2;
  min-width: 70px;
}

.dropdown_personalizado {
  overflow: visible;
  white-space: nowrap;
  flex: 1 1 auto;
  margin-right: 4px;
  border-radius: 2px;
  min-width: 70px;
}

.diaplay-flex {
  display: flex;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-1 {
  flex: 1;
}

.flex-1-1-auto {
  flex: 1 1 auto;
  max-width: 100%;
}

.flex-center-right {
  align-items: center;
  justify-content: right;
}

.flex-center-left {
  align-items: center;
  justify-content: left;
}

/****************FOTO PERFIL CONTRIBUINTE**********************/
img.fit-cover {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

/****************GRAFICO MEDIA NOTAS DOS ALUNOS **********************/
.total-king {
  flex: 2;
  font-size: 40px;
  align-self: center;
  color: #333;
  font-weight: 600;
}

.total {
  flex: 2;
  font-size: 18px;
  align-self: center;
}

.comparacao-linha {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  margin-top: 8px;
  margin-bottom: 20px;
  background: #dbdbdb;
}

.totalizador-simples {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0;
  text-align: center;
}

.totalizador-secundario {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  text-align: left;
}

.comparacao-alcancado {
  position: absolute;
  top: -8px;
  width: 50%;
  height: 10px;
  border-radius: 10px 0 0 10px;
  margin-top: 8px;
  margin-bottom: 7px;
  background: #68cf83;
}

.comparacao-alcancado-marcador {
  position: absolute;
  top: -4px;
  width: 3px;
  height: 14px;
  background: #333;
  font-size: 11px;
}

.comparacao-meta {
  position: absolute;
  top: 10px;
  color: #aaa;
}

.foto-contribuinte {
  margin-left: -2%;
  margin-right: -2%;
}

/******************************TABELA**************************************/
.simple-table {
  margin-top: 5px;
  width: 100%;
}

.simple-table thead {
  border-bottom: 1px solid #eaeaea;
}

.simple-table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

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

.text-right {
  text-align: right !important;
}
/*****************************Indicadores LRF************************************/

.layout_situaçao_contabil {
  margin-top: 10px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  flex-flow: row !important;
}

.badge_situacao_contabil {
  padding: 1px 4px 1px 4px;
  border-radius: 2px;
}

.mensagem_situacao_contabil {
  font: 15px "Open Sans";
  margin-right: 10px;
}

/***************************Receitas************************/
.flexible {
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
  flex-flow: row !important;
}

.card-rodape-valores-flex-item {
  margin-left: 34px;
  margin-right: 34px;
  margin-bottom: 4px;
  font-size: 14px/19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}

.card-footer-grafico {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 3px;
}

/*************************POP-OVER*************************/
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 600px;
  max-width: 600px;
  padding: 20px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/**********************POWER NUMBERS**********************/

/*PAINEL VERTICAL LATERAL DIREITO*/
.visibility-hidden {
  transform: translateX(200%);
  transition-timing-function: ease-in;
  transition: 0.2s;
}

.visibility-visible {
  transition: 0.25s;
  transition-timing-function: ease-out;
  transform: translateX(0);
  opacity: 1;
}

.bth-card-sidebar {
  position: fixed;
  right: 0;
  bottom: 0;
  height: calc(100vh - 80px);
  z-index: 500;
}

.card-powernumbers {
  margin: 0px;
  position: static;
}

.shadow {
  box-shadow: 5px 10px 18px rgb(0, 0, 0);
}

/*FLOAT BUTTON*/
.corner-action.corner-action-right {
  right: 40px;
  z-index: 499;
}

.pointer {
  cursor: pointer;
}

.fixed-btn-hidden-i {
  font-size: 1.5em;
}

.fixed-btn-hidden-i:hover {
  font-size: 1.5em;
  text-shadow: 1px 1px 2px black;
}

/*Dropdown mobile |MAIS AÇOES|*/
.dropdown-mais-acoes {
  display: none;
}

.botoes-mais-acoes {
  display: inline-block;
}

@media only screen and (max-width: 720px) {
  .dropdown-mais-acoes {
    display: inline-block;
  }

  .botoes-mais-acoes {
    display: none;
  }
}

/* DropDown de meses do header do indicador */
.date-dropdown {
  color: black;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent !important;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 6px;
  border: 1px solid grey;
}

/*BOX SHADOW*/

.block-shadow-visible {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.16);
  z-index: 50;
}

.block-shadow-hidden {
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0);
}

/*******************BTN Mais detelhes*************************/
.btn-mais-detalhes {
  display: block;
  position: relative;
  border: 1px solid #919191;
  min-width: 22px !important;
  border-radius: 20px;
  padding: 0px 0px 0px 0px;
  width: 22px;
  height: 22px;
  text-align: center;
  margin-left: 10px;
  margin-top: -1px;
  color: #777;
}

/***************************** MODAL ********************************/
.modal-default-square {
  padding: 20px;
}

.btn-definir-modelo-grafico {
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #898989;
  box-shadow: inset 0px -2px 3px #898989;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.btn-definir-modelo-grafico:hover {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.btn-definir-modelo-grafico-active {
  opacity: 1;
  border: 1px solid #3498db;
  box-shadow: inset 0px -2px 0px #3498db;
}

/***************************** TAMANHO DOS CARDS GRAFICOS ********************************/
.h-garfico-card-default {
  position: relative;
  height: 325px;
  padding-left: 10px;
  padding-right: 10px;
}

.h-garfico-card-custos {
  position: relative;
  height: 358px;
  padding-left: 10px;
  padding-right: 10px;
}

.no-padding-header {
  padding: 0px 4px 6px 4px !important;
}

.h-grafico-card-modal-mode {
  flex: 1 !important;
  position: fixed !important;
  right: 0;
  left: 50px;
  top: 30px;
  height: 95%;
}

.h-grafico-card-modal-message-mode {
  height: 600px !important;
}

/************************** ALFINETE DE FIXAÇÃO MENU ******************************/

.pin-sidebar {
  flex: 1;
  opacity: 1;
  position: fixed;
  transform: rotate(40deg) scale(1);
  transition: all 0.3s ease-in-out;
  margin-left: -210px;
  margin-top: 15px;
}

.pin-sidebar-fixed {
  color: #29b6f6;
  text-decoration: none;
  transform: rotate(0deg);
}

/********************************* DASHBOARDS *****************************************/

.dashboard presentation-bar {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.dashboard.presentation-mode presentation-bar {
  display: flex;
  position: fixed;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 10px 10px 10px;
  bottom: 3%;
  width: 500px;
  height: 60px;
  z-index: 99999;
  background-color: #323232;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}

.dashboard.presentation-mode presentation-bar:before {
  content: "";
  width: 97px;
  margin: 0 40px 0 20px;
  flex: 0 0 auto;
  opacity: .8;
  background-image: url(images/footer-betha.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.dashboard.presentation-mode presentation-bar a {
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  font-weight: 300;
  color: #CACACA;
}

.dashboard.presentation-mode presentation-bar a:hover {
  color: #FFF;
}

.dashboard.presentation-mode presentation-bar a i {
  font-size: 34px;
}

.dashboard.presentation-mode presentation-bar a i.fa-play,
.dashboard.presentation-mode presentation-bar a i.fa-pause {
  font-size: 22px;
}

.dashboard.presentation-mode {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ddd;
  background-color: #fff;
  z-index: 99999;
  overflow: hidden;
}

.dashboard.presentation-mode .widget {
  flex-flow: row;
  height: 100vh;
  display: flex;
}

.card.presentation-mode {
  position: absolute;
  left: 0;
  height: calc(100vh - 20px);
  width: calc(100% - 20px);
}

.card.presentation-mode .bth-card {
  height: 100%;
}

.card.presentation-mode .bth-card .pdg-rodape {
  font-size: 20px;
}

.bth-card__header {
  padding: 0px 4px 6px !important;
}

.card.presentation-mode .container-widget {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: auto;
}

.card.presentation-mode .pdg-title {
  font-size: 38px;
}

.pdg-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card.presentation-mode .pdg-tag {
  font-size: 20px;
}

.grafico-oculto {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Css do novo grafico */
.list-container {
  height: 225px;
  overflow-y: scroll;
  margin: 10px;
  position: relative;
}

.list-container-presentation {
  width: 100%;
  overflow-y: scroll;
  margin: 10px;
  position: absolute;
}

.list-container-presentation {
  height: 75%;
}

@media (min-height: 1080px) {
  .list-container-presentation {
    height: 80%;
  }
}

.list-container-expanded {
  flex: 1;
  overflow-y: scroll;
  margin: 10px;
  position: relative;
}

.list-expanded {
  left: 0;
  right: 0;
  bottom: 0;
  top: 30px;
  /* margin-top: 20px; */
  display: flex;
  flex-direction: column;
  position: absolute;
}

.list-header {
  display: flex;
  background-color: white;
  border-bottom: 1px solid lightgray;
  font-weight: bold;
  padding: 5px;
  position: sticky;
  top: 0;
  z-index: 1;
}

.list-header .header-item-nome {
  flex: 1;
  text-align: center;
}

.list-header .header-item {
  flex: 3;
  text-align: center;
}

.list-header .header-item-valor {
  text-align: right;
}

.list-body {
  display: flex;
  flex-direction: column;
  padding: 5px;
}

.list-item {
  display: flex;
  border-bottom: 1px solid lightgray;
  padding: 5px;
}

.item-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-percent {
  display: flex;
  flex: 3;
  padding-left: 5px;
  align-items: center;
  justify-content: start;
}

.percent-bar {
  height: 20px;
  min-width: 15%;
  border-radius: 10px;
  background-color: #B8DBC1;
  position: relative;
}

.percent-bar-expanded {
  height: 20px;
  min-width: 5px !important;
  border-radius: 10px;
  background-color: #B8DBC1;
  position: relative;
}

.percent-bar-negative {
  height: 20px;
  width: 5px !important;
  border-radius: 10px;
  background-color: #F0BAB7;
  position: relative;
}

.percent-value {
  position: absolute;
  padding-left: 4px;
  color: #222222;
  font-weight: bold;
  text-align: center;
  width: 100%;
  top: 50%;
  white-space: nowrap;
  transform: translateY(-50%);
}

.percent-value-expanded {
  position: absolute;
  left: 100%;
  padding-left: 4px;
  color: #222222;
  font-weight: bold;
  text-align: center;
  width: 100%;
  top: 50%;
  white-space: nowrap;
  transform: translateY(-50%);
}

.percent-value-negative {
  position: absolute;
  color: #D64038;
  font-weight: bold;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-left: 6px;
  white-space: nowrap;
  transform: translateY(-50%);
}

.item-value {
  flex: 1;
  text-align: right;
}

.total-value {
  text-align: center;
  color: black;
}


.total-value-presentation {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: black;
}
/* Fim do css do novo grafico */

.badge-alert {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  margin: 0 0 0 6px;
  padding: 0px;
}

.fixed-element-position {
  position: sticky;
  top: 0;
  z-index: 1;
  transition: top 0.3s ease-in-out;
}

.alert-text {
  color: red;
  margin-top: -7px;
  margin-left: 4px;
  margin-bottom: 3px;
  font-size: 11px;
  z-index: 1;
}

#hideAllButton {
  background-color: #AFB2B2;
  padding-top: 2px;
  padding-bottom: 2px;
}

#noDataImage {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  justify-content: center;
  flex-direction: column;
  background-color: white;
}

#hiddenDataCardBody {
  font-size: 14px;
  text-align: center;
  height: 100%;
  justify-content: center;
  display: flex;
}

.border-right-none {
  border-right: none !important;
}

.border-left-none {
  border-left: none !important;
}

.margin-pointer {
  margin-top: 8%;
}

.title-portal {
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.bg-con {
  background-color: #8986ca;
}

.bg-arr {
  background-color: #26d07c;
}

.bg-pes {
  background-color: #009cde;
}

.bg-sau {
  background-color: #a2c084;
}

.bg-edu {
  background-color: #f7b51c;
}

.bg-com {
  background-color: #df4661;
}

.bg-cus {
  background-color: #948b7d;
}

.cursorMove {
  cursor: move;
}

.link-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.pdg-btn-float-mobile {
  right: 15px !important;
}

#armored_website {
  width: 100% !important;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}

.drop i  {
  filter: invert(0%) !important; 
}

.drop  {
  color: black !important; 
  margin-top: 3px;
}

.gen {
  background-color: #3475c1;
}

@media (max-width: 767px) {
  #dashboard {
    height: calc(100vh - 101px);
  }

  body,
  html {
    background-color: #ebedf0 !important;
  }

  .widget {
    min-height: calc(100vh - 178px);
  }
}

@media (min-width: 768px) {
  .card {
    padding-bottom: 8px;
  }

  .widget {
    min-height: calc(100vh - 172px);
  }
}

