.nav-bar {
  /* position: sticky; */
  top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  opacity: 70%;

  padding: 3em 0;
  height: 100%;
  width: 100%;
}

.nav-bar * {
  color: black;
  text-decoration: none;
}

.nav-bar *:hover {
  opacity: 70%;
}

.nav-bar *:active {
  color: #0f7aa8;
  border-color: #0f7aa8;
  text-shadow: 0 0 0.6em #0f7aa8aa;
}

.nav-bar .active {
  color: #00a295;
}

.home-template-container {
  width: 100%;
}

.entity-forms {
  width: 75vw;
  padding: none;
  margin: none;
}

#folhas-table  {
  width: 100%;
  border-collapse: collapse;
}

th {
  text-transform: uppercase;
}

td, th {
  font-size: 0.9em;
  opacity: 60%;
  text-align: center;
  border-bottom: .01em solid #0005;
  padding: 0.3em;
}

.home-template {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60%;
}

@media screen and (max-width: 600px) {
  .home-template-container {
    height: 100vh;
  }

  .home-template,
  .nav-bar {
    width: 100%;
  }

  .nav-bar * {
    margin: 0 0.1em;
    padding-top: 5em;
  }
}

.login-page-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;

}

.login-page-txt {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  text-decoration: none;
  padding-right: 5px;
}

.login-page-txt2 {
  font-size: 14px;
  color: #009db1;
  line-height: 1.5;
  text-decoration: none;
  background-color: #eaeaea;
  border: none;
  cursor: pointer;
}

.pontos-page-submit-ponto {
  background: linear-gradient(90deg, #0f7aa8 0%, #00a295 100%);
  color: white;
  font-weight: bold;
  height: 2.9em;
  margin: 0.5em;
  padding: 0.1em 1em;
  border-radius: 0.3em;
  border: none;
}

.pontos-page-all {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  align-content: center;
}

.pontos-page-ponto {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pontos-page-register-pontos {
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: space-between;

  padding: 0em 1em;

  border-radius: 0.3em;
  border: 0.001em solid gray;
  margin-bottom: 1em;
  margin-top: 1em;
}

summary {
  display: flex;
  border-radius: 0.3em;
  background: #eaeaea;
  background: radial-gradient(90deg, #0f7aa8 0%, #00a295 100%);
  color: #000000;
  border: 0.001em solid gray;
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
  box-sizing: border-box;
  height: 40px;
  width: 8em;
}

summary:before {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
  padding: 0;
  text-align: center;
}


details[open] summary:before {
  content: "-";
}

summary::-webkit-details-marker {
  display: none;
}

.pontos-page-container-pontos details {
  width: 100%;
  max-width: 360px;
  display: flex;
  margin-left: 13.2em;
}

.pontos-page-apagar-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pontos-page-total-hours {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  margin-top: 2em;
}

.projeto-details {
  padding-left: 0.5em;
  opacity: 50%;
}

.menu-accordion {
  cursor: pointer;
}

.menu-accordion h3 {
  opacity: 85%;
}

.menu-accordion h3:hover {
  opacity: 70%;
}

.menu-options {
  margin-top: 10px;
  opacity: 80%;
}

.menu-options p::before {
  content: "↳ ";
}

.menu-options .info {
  visibility: visible;
}

.insertion-menu {
  display: flex;
  padding: 1em 0.5em;
  flex-direction: column;

  min-width: 20em;

  border: 0.001em solid gray;
  border-radius: 0.3em;

  background-color: #eaeaea;

  text-align: center;
  box-shadow: 0 0 0.6em #2e2e2eaa;
}

.insertion-menu h1 {
  padding: 0.1em 1em;
}

.usuario-tale {
  margin: 1.5em 0em;
  border: 0.01em solid gray;
  padding: 1em;
  padding-top: 0em;
  border-radius: 0.3em;
  text-align: center;
}

.usuario-tale p {
  opacity: 50%;
  margin: 0.4em;
}

.usuario-tale:active {
  color: #0f7aa8;
  border-color: #0f7aa8;
  box-shadow: 0 0 0.6em #0f7aa8aa;
}

.usuario-tale .usuario-tale-role {
  margin-bottom: 1em;
}

.usuario-tale:hover {
  opacity: 70%;
}

.text-input {
  height: 2.5em;

  /* margin: 0.5em; */
  /* padding: 0.1em 1em; */

  width: 75vw;

  margin: none;

  border: 0.001em solid gray;
  border-radius: 0.3em;
  background-color: #eaeaea;
}

.text-input:focus {
  outline: 0.001em solid #0262A6;
}

.forms-body {
  width: 75vw;
}

.submit-button {
  display: inline-block;
  padding: 0.35em 1.2em;
  text-align: center;
  background: linear-gradient(90deg, #0f7aa8 0%, #00a295 100%);
  color: white;
  font-weight: bold;
  height: 2.5em;
  margin: 0 0.3em 0.3em 0;
  padding: 0.1em 1em;
  border-radius: 0.3em;
  border: none;
  box-sizing: border-box;
}


.submit-button:active {
  background: linear-gradient(90deg, #0f7aa8 0%, #00a295 70%);
}

select {
  height: 2.5em;
  color: rgb(99, 97, 97);

  /* margin: 0.5em; padding: 0.1em 1em; */

  border: 0.001em solid gray;
  border-radius: 0.3em;
  background-color: #eaeaea;
}

select:focus {
  outline: 0.001em solid #0262A6;
  color: black;
}

.coordenador-folha {
  display: flex;
  width: 100%;

  opacity: 90%;

  margin: 0.5em;
  padding: 1em 1em;

  border: 0.001em solid gray;
  border-radius: 0.3em;
}

.folha-de-pontos-perfil-tale {
  display: flex;
  justify-content: space-between;

  opacity: 80%;

  margin: 1.5em 0em;
  padding: 1em;

  border: 0.01em solid gray;
  border-radius: 0.3em;
}

.folha-de-pontos-perfil-tale * {
  text-align: center;
}

.folha-de-pontos-perfil-tale:active {
  color: #0f7aa8;
  border-color: #0f7aa8;
  box-shadow: 0 0 0.6em #0f7aa8aa;
}

.folha-de-pontos-perfil-tale:hover {
  opacity: 60%;
}


html {
  padding: 0;
  margin: 0;

  height: 100vh;

  box-sizing: border-box;
}

body {
  font-family: "Signika Negative", sans-serif;
  font-weight: bold;

  display: flex;
  align-items: self-start;
  justify-content: center;

  background-color: #eaeaea;

  height: 100vh;
}

div#app {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: self-start;
  justify-content: center;
}

.projeto-tale {
  margin: 1.5em 0em;
  border:  0.01em solid gray;
  padding: 1em;
  padding-top: 0em;
  border-radius: 0.3em;
}

 .projeto-tale .projeto-tale-description {
   opacity: 50%;
 }

 .projeto-tale .projeto-tale-introduction {
   display: flex;
   justify-content: space-between;
 }

.projeto-tale .projeto-tale-introduction p {
  opacity: 40%;
  padding: 0.5em;
  margin-left: 2em;
  width: 25%;
}

.projeto-tale .projeto-tale-introduction h2 {
  width: 75%;
}

 .projeto-tale:active {
   color: #0f7aa8;
   border-color: #0f7aa8; 
   box-shadow: 0 0 0.6em #0f7aa8aa;
 }

.projeto-tale:hover {
  opacity: 70%;
}

@media screen and (max-width: 800px) {
  .projeto-tale .projeto-tale-introduction p {
    display: none;
  }
}


    /***** MODAL DIALOG ****/
    #modal {
      /* Underlay covers entire screen. */
      position: fixed;
      top:0px;
      bottom: 0px;
      left:0px;
      right:0px;
      background-color:rgba(0,0,0,0.5);
      z-index:1000;

      /* Flexbox centers the .modal-content vertically and horizontally */
      display:flex;
      flex-direction:column;
      align-items:center;

      /* Animate when opening */
      animation-name: fadeIn;
      animation-duration:150ms;
      animation-timing-function: ease;
  }

  #modal > .modal-underlay {
      /* underlay takes up the entire viewport. This is only
      required if you want to click to dismiss the popup */
      position: absolute;
      z-index: -1;
      top:0px;
      bottom:0px;
      left: 0px;
      right: 0px;
  }

  #modal > .modal-content {
      /* Position visible dialog near the top of the window */
      margin-top:10vh;

      /* Sizing for visible dialog */
      width:80%;
      max-width:600px;

      /* Display properties for visible dialog*/
      border:solid 1px #999;
      border-radius:8px;
      box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
      background-color:white;
      padding:20px;

      /* Animate when opening */
      animation-name:zoomIn;
      animation-duration:150ms;
      animation-timing-function: ease;
  }

  #modal.closing {
      /* Animate when closing */
      animation-name: fadeOut;
      animation-duration:150ms;
      animation-timing-function: ease;
  }

  #modal.closing > .modal-content {
      /* Animate when closing */
      animation-name: zoomOut;
      animation-duration:150ms;
      animation-timing-function: ease;
  }

  @keyframes fadeIn {
      0% {opacity: 0;}
      100% {opacity: 1;}
  }

  @keyframes fadeOut {
      0% {opacity: 1;}
      100% {opacity: 0;}
  }

  @keyframes zoomIn {
      0% {transform: scale(0.9);}
      100% {transform: scale(1);}
  }

  @keyframes zoomOut {
      0% {transform: scale(1);}
      100% {transform: scale(0.9);}
  }
