/* MANTER SEMPRE O CÓDIGO EM ORDEM ALFABÉTICA DE MODO A FACILITAR AS MANUTENÇÕES */

/* ELEMENTOS HTML */

html,
body {
  height: 100%;
  scroll-behavior: smooth;
  --ck-z-default: 100;
  --ck-z-modal: calc(var(--ck-z-default) + 999);
}

table.dados-autorizacao-poda {
  border-spacing: 0;
  border-collapse: collapse
}

table.dados-autorizacao-poda td,
th {
  padding: 5px !important;
  border: 1px solid black
}


table.dados-tabela td {
  padding: 5px !important
}

table.dados-tramite {
  border-spacing: 0;
  border-collapse: collapse
}

table.dados-tramite td,
th {
  padding: 5px !important;
  border: 1px solid black
}

table.dados-tramite tr:nth-child(even) {
  background-color: #f2f2f2
}

table.guia-pagamento-taxa-protocolo {
  border-spacing: 0;
  border-collapse: collapse
}

table.guia-pagamento-taxa-protocolo td {
  padding: 5px !important
}

/* CLASSES E IDENTIFICADORES */

.b-2px-black {
  border: 2px solid black
}

.br-2px-black {
  border-right: 2px solid black
}

.bt-2px-black {
  border-top: 2px solid black
}

.bt-footer-tramites {
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.borda-campos-cr {
  border-bottom: 1px solid rgb(196, 196, 196)
}

.background-login {
  margin: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.bc-black {
  background-color: black
}

.bc-gray {
  background-color: #f2f2f2
}

.border-footer-pdf {
  border: 1px solid black
}

.border-system-version {
  border-top: 1px solid lightgray
}

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

.centralizado-pdf {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.checked {
  color: orange;
}

.ck-editor__editable_inline {
  min-height: 200px;
}

.ck-rounded-corners .ck.ck-balloon-panel,
.ck.ck-balloon-panel.ck-rounded-corners {
  z-index: 1300 !important;
}

.control-sidebar {
  position: fixed !important;
  min-height: 100% !important
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999
}

#cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite
}

.credito-foto {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .credito-foto {
    right: 50%;
    transform: translateX(50%);
    text-align: center;
  }
}

.cursor-default {
  cursor: default !important
}

.cursor-pointer {
  cursor: pointer !important
}

.c-white {
  color: white
}

.descricao-demanda {
  border: 2px dashed black;
  padding: 20px
}

.descricao-demanda a {
  color: blue
}

.descricao-geral-processo {
  border: 2px dashed black
}

.descricao-geral-processo a {
  color: blue;
}

.fc-event-time,
.fc-event-title {
  padding: 0 1px;
  white-space: normal
}

.fonte-pdf {
  font-family: Arial, Helvetica, sans-serif
}

.fonte-processos-checkbox {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem
}

.footer-pdf {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px
}

.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: 0 auto
}

.form-signin button {
  margin-top: 10px
}

.form-signin .checkbox {
  font-weight: 400
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px
}

.form-signin .form-control:focus {
  z-index: 2
}

.form-signin input[type="password"] {
  margin-top: 10px
}

.fs1dot4em {
  font-size: 1.4em
}

.fs-10 {
  font-size: 10px
}

.fs-12 {
  font-size: 12px
}

.fs-14 {
  font-size: 14px
}

.fs17dot6 {
  font-size: 17.6px
}

.header-pdf {
  position: fixed;
  left: 0px;
  right: 0px
}

.h-2point37em {
  height: 2.37em
}

.hr-relato-privado {
  border-top: 3px dotted black
}

.hr-pdf {
  height: 1px;
  border-width: 0;
  color: black;
  background-color: black
}

.hr-right-sidebar {
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: gray
}

.icone-acao {
  position: relative;
  margin: -16px -6px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  z-index: 1;
  width: 36px;
  box-sizing: border-box;
}

.icone-acao:hover {
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.icone-acao i {
  padding: 10px;
}

.imagem-usuario {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 10px
}

.lstd {
  list-style-type: disc
}

.m-0 {
  margin: 0px !important
}

.m-30 {
  margin: 30px !important
}

.main-sidebar {
  position: fixed !important
}

.mb-20px {
  margin-bottom: 20px !important
}

.mb-30px {
  margin-top: 30px !important
}

.mensagem-erro {
  color: red;
  text-align: left !important;
  padding-left: 0px
}

.mh-400px {
  max-height: 400px;
}

.ml-5px {
  margin-left: 5px
}

.ml-15px {
  margin-left: 15px
}

.ml-25px {
  margin-left: 25px
}

.ml-40px {
  margin-left: 40px
}

.ml-100px {
  margin-left: 100px !important
}

.ml-207px {
  margin-left: 207px
}

.ml-280px {
  margin-left: 280px
}

.modal-body {
  max-height: 650px;
  overflow-y: auto
}

.modal-open {
  overflow-y: auto
}

.mr-90px {
  margin-right: 90px !important
}

.mt-0px {
  margin-top: 0px
}

.mt-2em {
  margin-top: 2em
}

.mt-2point25em {
  margin-top: 2.25em
}

.mt-5px {
  margin-top: 5px
}

.mt-10px {
  margin-top: 10px
}

.mt-20px {
  margin-top: 20px
}

.mt-30px {
  margin-top: 30px
}

.mt-40px {
  margin-top: 40px
}

.mt-100px {
  margin-top: 100px
}

.mt-minus-10px {
  margin-top: -10px
}

.mt-minus-15px {
  margin-top: -15px
}

.nome-usuario {
  text-align: center;
  font-weight: bold;
  word-break: break-word !important;
  word-wrap: break-word !important
}

.ofc {
  object-fit: cover
}

.p-1 {
  padding: 1px !important
}

.p-5 {
  padding: 5px !important
}

.p-50 {
  padding: 50px !important
}

.p-portaria {
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 20px;
}

.p-portaria-primeiro-artigo {
  margin-bottom: 0px;
  margin-top: 30px;
  line-height: 20px;
}

.pen {
  pointer-events: none
}

.pbba {
  page-break-before: always
}

.pix-copia-cola {
  word-break: break-word !important;
  word-wrap: break-word !important
}

.pl-15 {
  padding-left: 15px !important
}

.pr-15 {
  padding-right: 15px !important
}

.qr-code-comprovante-protocolo {
  position: absolute;
  top: 1em;
  right: 1em
}

.select2-container .select2-selection,
.select2-selection__arrow {
  height: 38px !important;
}

.span-informacao-setor {
  font-size: 1.2em;
  color: blue;
  cursor: pointer
}

.table-footer {
  display: flex;
  justify-content: space-between
}

.tachado {
  text-decoration: line-through
}

.tela-login {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-left {
  text-align: left
}

.tagify {
  display: inline-table !important;
}

.tlf {
  table-layout: fixed
}

.th-table {
  color: black !important;
  cursor: pointer
}

.ti-30 {
  text-indent: 30px
}

.ti-50 {
  text-indent: 50px
}

.ul-texto-explicativo {
  list-style-type: '\2713'
}

.c-white {
  color: white
}

.w-0 {
  width: 0% !important
}

.w-1 {
  width: 1% !important
}

.w-2 {
  width: 2% !important
}

.w-3 {
  width: 3% !important
}

.w-4 {
  width: 4% !important
}

.w-5 {
  width: 5% !important
}

.w-6 {
  width: 6% !important
}

.w-7 {
  width: 7% !important
}

.w-8 {
  width: 8% !important
}

.w-9 {
  width: 9% !important
}

.w-10 {
  width: 10% !important
}

.w-11 {
  width: 11% !important
}

.w-12 {
  width: 12% !important
}

.w-13 {
  width: 13% !important
}

.w-14 {
  width: 14% !important
}

.w-15 {
  width: 15% !important
}

.w-16 {
  width: 16% !important
}

.w-17 {
  width: 17% !important
}

.w-18 {
  width: 18% !important
}

.w-19 {
  width: 19% !important
}

.w-20 {
  width: 20% !important
}

.w-21 {
  width: 21% !important
}

.w-22 {
  width: 22% !important
}

.w-23 {
  width: 23% !important
}

.w-24 {
  width: 24% !important
}

.w-25 {
  width: 25% !important
}

.w-26 {
  width: 26% !important
}

.w-27 {
  width: 27% !important
}

.w-28 {
  width: 28% !important
}

.w-29 {
  width: 29% !important
}

.w-30 {
  width: 30% !important
}

.w-31 {
  width: 31% !important
}

.w-32 {
  width: 32% !important
}

.w-33 {
  width: 33% !important
}

.w-34 {
  width: 34% !important
}

.w-35 {
  width: 35% !important
}

.w-36 {
  width: 36% !important
}

.w-37 {
  width: 37% !important
}

.w-38 {
  width: 38% !important
}

.w-39 {
  width: 39% !important
}

.w-40 {
  width: 40% !important
}

.w-41 {
  width: 41% !important
}

.w-42 {
  width: 42% !important
}

.w-43 {
  width: 43% !important
}

.w-44 {
  width: 44% !important
}

.w-45 {
  width: 45% !important
}

.w-46 {
  width: 46% !important
}

.w-47 {
  width: 47% !important
}

.w-48 {
  width: 48% !important
}

.w-49 {
  width: 49% !important
}

.w-50 {
  width: 50% !important
}

.w-51 {
  width: 51% !important
}

.w-52 {
  width: 52% !important
}

.w-53 {
  width: 53% !important
}

.w-54 {
  width: 54% !important
}

.w-55 {
  width: 55% !important
}

.w-56 {
  width: 56% !important
}

.w-57 {
  width: 57% !important
}

.w-58 {
  width: 58% !important
}

.w-59 {
  width: 59% !important
}

.w-60 {
  width: 60% !important
}

.w-61 {
  width: 61% !important
}

.w-62 {
  width: 62% !important
}

.w-63 {
  width: 63% !important
}

.w-64 {
  width: 64% !important
}

.w-65 {
  width: 65% !important
}

.w-66 {
  width: 66% !important
}

.w-67 {
  width: 67% !important
}

.w-68 {
  width: 68% !important
}

.w-69 {
  width: 69% !important
}

.w-70 {
  width: 70% !important
}

.w-71 {
  width: 71% !important
}

.w-72 {
  width: 72% !important
}

.w-73 {
  width: 73% !important
}

.w-74 {
  width: 74% !important
}

.w-75 {
  width: 75% !important
}

.w-76 {
  width: 76% !important
}

.w-77 {
  width: 77% !important
}

.w-78 {
  width: 78% !important
}

.w-79 {
  width: 79% !important
}

.w-80 {
  width: 80% !important
}

.w-81 {
  width: 81% !important
}

.w-82 {
  width: 82% !important
}

.w-83 {
  width: 83% !important
}

.w-84 {
  width: 84% !important
}

.w-85 {
  width: 85% !important
}

.w-86 {
  width: 86% !important
}

.w-87 {
  width: 87% !important
}

.w-88 {
  width: 88% !important
}

.w-89 {
  width: 89% !important
}

.w-90 {
  width: 90% !important
}

.w-91 {
  width: 91% !important
}

.w-92 {
  width: 92% !important
}

.w-93 {
  width: 93% !important
}

.w-94 {
  width: 94% !important
}

.w-95 {
  width: 95% !important
}

.w-96 {
  width: 96% !important
}

.w-97 {
  width: 97% !important
}

.w-98 {
  width: 98% !important
}

.w-99 {
  width: 99% !important
}

.w-100 {
  width: 100% !important
}

.w-101 {
  width: 101% !important
}

/* OUTROS */

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.navbar-nav .dropdown-menu-lg {
  width: 100%;
  max-width: 300px;
}

@media (min-width: 576px) {
  .navbar-nav .dropdown-menu-lg {
    max-width: 400px
  }
}

@media (min-width: 768px) {
  .navbar-nav .dropdown-menu-lg {
    width: 450px;
    max-width: 500px
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu-lg {
    width: 650px;
    max-width: 800px
  }
}

.dropdown-menu-lg .dropdown-item {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word
}

.fs-1-3rem {
  font-size: 1.3rem
}