@charset "UTF-8";

body {
  font-family: "Circular Std Book";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #71748d;
  background-color: #e6e6f3;
  -webkit-font-smoothing: antialiased;
}

form {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ui.form select {
  height: 39.5px !important;
}

legend {
  display: flex;
  flex-direction: row;
}
legend:before,
legend:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
}

label {
  font-size: 16px !important;
}
.modal.mini {
  width: 300px;
  max-width: 300px;
}
.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;
}

#container {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  /* background-image: url("../../imagens/layout/background_login5.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2e2d37;
}
.home_cards {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.home_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) {
  .home_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) {
  .home_cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 870px) {
  .home_cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 1080px) {
  .home_cards {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1270px) {
  .home_cards {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1460px) {
  .home_cards {
    grid-template-columns: repeat(7, 1fr);
  }
}

.home_card {
  background-color: #f6f7f8;
  border: 2px #662626 solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 1rem;
  aspect-ratio: 1 / 1;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 9px 12px 14px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 9px 12px 14px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 9px 12px 14px -5px rgba(0, 0, 0, 0.75);
}
.home_card:hover {
  background-color: #d6d1d1;
}

.menu_home_text {
  font-size: 18px !important;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  color: #5c0a0a;
}

.menu_home_icon {
  position: relative;
  margin: 12.5px auto;
  width: 70%;
  aspect-ratio: 1;
}

.menu_home_icon img {
  width: 100%;
  height: 100%;
}
.menu_home_icon i {
  width: 100%;
  height: 100%;
  color: #641212;
}

.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.center {
  text-align: center !important;
}

.text-left,
.text.left {
  text-align: left !important;
}

.text-right,
.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-bottom: 75px;
  padding-top: 85px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100% !important;
}

#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;
}

.hide {
  display: none;
}

.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: #3e1dd4;
  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: #fff;
  -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(73, 0, 0, 0.9) !important;
}
a.sitemap:hover {
  color: rgba(87, 40, 40, 0.9) !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 5px 0px 5px !important;
}
.mx-1 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.mx-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.mx-3 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.my-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.my-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.my-3 {
  padding-top: 15px !important;
  padding-right: 15px !important;
}
.margin_bottom_field {
  margin-bottom: 10px !important;
}

.hide {
  display: none !important;
}

#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;
}
.icon.fas {
  margin-right: 30px !important;
}

#mainModal.fullscreen {
  height: 95% !important;
  min-height: 95% !important;
  max-height: 95% !important;
}
#mainModal.fullscreen > .header {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
}
#mainModal.fullscreen > .actions {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
}
#mainModal.fullscreen > .scrolling.content {
  height: calc(95% - 75px) !important;
  min-height: 300px !important;
  max-height: calc(95% - 75px) !important;
}
.ui.header.compra {
  text-align: center !important;
  font-size: 1.4em !important;
  margin-bottom: 30px !important;
}

.ui.calendar .ui.table tr td,
.ui.calendar .ui.table tr th {
  padding: 0.13em !important;
  font-size: 0.8em !important;
}
.grid_table {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.with.margin.bottom {
  margin-bottom: 5px;
}
.with.margin.top {
  margin-top: 5px;
}

.ui.dropdown .menu > .item {
  min-height: 5px !important;
}
