﻿/*Paramentros Gerais*/
*{margin:0; padding:0;}
body{"Trebuchet MS", Verdana, Arial, Tahoma;  color:#000; width:100%; position:relative; height:auto; float:inherit;}
p, h1, h2  {margin-left:12px; margin-top:20px; margin-bottom:20px;font-size:22px;}
h3 {margin-left:12px; margin-top:20px; margin-bottom:20px; font-size:14px; color:#000;}
p{margin-bottom:10px;margin-right:8px; text-align:justify;font-size:18px;}
dl,dt,dd {margin-left:10px;}
dl{width:590px;}
dt{clear:both; float:left; width:100px;}
dd{float:left; width:400px;}
#site{margin:0px auto;min-height:800px; min-width:940px; padding:0 0 0 0;} 
#resposta {position:absolute; z-index:999999; top:0px; right:30px; width:320px; height:60px; color:#000; font-size:100%; padding:8 35 5 5; background:url(../imagens/aviso_sistema.png) no-repeat}

#conteudo{height:auto; margin-right:0px; min-height:300px; min-width:940px;}
#conteudo_aux{height:auto;float:left; position:relative; min-height:50px; min-width:940px; max-width:1200px; width:auto; background-color:#CCC; border: 1px solid; border-color:#999; text-align:left;}
#conteudo .cont-conteudo{display:flex; gap:10px; width:100%;background-color:#FFF; height:auto; margin-top:0px; padding:20 20 20 20; text-align:left;}
.site_divs {max-width:1200px;min-width:940px;background-color:#F5F5F5;flex: 1; text-align:left;}


#rodape{width:auto; height:50px; text-align:center; padding:10px; clear: both; background:#FFF}
#rodape a{color:#54A4FC;}
#rodape a:hover{text-decoration: none;}
#menu_lateral_direito{
	float:left;
}
#menu_lateral_direito span.bdr-topo, #menu_lateral_direito span.bdr-base{display:block;	height:25px;}
#menu_lateral_direito span.bdr-topo{background:url(../imagens/menu/bdr_topo.gif) no-repeat center top;}
#menu_lateral_direito span.bdr-base{background:url(../imagens/menu/bdr_base.gif) no-repeat center bottom;}
#menu_lateral_direito .cont-menu_lateral_direito{
	background:url(../imagens/menu/bdr_centro.gif) repeat-y center center;	
	font:Verdana, Geneva, sans-serif;
	color:#333;
	padding:3 0 3 0 ;
}

/*Paramentros de formulários*/
form{width:auto; margin:0 auto;}
form fieldset{border:0; padding:0 15px 10px;}
form fieldset legend{ padding:0 0px;}
form label{ font-size:15px; color:#000; padding:0 0px;}

form fieldset span{display:block; color:#006; font-size:15px; text-align:justify;}
form fieldset input{color:#333; border-top: 1px solid #333; border-bottom: 1px solid #333; border-left: 1px solid #333; border-right: 1px solid #333; height:30px;  }
form fieldset textarea{color:#333; border-top: 1px solid #333; border-bottom: 1px solid #333; border-left: 1px solid #333; border-right: 1px solid #333;}
form fieldset select {
    height: 32px;
    padding: 0 35px 0 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    appearance: none;
    background: #fff;
    background-image: linear-gradient(to right, #fff 0%, #fff 70%, transparent 70%, transparent 100%);
}

/* Wrapper para permitir a seta */
.select-box {
    position: relative;
    display: inline-block;
}

/* Seta */
.select-box::after {
    content: "\25BC";   /* ← aqui está a seta */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #225BA6;
    pointer-events: none;
    z-index: 999;
}
.select-box {
    position: relative;
}


table{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:15px;color:#000;}
td {padding:5 5 5 5;}
tr {background-color: #FFF; height:30px;}
.TabelaSelecao{background-color:#FFD;}
.TabelaSelecaoSelecionado{background-color:#E1E1E1; cursor:hand;}

.TituloMenu{font-size:19px; color:#F30; padding:5 5px;}
.Textos {
	font-family:Calibri, Verdana, sans-serif;
	font-size:16px;
	color:#000;
	line-height:35px;
	text-decoration:none;
	text-align:none;

}
.TextoAlerta {
	font-size:16px;
	color:#009;
	font-weight:bold;
	text-decoration:none;
	text-align:none;

}
.TextoBranco {
	font-size:16px;
	color:#FFF;
	text-align:right;
	word-spacing: 3px;
	line-height: 24px;
}
.TextoPreto {

	font-size:16px;
	color:#333;
	text-align:left;
	word-spacing: 4px;
	line-height: 25px;
}
.hint {
    display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}
/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}
input[type='radio'] {
-webkit-box-shadow: inset 0 1px 2px white, 0 1px 2px rgba(0, 0, 0, .2);
-webkit-appearance: none;
-webkit-margin-start: 0;
-webkit-margin-end: 3px;
-webkit-transition: border 500ms;
background: -webkit-linear-gradient(#fafafa, #dcdcdc);
border-radius: 100%;
border: 1px solid #a0a0a0;
display: inline-block;
height: 15px;
margin-bottom: 0;
position: relative;
top: 3px;
vertical-align: baseline;
width: 15px;
}
input[type='radio']:disabled {
opacity: .75;
}
input[type='radio']:not(:disabled):not(:active):hover {
background: -webkit-linear-gradient(#fff, #e6e6e6);
text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
input[type='radio']:not(:disabled):active {
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
background: -webkit-linear-gradient(#f0f0f0, #bebebe);
border: 1px solid #808080;
text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
input[type='radio']:checked::before {
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
-webkit-margin-start: 4px;
background: #808080;
border-radius: 10px;
content: '';
display: inline-block;
font-size: 15px;
font-weight: 400;
height: 5px;
left: 0;
margin-top: 4px;
opacity: 1;
position: absolute;
top: 0;
vertical-align: top;
width: 5px;
}
html[dir='rtl'] input[type='radio']:checked::before {
right: 0;
}
input[type='radio']:active:checked::before {
background: #606060;
}