@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700');

.fonte {
    font-family: 'Josefin Sans', sans-serif;
    
 }

#video {
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    width:320px;
    height:240px;
}
  
#photo {
    border: 1px solid black;
    box-shadow: 2px 2px 3px black;
    width:320px;
    height:240px;
}
  
#canvas {
    display:none;
}
  
.camera {
    width: 340px;
    display:inline-block;
}
  
.output {
    width: 340px;
    display:inline-block;
}
  
#startbutton {
    display:block;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    bottom:32px;
    background-color: rgba(0, 150, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    color: rgba(255, 255, 255, 1.0);
}

#capturephoto {
    display:block;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    bottom:50px;
    background-color: rgba(0, 150, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    color: rgba(255, 255, 255, 1.0);
}
  
.contentarea {
    font-size: 16px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    width: 760px;
}

/* index */

.topo {
    text-align: center;
    margin-bottom: 5%;
}

#lista-card {
    justify-content: space-evenly;
}

.card-estilo {
    max-width: 18rem; 
    box-shadow: 0 0 10px black; 
    margin: auto;
}

.card-estilo h5 {
    font-size: 1.2rem;
    font-weight: 900;
}

.card-estilo p {
    font-size: .9rem;
}

/* Botões */

.btn-geral {
    font-weight: 600;    
}

.btn-voltar {
    align-items: center;
    box-shadow: 0 0 10px black;

}

.btn-salvar {
    align-items: center;
    box-shadow: 0 0 10px black;

}

.btn-excluir {
    align-items: center;
    box-shadow: 0 0 10px black;

}

.btn-imprimir {

    align-items: center;
    box-shadow: 0 0 10px black;
    margin: 2%;
}

.btn-cadastro {

    align-items: center;
    box-shadow: 0 0 10px black;
}

/* protocolo */

#topo-img {

    justify-content: flex-end; 
    margin-top: 10px; 
    margin-left: 10px; 
    margin-right: 5%; 
    margin-bottom: 10px;

}

#protocolo {

    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20pt;
    margin-top: 100px;
}

.protocolo-topo {

    display: flex; 
    justify-content: space-between;

}

.protocolo-topo img {
    width: 60%;
}

/* NAVBAR */

.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
  }

  /* Botões gerais */

  .button-options {
    border-radius: 12px;
    font-size: 18px;
    background-color: white;
    color: black;
    border: 2px solid #4e5255;

}

.button-options:hover {
    background-color: #4e5255;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button-options-c {
    border-radius: 12px;
    font-size: 18px;
    background-color: white;
    color: black;
    border: 2px solid #f70606;

}

.button-options-c:hover {
    background-color: #f70606;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button-options-s {
    border-radius: 12px;
    font-size: 18px;
    background-color: white;
    color: black;
    border: 2px solid green;

}

.button-options-s:hover {
    background-color: green;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.shadow-hover:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.24), 0 8px 12px 0 rgba(0,0,0,0.19);
}

/* Cabecalho da prefeitura */

.cabecalho {
    width: 100%;
    margin-top: 10px;
}

.cabecalho h4 {
    font-size: 1.7vw;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    
}

/* Tabelas */

.tabela {
    border-radius: 10px;
}

.tabela a {
    color: inherit;
    text-decoration: none;
}

.tabela a:hover {
    color: rgb(235, 133, 25);
}