/*
	The MIT License

	Copyright (c) 2025 Prefeitura do Município de Olinda

	Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

	The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

	THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

	This project includes code from:

	* **qrcode.min.js:** Copyright (c) 2020 datalog.
	Licensed under MIT License.
	Link: https://github.com/datalog/qrcode-svg
	*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Nunito', sans-serif;
  color: #0f303f;
  margin: 0 0 100px; /* bottom = footer height */
}

form, #aviso {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

h1 {
  margin: 0 0 30px 0;
  text-align: center;
}

img {
  margin: 0 0 30px 0;
  text-align: center;
  width: 100%;
  height: auto;
}

input[type="text"], select, input[type="password"], input[type="date"], input[type='email'] {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #073d6b;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 15px;
  text-align: center;
}

input:focus {
  outline: 2px solid #eaca0c;
}

select {
  padding: 6px;
  /*height: 32px;*/
  border-radius: 2px;
}

textarea {
  width: 100%;
  padding: 6px;
  border: 1px solid #073d6b;
  border-radius: 2px;
  background: rgba(255,255,255,0.1);
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  background-color: #ffffff;
  color: #073d6b;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 15px;
  text-align: center;
  resize: none;
}

button {
  padding: 19px 39px 18px 39px;
  color: #FFFFFF;
  background-color: #eaca0c;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #bc9e0a;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}

fieldset {
  border: none !important;
  padding-bottom: 0;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

.resposta {
  margin-top: 0px;
  text-align: center;
}

#aviso {
  font-size: 0.8em;
}

#footer {
  background-color: #f4f7f8;
  padding: 0.4em 0 0 0;
  color: #90949c;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#footer input, #footer select, #footer textarea {
  color: #999999;
}

#footer a {
  color: inherit;
  border-bottom-color: #c6c6c6;
}

#footer a:hover {
  color: #4696e5;
}

#footer strong, #footer b {
  color: #828282;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #828282;
}

#footer blockquote {
  border-left-color: #d6d6d6;
}

#footer code {
  background: rgba(144, 144, 144, 0.075);
  border-color: #d6d6d6;
}

#footer hr {
  border-bottom-color: #d6d6d6;
}

#footer a {
  color: inherit;
}

#footer .creditos {
  font-size: 0.8em;
}

table {
  border-collapse: collapse;
  width: 70%;
}

.tabelaSol {
  width: 100%;
}

.th1 {
  background-color: #1a40a5;
  color: #ffffff;
}

tr:nth-child(even){
	background-color: #f2f2f2;
}

th {
    background-color: grey; /*#4682b4*/
    color: black;
}
tr:hover{
	background-color: #A9A9A9; /*yelow*/
}

#frm_listar {
	margin: 0px;
	padding: 0px;
}

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

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}
/*Novo 22/04/2018*/

/*Novo 20/08/2018*/
#msg-espere{
    background-color: yellow;
    width: 100px;
    height: 50px;
    margin: auto;
    padding: 10px;
    border: 1px solid #ccc;
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 8px 8px 10px grey;
    display: none;
}
/*Novo 20/08/2018*/

@media screen and (min-width: 480px) {
	form {
		max-width: 480px;
	}
}