﻿* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

.geral {
    font-family: Verdana;
    height: calc(100% - 2px);
    width: 100%;    
    margin: 0;
}

.cabecalho {
    background-color: #F7F5F5;
    height:auto;
}

.labelBoasVindas {
    position: fixed !important;
    font-size: small;
    top: 21px;
    right: 35px;
    text-align: left;
}

.corpo {
    width: 100%;
    height: calc(100% - 190px);
    align-items: center;
    overflow: auto;
}

.h2 {
    font-family: Arial;
    font-style: italic;
    color: #808080;
}

.lista {
    border-style: none;
    background-color: #FFFBB8;
    border-collapse: collapse;
}

.botaoAprovar {
    background-color: Green;
    border-style: none;
    height: 30px;
    font-family: Verdana;
    color: White;
    font-weight: bold;
}

.botaoReprovar {
    background-color: Red;
    border-style: none;
    height: 30px;
    font-family: Verdana;
    color: White;
    font-weight: bold;
}

.rodape {
    position: absolute;
    bottom: 0;
    height: 24px;
    text-align: center;
    width: 100%;
    font-size: 11px;
    color: #808080;
    background-color: white;
}

.error {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 15px 0 15px 0;
    color: Red;
    font-family: Trebuchet MS;
}

.txtUsuario {
    background-image: url(../../imagens/16m.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #FFFFFF;
    width: 200px;
    font: normal 12px Arial;
    padding: 3px 5px 3px 19px;
}

.txtUsuario:focus, .txtUsuario:hover {
    background-color: #F0FFE6;
}

.txtSenha {
    background-image: url(../../Imagens/16s.png);
    background-repeat: no-repeat;
    background-position: left;
    background-color: #FFFFFF;
    width: 200px;
    font: normal 12px Arial;
    padding: 3px 5px 3px 19px;
}

.txtSenha:focus, .txtSenha:hover {
    background-color: #F0FFE6;
}

.formulario {
    padding: 20px, 20px, 20px, 20px;
    background-color: Aqua;
}

.txtBox {
    border: 3px double #CCCCCC;
    width: 230px;
    vertical-align: bottom;
}

.txtApo {
    background-color: #FFFFFF;
    border: 1px solid #AFCF40;
    font-family: tahoma, arial, verdana;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    color: #232323;
    font-weight: normal;
    /* text-transform:uppercase;
	height:22px;
	padding:5px 0 0 5px; */
}

.txtApo-hover {
    background-color: #E8FFB7;
    border: 1px solid #618C04;
    font-family: tahoma, arial, verdana;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    color: #232323;
    /* font-weight: normal ;
	height:22px;
	padding:5px 0 0 5px; */
}

.mascaraData {
}

.mascaraCPF {
}

.mascaraCNPJ {
}

.MsgTestes {
    position: absolute;
    top: 140px;
    left: 5px;
    color: InactiveCaptionText;
    font-size: 11px;
}

.botao {
    border-left-style: none;
    background-color: Fuchsia;
    width: 200px;
    height: 50px;
    margin: 10px, 10px, 10px, 10px;
}

h5 {
    margin-bottom: 3px;
    margin-top: 3px;
    color: #3131B5;
    font-family: MS Gothic;
}
