/* You can add global styles to this file, and also import other style files */
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@100";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nowrap2columns {
  display:grid;
  grid-template-columns: 1fr 1fr;
}

a {
  text-decoration: none;
  color:#4889a9;
}

a:visited {
  text-decoration: none;
  color:#4889a9;
}

a:hover {
  text-decoration: none;
  color:#4889a9;
}

label {
  padding:10px;
  vertical-align: middle;
  text-align: right;
  /* color:#FFF; */
  font-weight: 400;
}

#accordionInfoObra {
  margin-top: 15px;
}

input, select, textarea {
  /* margin: 10px; */
  padding: 3px;
  border: 1px solid #FFF;
  border-radius: 5px;
  background-color:transparent;
}

textarea {
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  max-height: 200px;
}

button {
  grid-column: 1/3;
  border: none;
  margin-top: 5px;
  cursor: pointer;
  min-width: 30px;
  width: fit-content;
  height: fit-content;
  border: 1px solid #FFF;
  border-radius: 5px;
  background-color:#4889a9;
  color: #FFF;
}

button:disabled {
  cursor: not-allowed;
  border-color: #858585;
  /* background-color: rgba(179, 179, 179, 0.517); */
}

button > mat-icon {
  color:#FFF;
  width: fit-content;
  height: fit-content;
  font-size: 2.5rem;
}

button:disabled > mat-icon {
  color: #858585;
  font-weight: 500;
  width: fit-content;
  height: fit-content;
  font-size: 2.5rem;
}

.cabecalho {
  z-index: 3;
  position: sticky;
  top:0;
  display: flex;
  flex-grow: 1;
  min-height: 50px;
  margin-bottom: 10px;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.202);
  color: #4889a9;
  font-weight: 500;
}

.conteudoPrincipal {
  padding: 0 10px;
}

.modalBackdropConfirmarAcao {
  z-index: -1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* .cabecalho:nth-child(0) {
  color:#e1814f;
}

.cabecalho:nth-child(1) {
  color:#e1814f;
} */

.formsCategoria {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 10px;
}

#newCategoria {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nomeCategoria {
  width: 80%;
}

.atzCategoria {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 75%;
}

.atzCategoria > button {
  margin: auto 0px;
  margin-left: 10px;
}

#btnNewCategoria {
  margin: auto 0px;
  margin-left: 10px;
}

.form-floating {
  max-height: 65px;
}

.nav-pills li a:hover {
  /* background-color: ; */
}

.grid-docs {
  display:flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 200px;
}

.grid-docs > .doc {
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.grid-docs > .doc > .labelDoc {
  display: inline-block;
  width: 70%;
}

.grid-docs > .doc > .btnDownloadAnexo {
  display: inline-block;
  width: 10%;
  background-color: transparent;
  border-color: #4889a9;
  color: #4889a9;
  padding: 0 10px;
}

.grid-docs > .doc > .btnDelAnexo {
  display: inline-block;
  width: 10%;
  background-color: transparent;
  border-color: red;
  color: red;
  padding: 0 10px;
}

.gridIconesCabecalho {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 10px 10px;
}

.gridIconesCabecalho div:nth-child(1) {
  text-align: left;
  vertical-align: middle;
}

.gridIconesCabecalho div:nth-child(2) {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  /* background-color: rgb(239, 239, 239);
  border-radius: 5px; */
}

.atzCategoria {
  display: inline;
}

.delCategoria {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.delCategoria > button {
  margin: auto 0px;
}

.eBtn {
  cursor: pointer;
}

mat-hint {
  color: #989898;
  font-weight: 500;
}

.colunaCategoria {
  text-decoration: underline;
}

.corpo-paginas {
    margin-top:65px;
    /* display: grid;
    grid-template-columns: 1fr 800px 1fr; */
}

.card-customizado {
    max-width: 800px;
    margin:15px;
}

/* .card-customizado > .card-body > .cabecalho-customizado {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 100px 1fr;
    gap:5px;
} */

.card-customizado > .card-body > .cabecalho-customizado > img {
    display: grid;
    grid-row: span 2;
    margin: auto auto;
    width: 75%;
    border-radius: 50%;
}

.campos-obrigatorios {
  grid-column: 1/3;
  text-align: right;
  font-size: 0.9rem;
  font-weight: 500;
  color:#858585
}

#geralObraChart {
  max-height: 300px;
}

#investimentoEtapasObraChart {
  margin-top:20px;
  max-height: 300px;
}

.container-home-externo {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.container-usuario {
  min-height: 100vh;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.container-obra-item {
  min-height: 100vh;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.container-home-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* HOME Clinica medica */
.container-home {
  min-height: calc(100vh - 60px);
  display:flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  /* height: 100vh; */
  /* background: linear-gradient(rgba(201,201,201,0.9), rgba(201,201,201,0.9)),
              url(/assets/img/fundos/fundo\ 05.jpg); */
}

.container-home-charts {
  height: fit-content;
  width: 100%;
  display:flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

#categoriasModal input {
  border-color: #858585;
}

#categoriasModal .atzCategoria button {
  background-color: transparent;
  border-color: #e1814f;
  color: #e1814f;
  padding: 0 10px;
}

#categoriasModal .delCategoria button {
  background-color: transparent;
  border-color: red;
  color: red;
  padding: 0 10px;
}

#newCategoria button {
  background-color: transparent;
  border-color: #4889a9;
  color: #4889a9;
  padding: 0 10px;
}
  
  @media (max-width:768px) {
    .container-home {
      display: flex;
      align-items: center;
      flex-direction: column;
    }

    .container-home-charts {
      display: flex;
      align-items: center;
      flex-direction: column;
    }

    .home-bloco-esquerda {
      text-align: left;
    }

    .container-obra-item {
      min-height: fit-content;
    }
    
  }
  
  .area-logo {
    width:300px;
    height: 300px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.5);
  }
  
  .logo {
    width: 100%;
  }
  
  .home-bloco-esquerda {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .home-bloco-direita {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .container-form-login {
    display: grid;
    grid-template-areas: 
      "headerLogin headerLogin"
      "labelUser inputUser"
      "labelPassword inputPassword"
      "msgSuccess msgSuccess"
      "msgDanger msgDanger"
      "btnAccess btnAccess";
    grid-template-columns: 1fr 2fr;
    gap: 10px;
  }

  .container-form-login > div.headerLogin {
    grid-area: headerLogin;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    color: #FFF;
  }

  .container-form-login > div.labelUser {
    grid-area: labelUser;
    text-align: right;
    color: #4889a9;
    font-size: 1.3rem;
  }

  .container-form-login > div.inputUser {
    grid-area: inputUser;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-form-login > div.labelPassword {
    grid-area: labelPassword;
    text-align: right;
    color: #e1814f;
    font-size: 1.3rem;
  }

  .container-form-login > div.inputPassword {
    grid-area: inputPassword;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-form-login > div.msgSuccess {
    grid-area: msgSuccess;
    text-align: center;
    font-weight: 500;
    color: #4889a9;
  }

  .container-form-login > div.msgDanger {
    grid-area: msgDanger;
    text-align: center;
    font-weight: 700;
    color: #e1814f;
  }

  .container-form-login > div.btnAccess {
    grid-area: btnAccess;
    text-align: center;
    color: #4889a9;
  }

  .btnAccess > button {
    border: 1px solid #FFF;
    border-radius: 15px;
    padding: 5px 20px;
    background-color: #4889a9;
    color: #FFF;
  }
  
  .titulo {
    display:block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #FFF;
  }
  
  .btn-form {
    grid-column: 1 / 3;
    width: 150px;
    height: 25px;
    margin: auto auto;
  }

  .nBtn, .btnCategorias {
    background-color: #4889a9;
    border: 1px solid #4889a9;
  }

  .relatorioProjetoModal, .relatorioExecucaoModal, .relatorioBurocraciaModal, .relatorioExtrasModal {
    background-color: #4889a9;
    border: 1px solid #4889a9;
  }
  
  button > mat-icon {
    width: fit-content;
    height: fit-content;
    font-size: 2.75rem;
  }
  
  .mensagem-validacao {
    grid-column: 1/3;
    text-align:center;
  }
/* HOME Clinica medica */

.titulo-tela-componente {
  margin-top: 5px;
  width: 100%;
  display:inline-block;
  text-align:center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFF;
}

.areaClicavel {
  cursor:pointer;
}

body {
  /* display:flex;
  justify-content: center;
  align-items: center; */
  width: 100vw;
  background: linear-gradient(rgba(201,201,201,0.9), rgba(201,201,201,0.9)),
              url(./assets/img/fundos/fundo\ 05.jpg);
  background-size: 400px;
  background-repeat: repeat;
}

.modal {}

#modalFormProjeto .form-floating {
  margin-bottom: 10px;
}

#modalRelatorioProjeto .form-floating {
  margin-bottom: 10px;
}

#modalFormExecucao .form-floating {
  margin-bottom: 10px;
}

#modalRelatorioExecucao .form-floating {
  margin-bottom: 10px;
}

#modalFormBurocracia .form-floating {
  margin-bottom: 10px;
}

#modalRelatorioBurocracia .form-floating {
  margin-bottom: 10px;
}

#modalFormExtras .form-floating {
  margin-bottom: 10px;
}

#modalRelatorioExtras .form-floating {
  margin-bottom: 10px;
}

.content {
  flex-grow: 1;
  padding: 0;
  margin: 0;
}

.gridRodapePag {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px 0;
}

.rodapePag {
  display: inline-block;
  text-align: center;
}

.valorRodape {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0;
}

.grid-formulario {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  margin:10px;
}

.container-grid {
  display:grid;
  grid-template-columns: 1fr 1fr;
  height: 600px;
}

@media screen and (max-width:768px) {
  .container-grid {
    display:grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.container-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container-grid > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabela-paginacao {
  background-color: rgba(255,255,255,0.25);
  border-radius: 20px;
  width: fit-content;
  padding:10px;
  margin:10px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.invalido {
  color:rgb(255, 0, 0);
}

.paginacao {
  width:250px;
  margin-top:10px;
  display: flex;
  justify-content: space-around;
}

.cpf-consultas {
  align-self: flex-end;
}

.dropdown-menu {
  position: fixed !important;
}

.menuLateralFixed {
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  left: 0;
}

.menuLateralFixed > a {
  padding-left: 8px;
}

#menuLateral {
  min-width: 66px;
}

table {
  border-collapse: collapse;
  margin:0px;
}

td, th {
  border: 1px solid #FFF;
  text-align: center;
  padding: 5px;
}

th {
  color: #4889a9;
}

tr:first-child th {
  border-top:none;
}

tr:last-child td {
  border-bottom:none;
}

th:first-child, td:first-child {
  border-left:none;
}

th:last-child, td:last-child {
  border-right:none;
}

.modal-crud {
  display:grid;
  border: 2px solid #FFF;
  grid-template-rows: 50px 1fr;
  background: linear-gradient(rgba(201,201,201,0.9), rgba(201,201,201,0.9)),
              url(./assets/img/fundos/fundo\ 05.jpg);
}

.modal-crud > h1 {
  margin: 10px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.modal-crud button {
  text-align:center;
  margin: 0 5px;
  color:#FFF;
  box-shadow: 0px 0px 2px 1px;
}

.modal-btns {
  grid-column: 1/4;
  text-align: center;
  width: 100%;
}

.modal-confirm {
  display:block;
  border: 2px solid #FFF;
  padding: 0 20px;
  background: linear-gradient(rgba(175, 175, 175, 0.9), rgba(175,175,175,0.9)),
              url(./assets/img/fundos/fundo\ 05.jpg);
}

.modal-confirm h1 {
  margin: 10px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.modal-titulo {
  text-align: center;
  margin: 10px 0;
  white-space: nowrap;
  vertical-align: middle;
  height: fit-content;
}

.modal-titulo > h1 {
  display: inline-block;
  margin: 0 10px;
  width: fit-content;
  height: fit-content;
  vertical-align: middle;
  white-space: nowrap;
}

.modal-titulo > .material-symbols-outlined {
  display: inline-block;
  height: fit-content;
  width: fit-content;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 600;
}

.menu-filtros-relatorios {
  display:flex;
  justify-content: flex-start; 
  align-items: center;
}

.menu-filtros-relatorios > button {
  margin:10px;
}

.menu-filtros-relatorios > table {
  display:inline-block;
}
