.borderGov {
  height: 5px;
  flex-direction: row;
  width: 100%;
  flex: 1;
}
.borderBlue {
  background-color: #006ea2;
  flex: 1;
}
.borderGreen {
  background-color: #629123;
  flex: 1;
}
.borderYellow {
  background-color: #fbb900;
  flex: 1;
}

.botaoServicoDestaque {
  cursor: pointer;
  font-size: initial !important;
  min-height: 150px;
  font-family: Verdana, Geneva, sans-serif;
}

.botaoServicoDestaque i {
  font-size: xxx-large;
}

.relatorio-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}

.relatorio-card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  /* color: $card-color; */
}

#overlaySubmitForm {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: gray;
  filter: alpha(Opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  z-index: 999998;
}
#overlaySubmitFormDlg {
  display: none;
  margin: 0 auto 0 auto;
  width: 300px;
  height: 100px;
  position: absolute;
  z-index: 100;
  background-color: #ffffff;
  padding: 30px;
  font: 10pt tahoma;
  border: 1px solid gray;
  z-index: 999999;
}

.tituloCard {
  color: #01448a;
  font-family: "Gilroy" !important;
  font-weight: 800;
  background: linear-gradient(
      to right,
      #2198d2 0,
      #2198d2 33%,
      #629123 33%,
      #629123 66%,
      #fbb900 66%,
      #fbb900
    )
    bottom no-repeat;
  background-size: 100% 3px;
  padding: 10px 20px;
}

.tituloPagina {
  color: #01448a;
  font-family: "Gilroy" !important;
  font-weight: 800;
  padding: 10px 20px;
}
