@charset "UTF-8";

body {
    margin: auto;
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: white;
    margin-left: 10px;
}
h2{
    color: #1979ac;
    text-align: center;
}
div#corpo-form{
    width: 420px;
    margin: 100px auto 0px auto;
}
table#consulta {
    font-size: 11px;
    background-color: white;
}
#button {
    text-align: center;
    cursor: pointer;
    position: relative;
}
button:hover, #submit:hover {
    cursor: pointer;
}
img {
    max-height: 40%;
}
table {
    font-size: 12px;
}
fieldset{
    border-radius: 5px;
    border: 1px solid #1979ac;
}
input[type=text], input[type=password], input[type=date], input[type=submit], select, textarea {
    display: block;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #1979ac;
    font-size: 10pt;
    padding: 5px 10px;
    color: #000000;
    outline: none;
}
select {
    height: 25px;
    width: 120px;
}
input[type=submit] {
    display: inline;
    color: white;
    background-color: #1979ac;
    cursor: pointer;
}
input[type=number] {
    height: 25px;
    width: 50px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #1979ac;
}
input[type=date] {
    height: 15px;
    width: 130px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #1979ac;
}
input[type=button], input[type=reset] {
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #1979ac;
    font-size: 10pt;
    padding: 5px 10px;
    color: white;
    height: 25px;
    width: 70px;
    background-color: #1979ac;
    cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover{
    background-color: #8ec6e9;
    border: 1px solid #8ec6e9;
}

textarea {
    font-size: 13px;
}
.icone{
    -webkit-filter:grayscale(0%);
}
.icone:hover{
    -webkit-filter:grayscale(100%);
}


::-webkit-input-placeholder {
    color: #a0acb8;
}
::-moz-placeholder {
    color: #a0acb8;
}
::-moz-placeholder {
    color: #a0acb8;
}
::-ms-input-placeholder {
    color: #a0acb8;
}
