@charset "UTF-8";
body {
  font-family: "Circular Std Book";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #71748d;
  background-color: #e6e6f3 !important;
  -webkit-font-smoothing: antialiased;
}

/* .modal select,
.modal .ui.search,
.modal input,
.modal textarea {
  background-color: #fefefe !important;
  border: 1.5px #222 solid !important;
  border-bottom: 2.5px #222 solid !important;
} */

/* .modal select:focus,
.modal input:focus,
.modal textarea:focus {
  border-bottom: 2.5px rgb(221, 173, 14) solid !important;
} */

h1,
h2,
h3,
h4,
h5,
h6,
.header {
  color: #3d405c;
  margin: 0px 0px 15px 0px;
  font-family: "Circular Std Medium";
}

.header {
  font-size: 1em !important;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 28px;
  line-height: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
  line-height: 26px;
}

h5 {
  font-size: 15px;
  line-height: 26px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0px 0px 20px 0px;
}

.painel-cards {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.painel-cards .card_ribon > .ui.segment {
  border: none !important;
  box-shadow: none !important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 670px) {
  .painel-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .flyout_validacao {
    grid-template-columns: repeat(1, 1fr);
  }
  .box_login {
    width: 100%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 670px) {
  .painel-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 870px) {
  .painel-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1080px) {
  .painel-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1270px) {
  .painel-cards {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1460px) {
  .painel-cards {
    grid-template-columns: repeat(6, 1fr);
  }
}

.painel-content {
  width: 100%;
  background-color: #ffffff85;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
}

.painel-content h3 {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-blue);
  font-size: 1.7rem !important;
  color: var(--color-blue);
}
.segment-red {
  background-color: var(--color-red) !important;
  background: var(--gradient-color-red-opacity) !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  -webkit-box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.75);
  transition: all 0.4s;
  color: #ffffff;
  padding: 35px !important;
  opacity: 0.85;
}
.segment-white {
  width: 100%;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  border-radius: 15px !important;
  -webkit-box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.6);
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.7) !important;
  opacity: 0.97;
}

.segment-red .card {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.painel-white > .ui.card > .content > .header {
  font-size: 1.6em !important;
  color: #000000;
}
.painel-red > .ui.card.red {
  background-color: var(--color-red) !important;
  background: var(--gradient-color-red) !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.75);
  transition: all 0.4s;
  color: #ffffff;
}
.painel-red > .ui.card > .content > .header {
  font-size: 1.3em !important;
  color: #ffffff;
}
.painel-red > .ui.card > .content > .meta {
  color: rgba(255, 255, 255, 0.8);
}

.painel-white > .ui.card > .content > .meta {
  color: rgba(0, 0, 0, 0.8);
}
.painel-card {
  background-color: var(--color-red) !important;
  background: var(--gradient-color-red) !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 1rem;
  aspect-ratio: 1 / 1;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 5px 14px -5px rgba(0, 0, 0, 0.75);
  transition: all 0.4s;
  padding-left: 10px;
  padding-right: 10px;
}
a.painel-card:hover {
  background: var(--gradient-color-light-red) !important;
  transform: scale(1.03);
}

.painel-card-label {
  font-size: 18px !important;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  color: #ffffffcc !important;
}

.painel-card-label-2 {
  font-size: 16px !important;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  color: #ffffffcc !important;
  background-color: #2e88ee;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}

.painel-card-icon {
  display: inline-block;
  height: 5rem !important;
  margin: 15px 0 !important;
  margin-bottom: 10px !important;
  font-size: 5rem !important;
  line-height: normal;
  color: white;
  width: 100%;
  height: 100%;
}

.header.status {
  padding: 5px 5px 25px 5px !important;
}

.content.red > .header.status {
  border-left: 10px solid #b9151a !important;
}

.content.green > .header.status {
  border-left: 10px solid #1ba922 !important;
}

.content.red > .meta.status {
  color: #b9151a !important;
}

.content.green > .meta.status {
  color: #1ba922 !important;
}

.card > .content > .meta.status {
  padding-left: 55px !important;
  margin-top: -25.5px !important;
}

.card > .content > .header > span > .text {
  padding-left: 40px !important;
  margin-top: -40px !important;
}

.card_ribon {
  padding: 10px;
}

.card_ribon > .ui.segment {
  padding: 0px !important;
}

.card_ribon > .ui.segment > .ui.ribbon.label {
  margin-left: 15px !important;
  z-index: 9 !important;
  position: absolute;
  top: 15px;
}

.ui.popup {
  overflow: auto !important;
}

#loading {
  z-index: 998 !important;
  margin-bottom: 250px;
}

.ui.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-bottom: 0px !important;
  z-index: 999 !important;
  height: 40px;
  padding-top: 7.5px;
  border-top: #2e2d37 3px solid;
}

.ui.menu.system {
  border-bottom: #2e2d37 3px solid;
  position: fixed;
  top: 0;
  z-index: 999 !important;
  width: 100%;
  height: 75px;
}

#result {
  min-height: 300px;
  width: 99%;
  padding-top: 15px !important;
  border: none !important;
  /*border-top: 2.5px solid #00000032 !important;*/
}

.count_results {
  position: fixed;
  left: 0;
  bottom: 50px;
  width: 100%;
  background-color: #fff;
  color: #e12525;
  text-align: center;
  padding-right: 25px;
  text-align: center;
  z-index: 999;
  border-bottom: rgb(155, 155, 155) solid 2px;
}

.text-danger {
  color: #e12525 !important;
}

.text-success {
  color: #25e16d !important;
}

.text-info {
  color: #0509ca !important;
}

.text-bold {
  font-weight: bold;
}

.count_div {
  font-size: 22px !important;
  margin-top: 25px;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.btnGenArchive {
  height: 50px;
  width: 80%;
  font-size: 1em !important;
  font-family: "Circular Std Medium";
}

:root {
  --color-primary: #363636;
  --color-secondary: #3e3f3f;
  --side-menu-size: 130px;
}
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
.content_menu {
  width: var(--side-menu-size) !important;
  position: relative !important;
  top: 85px !important;
  left: 10px !important;
  float: left !important;
}

.content_menu .ui.vertical.menu .item::before {
  background-color: rgba(63, 63, 63, 0.5) !important;
}
.content_menu .ui.vertical.menu .item:hover {
  background-color: rgba(67, 78, 101, 0.3) !important;
}

.body_system {
  margin: 0 auto;
  padding: 15px;
  width: 100% !important;
  display: grid;
  gap: 15px;
  grid-template-columns: auto 1fr;
}

#resultado_layout {
  min-height: 260px;
}

@media (min-height: 800px) {
  #resultado_layout {
    min-height: 600px;
  }
}

@media (min-height: 650px) {
  .scrolling.content {
    max-height: 500px !important;
  }

  .scrolling.content:not(.feedback) {
    min-height: 500px !important;
  }

  .ui.modal.large {
    top: 15px !important;
    width: 95% !important;
  }
}

/* @media (min-width: 1280px) {
  .body_system {
    max-width: 1280px;
  }
} */

.ui.green-dark,
.ui.green-dark:active {
  background-color: rgba(0, 87, 62, 1);
  color: rgba(255, 255, 255, 1);
}

.ui.green-dark:hover {
  background-color: rgb(6, 57, 42);
  color: rgb(255, 255, 255);
}

.ui.blue-dark,
.ui.blue-dark:active {
  background-color: rgb(4, 83, 111);
  color: rgba(255, 255, 255, 1);
}

.ui.blue-dark:hover {
  background-color: rgb(1, 63, 86);
  color: rgb(255, 255, 255);
}

.ui.white {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.ui.white:hover {
  background-color: rgb(228, 228, 228);
  color: rgb(0, 0, 0);
}

span {
  font-weight: 900;
}

/* modal */

.ui .dimmer .modals .page .transition .visible .active {
  margin-top: 400px;
  display: flex !important;
}

.circular .users .icon {
  color: aqua !important;
}

.show {
  display: inline-block;
}

/*preloader */
.preloader {
  /* background-color: rgba(5, 50, 50, 0.98); */
  background-color: rgba(67, 78, 101, 0.97);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .preloader-circle {
  width: 200px;
  height: 200px;
  position: relative;
  border-style: solid;
  border-width: 5px;
  border-top-color: var(--color-blue);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: var(--color-red);
  background: var(--gradient-color-red) !important;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-circle2 {
  border-top-color: #0078ff;
}

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.preloader .preloader-img img {
  max-width: 110px;
  /*max-width: 55px;*/
}

.preloader .preloader-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;

    transition: 0.6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;

    transition: 0.6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;

    transition: 0.6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;

    transition: 0.6s;
  }
}

.button.sitemap {
  margin-top: -7.5px !important;
}
a.sitemap {
  color: rgba(255, 255, 255, 1) !important;
}
a.sitemap:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  border-bottom: 2px solid rgba(87, 40, 40, 0.9) !important;
}

small {
  padding-top: 7px;
}

.text-nowrap {
  white-space: nowrap;
}

td.acao {
  width: 10px !important;
}

td.botoes_acao {
  width: 150px !important;
}

.margin_bottom_1 {
  margin-bottom: 25px !important;
}

.input.simulated {
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  font-size: 1em;
  background: #fff;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-box-shadow: 0 0 0 0 transparent inset;
  box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s;
  min-height: 37.6px !important;
}

.noborder {
  border: 0 !important;
}

.layout {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 0px 25px 0px 25px !important;
}

.margin_bottom_field {
  margin-bottom: 10px !important;
}

.hide {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .lg-box-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  }
}

#debug td,
th {
  padding: 10px;
  border: 1px solid #ccc;
}

label.ui.button > .content_button {
  margin: 0 auto;
  max-width: 80px;
}

table.dataTable.table thead th.sorting::after,
table.dataTable.table thead td.sorting::after {
  color: #000 !important;
}

#formError > .header {
  background-color: rgba(138, 45, 45, 0.92) !important;
  color: #fff;
}

#formError {
  border: 3px solid rgba(138, 45, 45, 0.92) !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.ui.dimmer.modals {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.dimmable.dimmed {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.ui.logout {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 25px;
  top: 20px;
}

.ui.searching {
  width: 180px;
  height: 30px;
  position: absolute;
  right: 60px;
  top: 20px;
}

.ui.logout.bottom {
  display: none;
}

.ui.logout.top {
  display: block;
}

@media screen and (max-width: 768px) {
  .ui.logout {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 2px;
  }

  .ui.logout.bottom {
    display: block;
  }

  .ui.logout.top {
    display: none;
  }
}

.ui.logout > .ui.button.red {
  text-align: center !important;
  width: 30px !important;
  padding-top: 7.5px !important;
  padding-bottom: 5.5px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

.ui.logout > .ui.button.red > svg {
  margin: 0 !important;
}

.ui.unstackable.table {
  display: table;
}

.ui.unstackable.table thead {
  display: table-header-group;
}

.ui.unstackable.table tbody {
  display: table-row-group;
}

.ui.unstackable.table tfoot {
  display: table-footer-group;
}

.ui.unstackable.table tr {
  display: table-row;
}

.ui.unstackable.table td:first-child {
  font-weight: normal;
}

.ui.unstackable.table tr > td {
  width: auto !important;
  display: table-cell;
  padding: 0.4em 0.7em;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.ui.unstackable.celled.table th,
.ui.unstackable.celled.table td {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.ui.unstackable.celled.table.segment th:first-child,
.ui.unstackable.celled.table.segment td:first-child {
  border-left: none !important;
}

.ui.unstackable.celled.table.segment th:last-child,
.ui.unstackable.celled.table.segment td:last-child {
  border-right: none !important;
}

.ui.unstackable.celled.table.segment > *:first-child > tr:first-child > th,
.ui.unstackable.celled.table.segment > *:first-child > tr:first-child > td {
  border-top: none !important;
}

.ui.unstackable.celled.table.segment > *:last-child > tr:last-child > th,
.ui.unstackable.celled.table.segment > *:last-child > tr:last-child > td {
  border-bottom: none !important;
}

.ui.tabular.menu > a.item {
  color: #fff;
}
.ui.tabular.menu {
  background-color: rgb(133, 49, 53) !important;
  border-bottom: 0px solid !important;
}

.ui.tabular.menu > .item.active {
  background-color: rgb(94, 12, 16) !important;
  color: white !important;
  border: none !important;
}
.ui.tabular.menu > .item.active:hover {
  background-color: rgb(94, 12, 16) !important;
  color: white !important;
}

.ui.tabular.menu > .item:hover {
  background-color: rgb(221, 80, 80) !important;
}

.ui.bottom.attached.tab.segment {
  padding-top: 25px !important;
  min-height: 500px !important;
}

#system_tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.ui.tabular.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#botao_novo_painel {
  height: 100%;
  position: absolute;
  right: 0px;
  margin-top: -14px;
}

.botao_painel {
  height: 100%;
  float: right !important;
}

.refreshBtn {
  height: 12px !important;
  width: 12px !important;
  margin-top: -5px !important;
  margin-right: 10px !important;
  background-color: transparent !important;
  border: 0px !important;
  color: #ffb88f !important;
}

.refreshBtn:hover {
  color: #cf550e !important;
}

.margin_bottom_reg {
  margin-bottom: 15px !important;
}

.btn-config {
  max-width: 52px !important;
}

.ui.tabular.menu.submenu_color {
  background-color: rgb(220, 220, 220) !important;
  margin-top: -10px;
}
.ui.tabular.menu.submenu_color > .item:hover {
  background-color: rgb(184, 183, 183) !important;
}

hr.separador {
  line-height: 15px;
  color: #0509ca;
}

.ui.slider.checkbox label::after {
  border: 2px solid #000 !important;
  background-color: #dadada !important;
}
.ui.slider.checkbox label::before {
  border: 1px solid #000 !important;
}

.ui.checkbox input:checked ~ label::after,
.ui.slider.checkbox input:checked ~ label::before {
  border: 1px solid #0e40ca !important;
  background-color: #0e40ca !important;
}

select[readonly] {
  pointer-events: none !important;
  touch-action: none !important;
}

.label_icon {
  width: 30px !important;
  height: 25px !important;
  margin-bottom: 2px !important;
  padding-top: -3px;
}
.label_icon i.icon {
  width: 3em !important;
}

.icon-brown {
  --fa-primary-color: #5c3823;
  --fa-secondary-color: #a3633d;
  width: 85% !important;
  height: 85% !important;
}

.menu-item > .icon-brown {
  --fa-primary-color: #5c3823;
  --fa-secondary-color: #a3633d;
  width: 15px !important;
  margin-right: 20px !important;
}

.btn-add-categoria {
  border: 0px !important;
  background-color: transparent !important;
}

a.item > [class*="fa-"] {
  padding-right: 10px !important;
}

.pointer {
  cursor: pointer;
}

span.fluxo-etapa {
  display: block;
  flex: 0 1 auto;
  align-self: center;
  font-size: 3em;
  padding-right: 30px;
}
@media screen and (max-width: 757px) {
  span.fluxo-etapa {
    padding-right: 0px !important;
    font-size: 2em !important;
    padding-bottom: 10px !important;
  }
}

.caminho_entidade {
  font-size: 1em !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.caminho_recipiente {
  font-size: 0.8em !important;
  font-style: italic !important;
  font-weight: 400 !important;
  text-indent: 1.6em;
}

.info_documento {
  min-height: 65px !important;
  margin: 10px 20px -10px !important;
}

.info_documento > .grid > .row {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  padding-bottom: 5px !important;
}

.info_documento > .grid > .row > .column {
  border-bottom: 1px solid #000;
  margin-right: 20px !important;
  padding-left: 3px !important;
}

.button-lista {
  margin-top: 20% !important;
}

#modalFlyout > .actions {
  padding: 10px 10px 0px !important;
  margin-top: -75px !important;
}

.flyout {
  padding-bottom: 0 !important;
}

.bloco_flyout {
  padding-top: 40px !important;
  padding-top: 40px !important;
}

#modalChecklist > .content {
  min-height: 350px !important;
  height: 350px !important;
}

.file-input {
  height: 150px !important;
}

.file-drop-zone-title {
  padding: 37.5px 10px !important;
}

.file-drop-zone {
  height: 120px !important;
  min-height: 120px !important;
}

.file-preview {
  margin-top: 50px !important;
}

.fileinput-remove,
.kv-file-upload,
.kv-file-zoom {
  display: none;
}

#kvFileinputModal {
  position: absolute !important;
  top: 0 !important;
  left: 10% !important;
  width: 80%;
  z-index: 9998 !important;
  background-color: aliceblue;
  display: none;
}

.kv-zoom-body {
  width: 90% !important;
}

.kv-zoom-actions {
  z-index: 99999 !important;
}

.bloco-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: right;
}
