@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,700|Ubuntu+Condensed|Raleway:400,300,700);

html, body, #wrap {height: 100%;  font-size: 10px; background-color:#fff; font-size:12px; padding:0px}
 
body > #wrap {height: auto; min-height: 100%; font-family: 'Ubuntu', sans-serif; }
 
#main {overflow:auto;
	padding-bottom: 258px;}  /* deve ter a mesma altura do rodapé */
 
#footer {position: relative;
	margin-top: -258px; /* valor negativo da altura do rodapé*/
	height: 258px;
	clear:both; } 
 
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
[if  IE 8]>
	<style type="text/css">
		#wrap {display:table;}
	</style>
[endif]

P{  FONT-SIZE: 10px;}

a            { font-family: 'Ubuntu', sans-serif; text-decoration: none; color: #096;}
a:hover      { font-family: 'Ubuntu', sans-serif;color: #900; text-decoration: underline}
a:active     { font-family: 'Ubuntu', sans-serif;color: #900; text-decoration: underline }







input[type="submit"]{
	height:37px;
	width:133px;
	cursor:pointer;
	background:url(../img/ok.png) no-repeat;
	font-weight: bold;
	color:#512E10;
	font-size: 14px;
	border:none;
}
input[type="button"]{
	height:36px;
	width:140px;
	cursor:pointer;
	background: url('../css/botaoPadrao.png');
	color:E38200f;
	font-weight: bold;
	font-size: 10px;
	border:none;
}


input[type="text"] {
	color: #060; 
	font-family: Arial ;
	font-size: 12px ;
	border: 1px #666 solid;
	padding:4px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px ;border-radius: 3px;
}

input[type="password"] {
	color: #060; 
	font-family: Arial ;
	font-size: 12px ;
	border: 1px #666 solid;
	padding:4px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px ;border-radius: 3px;
}


#div_cotacao_meio table td select {
	font-family:font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 12px ;
	border: 1px #666 solid;
	padding:4px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px ;border-radius: 3px;
	background:#06301A;
	color:#FFF;
	height:37px;
}

select {
	color: #060; 
	font-family: Arial ;
	font-size: 12px ;
	border: 1px #666 solid;
	padding:4px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px ;border-radius: 3px;
}





#menu_id {
	
	list-style-position: inside;
	list-style-type: none;
	padding:0px;
	float:left;
	left:10px;
}


#menu_id #area_agente {
	background:url(../img/cadeado.png) no-repeat left;
	font-size:14px;
	font-family:font-family: 'Ubuntu Condensed', sans-serif;
	color:#030;
	padding-left: 20px;
	padding-bottom:4px;
	border-bottom:#666 1px solid;
	margin-bottom:4px;
}

#menu_id #area_fale {
	background:url(../img/fale_conosco.png) no-repeat left;
	font-size:14px;
	font-family:font-family: 'Ubuntu Condensed', sans-serif;
	color:#030;
	padding-left:20px;
}

#menu_langs {
	position:absolute;
	width:140px;
	right:5px;
	list-style-position: inside;
	list-style-type: none;
	padding:0px;
	right:80px;
	top: 21px;
}


#menu_langs #pt-br {
	background:url(../img/pt-br.png) no-repeat left;
	padding-left: 10px;
	padding-bottom:8px;
}

#menu_langs #es {
	background:url(../img/es.png) no-repeat left;
	padding-left:10px;
	
}

#div_header_meio{
	width:1000px;
	margin:0 auto;
	
	
	}
	
	#div_header {
		margin-bottom:10px
		}
		
		
#div_cotacao_meio td {
	font-family:'Ubuntu', sans-serif; font-size:12px; font-weight:700; color:#FFF
	}

.cd-user-modal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
 
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s 0, visibility 0 0;
}

#tab_emissao td { font-size:11px; font-family:'Ubuntu', sans-serif; font-size:12px; font-weight:400; color:#666}

.cotacao_alerta{
	
	color: #333; 
	font-family: Arial ;
	font-size: 12px ;
	border: 1px #900 solid;
	padding:4px;
	background:#FCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.voltar            { text-decoration: none; color: #696; font-weight:bold}
.voltar:hover      { color: #000079; text-decoration: underline; font-weight:bold}
.voltar:active     { color: #000079; text-decoration: underline; font-weight:bold}