
.botao {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.botaopreto {
  background-color: #292929;
  color: white;
  border: 2px solid #292929;
}

.botaopreto:hover {
  background-color: white;
  color: #292929;
}
body {
  margin: 0;
}
.header {
  background-color: #9dd0e1;
  
  padding: 14px;
  text-align: center;
}
.conteudo{
  padding: 14px;
  text-align: center;
}
.textoesquerda{
  text-align: left;
}
a {
  text-decoration: none;
  color: inherit;
}
input[type="date"]::-webkit-clear-button {
    display: none;
}

input[type="date"]::-webkit-inner-spin-button { 
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}

input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: #95a5a6;
    font-family: "Helvetica", arial, sans-serif;
    font-size: 12px;
    border:1px solid #ecf0f1;
    background:#ecf0f1;
    padding:5px;
    display: inline-block !important;
    visibility: visible !important;
    margin: 3px;
}

input[type="date"], focus {
    color: #95a5a6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;    
  background-color: #f1f1f1;
  padding: 20px 0px;
  text-align: center;
}
