.topBtn {
    text-align: center;
    font-family: arial, verdana, tahoma;
    font-size: 11px;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: transparent;
    width: 32px;
    height: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.topBtn:hover {
    background: threedhighlight;
    color: #000;
    border: 2px solid #94a0b4;
    cursor: pointer;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

h3::first-letter {
    font-size: 16px;
}

label {
    font-size: 12px;
    color: #990000;
    font-weight: bold;
    padding: 1px 1px;
}

span {
    font-size: 12px;
    color: #990000;
    /*font-weight: bold;*/
    padding: 1px 1px;
}

input {
    background-color: transparent;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: 1px solid #ccc;
    color: #990000;
    font-weight: bold;
    padding: 1px 1px;
}

input[type="text"]  {
    text-align: left;
}

#ContentPlaceHolder1_txtValor,
#ContentPlaceHolder1_txtParcelas {
    text-align: right;
}

input[type="date"] {
    font-family: sans-serif;
    font-size: 10px;
    color: #990000;
}

textarea {
    background-color: transparent;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: #990000;
    border-radius: 5px 5px 5px 5px;
    color: #990000;
    font-weight: bold;
    padding: 5px 5px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border-width: 2px;
    border-color: #990000;
}

select {
    background-color: transparent;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: 1px solid #ccc;
    color: #990000;
    font-weight: bold;
    padding: 2px 2px;
}

input[type="submit"] {
    font-size: 12px;
    padding: 5px 7px;
    display: inline-block;
    gap: 20px;
    color: #990000;
    font-weight: bold;
    text-decoration: unset;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
}
input[type="submit"]:hover,
input[type="submit"] :active {
    color: yellow;
    background-color: #990000;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
input[type="submit"]::first-letter {
    font-size: 14px;
}

input[type="image"] {
    background-color: transparent;
    height: 18px;
    width: 18px;
    border-width: 0px;
    border-radius: 5px 5px 5px 5px;
}
/*input[type="image"]:hover {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    background-color: gray;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 6
};*/

/*input[type="radio"] {
    background-color: #ffffcc;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #990000;
    color: #990000;
}*/

input[type="number"] {
    text-align: right;
}
