form {
  width: 100%;
}

.form-control {
  color: #282b39;
}

/* Primary Colors */
.pg-login {
  background: #204F6E;
  background-size: cover;
}

.bg-primary {
  background-color: #005172 !important;
}

.signpages {
  width: 30% !important;
}

.signpages .details:before {
  background: rgb(0 81 114 / 73%);
}

.btn-main-primary {
  color: #fff;
  background-color: #005172;
  border-color: #005172;
}

.btn-main-primary:hover {
  color: #fff;
  background-color: #ffba01;
  border-color: #ffba01;
}

a,
a:hover {
  color: #005071;
}

.parsley-errors-list {
  display: none !important;
}

.main-body.leftmenu .sidemenu-logo {
  background: #005071;
}

.main-sidebar-sticky {
  background: #005071;
}

.main-sidebar-body .nav-item .nav-link.active:before,
.main-sidebar-body .nav-item .nav-link.active:after {
  border-right: 20px solid #005071;
}

.main-sidebar-body li a.active .sidemenu-icon {
  background: #fdcd44;
}

.main-sidebar-body li a.active .sidemenu-label,
.main-sidebar-body li a.active i {
  color: #155e7b;
}

.btn-primary {
  color: #fff;
  background-color: #005071;
  border-color: #005071;
}

.btn-primary:hover {
  color: #fff;
  background-color: #fdcd44;
  border-color: #fdcd44;
}

.btn-default {
  background: #f1f1f1;
}

.nav-header .nav-label {
  color: #fff;
}

.btn-voltar {
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

.btn-voltar:hover {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}

/* 1.1 Sub-Header Actions */
.sub-header {
  padding: 10px;
  background: #eee;
  display: flex;
  flex-direction: row-reverse;
  box-shadow: -7.829px 11.607px 20px 0px rgba(144, 143, 160, 0.09);
  border-bottom: 1px solid #e1e6f1;
}

.sub-header a {
  margin-left: 5px;
}

/* Equipamento BOX */
.box-equipamento {
  text-align: center;
}

.rotaciona {
  transform: rotate(180deg);
}

.box-equipamento .box-slot {
  min-height: 115px;
  display: block;
  background: #e6ebf5;
  border: 1px solid #f9f9f9;
}

.box-equipamento .b-numbers {
  padding-top: 3em;
}

.box-equipamento .box-slot img {
  margin-top: 30px;
}

.box-equipamento .box-slot .pilha {
  position: absolute;
  left: 2px;
  top: 25px;
}

.box-equipamento .box-slot .pilha span {
  display: block;
  background: #c4c4c4;
  border: 1px solid #c4c4c4;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  margin: 5px;
}

.box-equipamento .box-slot .pilha span.oco {
  background: transparent !important;
}

.box-equipamento .box-slot .pilha span.full {
  background: #195171;
}

.box-equipamento .box-slot .pilha span.error {
  background: red;
}

.box-equipamento .box-slot .b-size {
  margin-top: 10px;
  display: block;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  color: #75838b;
}

.box-equipamento .box-slot:hover .b1,
.box-equipamento .box-slot .b2 {
  display: none;
  transition: 500ms;
}

.box-equipamento .box-slot .b1,
.box-equipamento .box-slot:hover .b2 {
  display: block;
}

.box-equipamento .box-slot .b2 .detail-stock {
  padding-top: 16px;
  min-height: 87px;
}

.box-equipamento .box-slot .b2 .detail-stock span {
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  color: #848484;
  display: block;
  margin-left: 10px;
}

.box-equipamento .box-slot .b2 .detail-stock span.full {
  color: #004864;
}

.box-equipamento .box-slot .b2 .detail-stock span.full {
  color: #005071;
}

.box-equipamento .box-slot .b2 .detail-stock span:before {
  content: " ";
  height: 8px;
  width: 15px;
  display: block;
  background: #848484;
  border: 1px solid #848484;
  float: left;
  margin-right: 5px;
}

.box-equipamento .box-slot .b2 .detail-stock span.oco:before {
  background: transparent !important;
}

.box-equipamento .box-slot .b2 .detail-stock span.full:before {
  background: #004864;
}

.box-equipamento .box-slot .b2 .detail-stock span.error:before {
  background: red;
}

.box-equipamento .box-slot .b2 .b-size {
  margin-top: 5px;
}

.box-equipamento {}

.box-equipamento-colunas {
  padding: 2em;
  text-align: center;
}

.box-itens {
  margin-bottom: 15px;
}

.btn-devolucao {
  position: absolute;
  right: 0px;
  top: 0px;
}

.btn-voltar {
  padding: 7px 20px;
  font-weight: 600;
}

.btn-voltar i {
  font-weight: 900;
}

.info-equipamento {
  float: right;
  margin-top: -10px;
}

.status-tela,
.status-labels,
.status-porta {
  float: left;
}

.status-tela {
  border-right: 1px solid #ccc;
  padding-right: 10px;
  height: 40px;
  text-align: right;
}

.status-labels {
  padding-left: 10px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

.status-labels .badge {
  display: inline-block !important;
}

.status-porta {
  padding-left: 10px;
  padding-top: 3px;
}

.status-porta .badge {
  display: inline-block !important;
}

.status-gavetas {
  padding-left: 10px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  min-height: 40px;
  float: left;
}

.status-gavetas .gavetas {
  float: left;
  text-align: center;
}

.status-gavetas .gavetas {
  margin-right: 10px;
}

.status-gavetas .badge {
  display: inline-block !important;
}

.relatorio-produtos .card-item-title {
  position: absolute;
  transform: rotate(-90deg);
  left: -10px;
  top: 40%;
}

.relatorio-produtos p {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
  margin-top: 10px;
}

.relatorio-produtos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.relatorio-produtos .card-item-icon-2 {
  float: right;
  max-height: 124px;
}

.relatorio-produtos .card-item .card-item-body {
  display: block;
}

.fluxo-recarga {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fluxo-recarga li .card {
  padding: 10px !important;
}

#info-card {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 100%;
  text-transform: uppercase;
  text-shadow: 1px 0px 2px #00447c;
}

.sincronizador-board {
  text-align: right !important;
}

@media (max-width: 650px) {
  .sincronizador-board {
    text-align: center !important;
  }
}

/*
Gestor Files
*/
.gestorEquipamento {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gestorEquipamento li {
  margin-bottom: 10px;
  height: 60px;
  padding: 10px;
  border-radius: 10px 0 0px 10px;
}

.gestorEquipamento li.active {
  background: #f1f1f1;
  margin-right: -15px;
}

.boxEstoque {
  padding-top: 5px;

  padding-bottom: 10px;
}

.boxEstoque.emptyPill {
  background: #f1f1f1;
}

.bloqueioAlterar {
  position: absolute;
  width: 100%;
  height: 800px;
  background: #ccccccad;
  z-index: 999;
}

/* VI ANALISES */
.CLP_BITS ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.CLP_BITS ul li {
  float: left;
  width: 9%;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
  margin-right: 1%;
  margin-bottom: 10px;
  border-radius: 10px;
}

.CLP_BITS ul li.active {
  background: #8fcb8d;
  border: 1px solid #548c52;
}

/* 1. BASE */

.main-content-title {
  color: #005071;
}

/* Menu Lateral */
.sidemenu-logo {
  border-bottom: none;
}

/* TOP READER */

.profile-item {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 25px 10px 10px 25px;
}

/*.profile-item:hover {
    background: #f1f1f1;
    transition-delay: 100ms;
}*/

.profile-item span.icon {
  margin-right: 10px;
  display: block;
  background: #f1f1f1;
  padding-top: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
}

.profile-item span.nome {
  padding-top: 10px;
  padding-right: 10px;
}

.card-body {
  flex: 1 1 auto;
  padding: 15px;
}

.dots-menu-item {
  display: inline-flex;
  align-items: center;
  border-radius: 25px;
  width: 42px;
  height: 42px;
  justify-content: center;
}

.dots-menu-item:hover {
  background: #d4d2d2;
  transition-delay: 100ms;
  width: 42px;
  height: 42px;
}

.dots-menu-item span.icon {
  display: inline-block;
  background: #f1f1f1;
  padding-top: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
}

.dots-menu-item span.nome {
  padding-top: 10px;
  padding-right: 10px;
}

.dots-menu-icon {
  margin-left: auto;
  margin-right: auto;
}

.avatar-icon {
  margin-left: 36px;
  margin-right: 20px;
}

/* HEADER */
.main-header-right .soaweb-saldo {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 5px;
  color: #045373;
}

.main-header-right .soaweb-saldo .vl {
  font-weight: bold;
  font-size: 14px;
}

.card-btj {
  padding: 18px;
  height: 80px;
  display: flex;
  align-items: center;
}

.card-btj-radius {
  border-radius: 10px 10px 0 0;
}

.card-btj-content {
  display: flex;
  flex-direction: row !important;
  flex-grow: 1;
}

.card-btj-icon .card-btj-item {
  fill: #6259ca;
  width: 50px;
  height: 50px;
  top: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.card-btj-info {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  flex-wrap: wrap;
}

.card-btj-info .card-btj-title {
  display: flex;
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 0px !important;
  color: #383942;
}

.card-btj-info .card-btj-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.txt-btj-title {
  color: #5e6163;
  font-weight: 700;
  font-family: "Mulish";
  font-style: normal;
  font-size: 16px;
  margin-bottom: 0px !important;
}

.txt-btj-stat {
  font-weight: 700;
  font-family: "Mulish";
  font-style: normal;
  font-size: 18px;
  padding: 0px 8px;
  margin: 0px 1px;
}

.txt-btj--color-success {
  color: #00579b;
}

.txt-btj--color-ok {
  color: #11bf61;
}

.txt-btj--color-warning {
  color: #f4c51e;
}

.txt-btj--color-danger {
  color: #5e6163;
}

.txt-btj--color-offline {
  color: #d23434;
}

.bgcolor.btj-success {
  background: #f2f7fa;
}

.bgcolor.btj-ok {
  background: #e7f9ef;
}

.bgcolor.btj-warning {
  background: #fff9e1;
}

.bgcolor.btj-danger {
  background: #fbebeb;
}

/* Change sobrescreve */
.main-sidebar-body li.nav-item .nav-link.active {
  background-color: #f1f6f9;
}

.main-sidebar-body .nav-item .nav-link.active .shape1,
.main-sidebar-body .nav-item .nav-link.active .shape2 {
  background-color: #f1f6f9;
  display: none !important;
}

.card-sts-report {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 30px;
  flex-grow: 1;
  margin-bottom: 20px;
}

.slick-label {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.card-sts-report.sts-bg-success {
  background: #ffffff;
  border-radius: 10px;
}

.sts-report-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sts-report-label {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 550;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #5e6163;
}

.arrow-esquerda {
  padding: 15px 95px 15px 25px !important;
}

.arrow-direita {
  padding: 15px 25px 15px 95px !important;
}

.label-month-selector {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #005071;
  display: flex;
  justify-content: center;
  margin-bottom: 0px !important;
  flex-grow: 1;
}

.mes {
  text-align: center;
  display: flex !important;
  justify-content: space-between !important;
  align-content: center !important;
  align-items: center !important;
  background: #f2f7fa;
  border-radius: 8px;
  height: 100%;
}

input.form-control.input-filter {
  width: 80%;
  float: left;
  margin-right: 10px;
}

.total-of-page {
  width: 30%;
  max-width: 80px;
  float: left;
  margin-left: 15px;
  margin-bottom: 10px;
}

.labeltotal {
  display: block;
  padding-top: 8px;
  float: left;
  padding-left: 10px;
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

/* Extrato meses */
#cardMonths {
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: white;
}

#cardMonths a {
  text-align: center;
  border-right: 1px solid #f1f1f1;
  display: flex;
  float: left;
  width: calc(100% / 12);
  font-weight: 600;
  min-width: fit-content;
  min-height: 57px;
  margin-bottom: -6px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1600px) {
  #cardMonths a {
    width: calc(100% / 6);
  }
}

@media screen and (max-width: 1366px) {
  #cardMonths a {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 500px) {
  #cardMonths a {
    width: calc(100% / 3);
  }
}

#cardYear span {
  text-align: center;
  display: block;
  padding: 18px 7px;
  float: left;
  font-weight: 600;
  color: #005071;
}

#cardMonths a:hover {
  background: #e8e8f7;
  border-color: #e8e8f7;
}

#cardMonths a.disabled:hover {
  background: #fff;
  border-color: #f1f1f1;
}

#cardYear {
  padding: 0 20px;
  min-height: 57px;
}

#cardMonths a.active {
  background: #005071;
  border-color: #005071;
  color: #fff;
}

#cardMonths a.active:hover {
  background: #006f9e;
  border-color: #006f9e;
  color: #fff;
}

#cardMonths a:first-child {
  border-radius: 10px 0px 0 10px;
}

#cardYear span {
  border-radius: 10px;
}

#cardMonths a:last-child {
  border-right: 0;
  border-radius: 0 10px 10px 0;
}

#cardMonths a.disabled {
  color: #ccc;

  cursor: not-allowed;
}

/* Card year */
#cardYear .slick-prev {
  left: 5px;
}

#cardYear .slick-next {
  right: 5px;
}

#cardYear .slick-prev:before,
#cardYear .slick-next:before {
  color: #00579b !important;
}

/* Card Export Buttons */
#cardExportButtons {
  color: #005071;
  font-weight: 600;
  font-size: smaller;
  width: fit-content;
}

#cardExportButtons a {
  text-align: center;
  border-right: 1px solid #f1f1f1;
  display: block;
  padding: 10px 15px;
  float: left;
  width: calc(100% / 12);
  font-weight: 600;
  min-height: 57.5px;
  min-width: fit-content;
}

#cardExportButtons a.disabled {
  color: #ccc;
  cursor: not-allowed;
}

#cardExportButtons b {
  text-align: center;
  border-right: 1px solid #f1f1f1;
  display: block;
  padding: 20px 10px;
  float: left;
  width: calc(100% / 12);
  font-weight: 600;
  min-width: fit-content;
}

#cardExportButtons a:hover {
  background: #e8e8f7;
  border-color: #e8e8f7;
}

#cardExportButtons a:last-child {
  border-right: 0;
  border-radius: 0 10px 10px 0;
}

.list-item-flex-container {
  display: flex;
  align-items: center;
}

.line-divider {
  flex-grow: 1;
  height: 1px;
  background-color: #e8e8f7;
  margin-left: 8px;
}

@media screen and (min-width: 2100px) {
  .extrato__buttons__size-controller {
    width: 65%;
  }
}

@media screen and (max-width: 2099px) {
  .extrato__buttons__size-controller {
    width: 60%;
  }

  .extrato__info-card__recebimento-session {
    width: 45%;
  }

  .info-bar__session--sm.chart {
    left: -15px;
  }
}

@media screen and (max-width: 1999px) {
  .info-bar__session--sm.chart {
    left: -30px;
  }
}

@media screen and (max-width: 1949px) {
  .info-bar__session--sm.chart {
    left: -45px;
  }
}

@media screen and (max-width: 1894px) {
  .extrato__info-card__recebimento-session {
    width: 40%;
  }
}

@media screen and (max-width: 1849px) {
  .info-bar__session--sm.chart {
    left: -60px;
  }
}

@media screen and (max-width: 1803px) {
  .extrato__info-bar__value-span {
    font-size: 19px;
  }
}

.s-prev,
.s-next {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #005071;
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
}

.s-prev {
  left: 5px;
}

.s-next {
  right: 5px;
}

.s-next.slick-disabled,
.s-prev.slick-disabled {
  color: #ccc;
}

.extra-cor-extrato {
  color: #00579b;
  font-weight: bold;
}

.extra-cor-extrato.red-saidas {
  color: #d23434;
}

.extrato__sm-cards__chart__container {
  position: relative;
}

.extrato__sm-cards__chart__empty-session {
  border-radius: 5px 5px 5px 5px !important;
  width: 100% !important;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.extrato__sm-cards__chart__full-session {
  z-index: 10;
}

.extrato__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  padding: 0px 20px;
  margin-bottom: 40px;
  height: 54px;
  width: inherit;
  background-color: #ffffff;

  cursor: pointer;
}

.extrato__button.entradas {
  color: #00579b;
}

.extrato__button.saidas {
  color: #d23434;
}

.extrato__button.entradas.selected {
  color: #ffffff !important;
  background-color: #00579b;
}

.extrato__button.saidas.selected {
  color: #ffffff !important;
  background-color: #d23434;
}

.extrato__button__descriptor-span {
  font-family: "Mulish";
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  color: #5e6368;
}

.extrato__button__descriptor-span.selected {
  color: #ffffff !important;
}

.extrato__button__value-span {
  font-family: "Mulish";
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
}

.extrato__button__value-span-sm {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  color: #5b6167;
  position: absolute;
  top: 35px;
}

.extrato__button__value-span.selected {
  color: #ffffff !important;
}

.extrato__button__value-span.entradas {
  color: #00579b;
}

.extrato__button__value-span.saidas {
  color: #d23434;
}

.extrato__arrows {
  display: flex;
  align-items: center;
  width: 25px;
  height: 25px;
}

.extrato__sm-cards__title-span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 4px;
  text-align: center;
  color: #5b6167;
}

.extrato__sm-cards__descriptor-span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
  color: #5b6167;
}

.extrato__info-bar-main-title {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: var(--text-primary);
}

.extrato__bg-cards__title-span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  text-align: left;
  color: var(--text-gray);
}

.extrato__bg-cards__value-span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin: 4px 0px;
  text-align: left;
  color: var(--color-primary);
}

.extrato__info-bar__descriptor-span {
  font-size: 14px;
  margin: 4px 0px;
  text-align: left;
  color: var(--color-primary);
}

.extrato__info-bar__value-span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin: 4px 0px;
  text-align: left;
  color: var(--text-primary);
}

.extrato__sm-cards__div__descriptor-span.values {
  display: flex;
  flex-direction: column;
  margin: 0px 50px;
}

.extrato__sm-cards__div__descriptor-span {
  display: flex;
  justify-content: space-between;
  width: 95%;
}

.extrato__sm-cards__chart__legend-square {
  width: 12px;
  height: 12px !important;
  margin-right: 5px;
  border-radius: 3px;
}

.extrato__sm-cards__chart__legend-square.empty {
  background-color: #eaebf3;
}

.extrato__sm-cards__chart__container {
  display: flex;
  height: 26px;
  width: 95%;
  border-radius: 5px;
  margin-top: 10px;
}

.extrato__sm-cards__chart__legend-span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #5e6163;
}

.extrato__sm-cards__chart__legend-span.value {
  font-weight: 700;
}

.extrato__sm-cards__chart__legend-container {
  display: flex;
  align-items: center;
}

.extrato__sm-cards__chart__empty-session {
  background-color: #eaebf3;
}

.extrato__sm-cards__chart__full-session {
  background-color: #58bc6b;
}

.extrato__sm-cards__chart__legend__legend-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
}

.extrato__info-card {
  display: flex;
  flex-direction: column;
  /*margin-right: 30px;*/
}

.extrato__info-card.last {
  margin-right: 0px;
}

.extrato__info-card__info-span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin: 0px 0px;
  text-align: left;
  color: #5b6167;
}

.extrato__info-card__recebimento-session {
  padding: 0px 15px;
  width: 50%;
}

.extrato__buttons__size-controller {
  width: 40%;
}

.selected .extrato__button__value-span.saidas,
.selected .extrato__button__descriptor-span,
.selected .extrato__button__value-span.entradas,
.selected .extrato__button__value-span-sm {
  color: #fff;
}

.onSimulado {
  background: #ffd1bb;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  background-color: #005071;
  color: #ffffff !important;
}