/*
    Document   : principal04
    Author     : HaSC
    Description:
        Estilos aplicados aos elementos comuns das páginas
*/

img {
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
}

.radio {
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border: none;
    border-color: transparent;
}
.titulo1 {
    font-size: 20px;
}
.titulo2 {
    font-size: 14px;
}
.titulo3 {
    font-size: 10px;
    font-weight: bold;
}
hr { color: #C4C769; }
.botao_fundo {
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
    BORDER-SPACING: 0pt;
    PADDING: 1px;
}
td0
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: left;
}

.td1
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: center;
}

.disabled { background-color: gainsboro; text-align: left; }
input { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 5px 12px 5px 12px; border: 1px solid #c0c0c0; color: rgb(85, 85, 85); }
#acid_grade input { border: none; }
#acid_grade input:focus { outline: 0; }
#acid_grade select { border: none; }
#acid_grade select:focus { outline: 0; }
.iNum { text-align: right; }
textarea { text-align: left; border: 1px solid #c0c0c0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 6px 12px 6px 12px; color: rgb(85,85,85); }

select { text-align: left; border: 1px solid #c0c0c0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 5px 12px 5px 12px; }
.titulo { font-size: 18px; text-align: left; color: #404040; }
.sub-titulo { font-size: 16px; text-align: left; color: #404040; }
.mensagem { font-size: 14px; text-align: left; color: red; }
.fundo_alerta { font-size: 14px; COLOR: #000000; background-color: yellow; text-align: left; }
.fundo_cabecalho1 { font-size: 14px; text-align: left; border-bottom: 1px solid #c0c0c0; }
.fundo_critico { font-size: 10px; color: #FFFFFF; background-color: #FF0000; text-align: left; }

.fundo_cabecalho
{
    FONT-SIZE: 14px;
    BORDER-BOTTOM: 3px solid teal;
    COLOR: teal;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: left;
}

.fundo_rodape
{
    FONT-SIZE: 14px;
    BORDER-TOP: 3px solid teal;
    COLOR: teal;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: right;
}

.fundo_menu_complemento
{
    FONT-SIZE: 10px;
    COLOR: white;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: right;
    margin-bottom: 2px;
    margin-top: 2px;
}

.fundo_lista_lateral
{
    vertical-align: top;
}

a:link, a:visited, a:active
{
    text-decoration: none; color: black;
}

.bordaE
{
    BORDER-LEFT: 1px solid #c0c0c0;
}

.tabadv1
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Tahoma, Arial;
    TEXT-ALIGN: left;
    background-color: #FFFFFF;
    BORDER-BOTTOM: 1px solid #C0C0C0;
    BORDER-LEFT: 0px;
    BORDER-RIGHT: 0px;
}

a:hover
{
    text-decoration: underline; color: blue;
}
.mudalink A:link { TEXT-DECORATION: none; color: white }
.mudalink A:visited {  TEXT-DECORATION: none; color: white }
.mudalink A:hover { TEXT-DECORATION: none; color: black }
.mudalink A:active { TEXT-DECORATION: none; color: white }

.escondida {
    visibility: hidden;
}
.aparecida {
    visibility: visible;
    position: absolute;
    top: 200px;
    left: 300px;
}
.acid_form td { padding: 0px 0px 3px 0px; }
#acid_grade { background-color: #e0e0e0; border-spacing: 0px; border-collapse: collapse; border: solid 1px #e0e0e0; }
#acid_grade * { box-sizing: unset; }
#acid_grade th {
    background-color: #c0c0c0;
    color: #fafafa;
    padding: 3px;
    height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: normal;
}
#acid_grade td {
    padding: 5px;
    color: #606060;
    background-color: #fafafa;
    border: solid 1px #c0c0c0;
}
#acid_grade td .tdag {
    background-color: #b0b0b0;
    text-transform: uppercase;
}
#acid_grade .s_acid_leitura, #acid_grade .s_acid_leitura_r {
    color: #707070;
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    border: 0px;
    white-space: nowrap;
}
/* ACID v2 */
#acid2_form {
    background-color: #c0c0c0;
    width: 100%;
    display: inline-block;
    padding: 10px;
}
.acid2_cel {
    text-align: left;
    background-color: #c0c0c0;
    display:inline-block;
    float: left;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding-right: 10px;
}
.acid2_cel #tit {
    padding: 3px;
    color: #606060;
}
.acid2_cel #cmp {
    padding: 3px;
    padding-left: 10px;
    white-space: nowrap;
}
.acid2_cel #cmp #alt {
    height: 25px;
}
#acid2_int {
    width: 100%;
    clear: both;
    color: #606060;
}
#acid_fl {
    margin-left: 10px;
    margin-right: 10px;
    border-left: solid 1px #d0d0d0;
    width: 1px;
    height: 20px;
    display:inline;
}
#acid_fle {
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
    height: 20px;
    display:inline;
}
/* ACID v3 */
.acid3_tdborda {
    background: none;
    display: none;
    font-size: 10px;
    border-top: 0px;
}
.acid3_tdbordab {
    background: none;
    display: block;
    border-top: 0px;
    font-size: 10px;
}
#acid3_form {
    width: 100%;
    display: inline-block;
}
.acid3_cel { text-align: left; display:inline-block; padding-right: 10px; vertical-align: top; }
.acid3_cel #tit {
    padding-top: 3px;
    color: #606060;
    font-weight: bold;
}
.acid3_cel #tit .obr {
    color: red;
}
.acid3_cel #cmp { white-space: nowrap; padding-bottom: 7px; padding-top: 3px; position: relative; }
.acid3_cel #cmp #alt {
    height: 25px;
}
.acid3_cel .acid_I { display: inline-block; width: 10px; height: 10px; background-image: url('../imagens/ico_10x10BR.png'); margin-left: 5px; }
.acid3_cel .acid_I.selecionado { background-image: url('../imagens/ico_10x10VD.png'); }
.acid3_cel .acid_E { position: absolute; top: 100%; width: 100%; z-index: 1; left: 20px; padding: 5px; background-color: #909090; display: none; }
.acid3_cel .acid_E #d_pop_fechar { background-image: url('../imagens/ico_fechar-janela.gif'); width: 16px; height: 16px; cursor: pointer; position: absolute; right: -5px; top: -5px; }
.acid3_cel .acid_E table { width: 100%; border-collapse: collapse; }
.acid3_cel .acid_E table td { background-color: #e0e0e0; padding-left: 10px; padding-right: 10px; border: solid 1px #fafafa; }
.acid3_cel .acid_E table td.linha:hover { background-color: #a0a0a0; color: #fafafa; cursor: pointer; }

.acid3_int {
    width: 100%;
    clear: both;
    color: #606060;
}
#acid3_int {
    width: 100%;
    clear: both;
    color: #606060;
}
/* ACID v4 */
#acid4 { list-style: none; margin: 0px; padding: 0px; width: 100%; display: inline-block; }
#acid4 li {
    float: left;
    padding: 10px 0px 0px 10px;
    display: inline-block;
}
#acid4 label {
    display: inline-block;
    color: #404040;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
}
#acid4 li .caixa {
    width: 350px;
    border: solid 1px #a0a0a0;
    padding: 2px;
    background-color: #e0e0e0;
    color: #404040;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 12px 6px 12px;
}
#acid4 li .secao {
    background: none;
    border: 0px;
    border-bottom: solid 2px rgb(223, 223, 223);
    padding-left: 4px;
    font-size: 22px;
    color: #a1acbd;
    width: 100%;
    overflow: hidden;
}
#acid4 li th { padding: 2px; height: 30px; color: #fafafa; white-space: nowrap; border-bottom: solid 1px #a0a0a0; border-top: solid 1px #a0a0a0; background-color: #c0c0c0; }
#acid4 li td { padding: 2px 5px 2px 5px; border-bottom: solid 1px #c0c0c0; padding: 2px; background-color: #f0f0f0; color: #404040; }
#acid4 .botao { background-color: greenyellow; color: #303030; font-size: 12px; padding: 10px 20px 10px 20px; }
#acid4 .botao:hover { background-color: green; color: #fafafa; cursor: pointer; }
/* ACID Geral */
.acid_botao { cursor: hand; cursor: pointer; float: left; border: solid 1px #c0c0c0; border-radius: 25px; width: 200px; padding: 5px; margin-left: 5px; position: relative; }
.acid_botao:hover { background-color: #a0a0a0; }
.acid_botao img { display: inline-block; vertical-align: middle; margin-right: 5px; }
.acid_botao div { vertical-align: middle; display: inline-block; }
/* OUTROS */
.list_comando {
    background-image: url('../imagens/botao_82x28_verde.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.list_comandoD {
    background-image: url('../imagens/botao_82x28_amarelo.png');
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.list_spanTexto {
    display: block;
    width: 100%;
    cursor: pointer;
    cursor: hand;
    color: #fafafa;
}
.list_spanTextoD {
    display: block;
    width: 100%;
    cursor: pointer;
    cursor: hand;
    color: #404040;
}