
/* ------------------------------------------------------------------------- */
/* ================================ BASE ====================================*/

* { padding: 0; margin: 0; }

html, body {
	width:100%; height:auto;
	padding:0; margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:		12px;
	/*text-align:center; /* hack para o IE */
}

/*
 *	TAB-THEME ADJUSTMENTS
 */
.ui-tabs-nav li {
	white-space:	nowrap;
}
.ui-tabs-nav li a {
	font-size:		12px !important;
	padding:		4px 1.5ex 3px !important;
}
/*
.ui-widget-content {
	font-size:		1em !important;
	padding:		0 1em !important;
}
*/

.ui-widget-content { font-size: 11px;  }
.ui-widget-content table { font-size: 11px;  }


/* ------------------------------------------------------------------------- */


/*
 *	GRID-THEME ADJUSTMENTS
 */
.ui-gdr-act {
	white-space:	nowrap;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #80909d; background: #fbf9ee; color: #363636;  background-color: #ffe1bb;  }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; background-color: #ffe1bb;}


/* ------------------------------------------------------------------------- */

#topo { 
	/*background: transparent url('/gdax/tpl/img/fundo.gif') repeat-x scroll 0pt 100%;*/
	/*background: #FFFFFF;*/
}

.box_barra {
	position:absolute;
	left: 0;
	top: 55px;
	height: 23px;
	*height: 22px;
	width: 100%;
	background-color: #5a5a5a;
	*width:99%;
	/*border:#CCC 1px; border-style:solid; /* jwd  */
}

.box_topo {
	position:absolute;
	top: 56px;
	width: 1000px;
	/*border:#CCC 1px; border-style:solid; /* jwd  */
}

.box_menu {
	position:absolute;
	top: 56px;
	width: 1000px;
	background-color:#5a5a5a;	/*border:#CCC 1px; border-style:solid; /* jwd  */
}

#corpo-topo { 
	width: 1000px;
	margin:0 auto;
	text-align:left; /* "remédio" para o hack do IE */
	background-color:#FFF;
	min-height: 100%;
	height:auto;
}

#centro { 
	width: 1000px;
	margin:0 auto;	
	font-size: 12px;		
	text-align:left; /* "remédio" para o hack do IE */
	background-color:#FFF;
	min-height: 100%;
	height:auto;
	border-left: 1px #DBDBDB solid;
	border-right: 1px #DBDBDB solid;
}

#navigation {
	color: #333;
	width: 950px; 
	height: 30px;
	margin: 0 auto;
	background: #ABBEBE;
	/*border:#CCC 1px; border-style:solid; /* jwd  */
}

#esquerda {
	display: inline;
	color: #333;
	background-color: #F7F7F7;
	margin: 5px;
	padding: 0px;
	width: 200px;
	float: left;
	height: 100%;
	border:#CCC 1px;
	/*border-style:solid; /* jwd  */
}

#direita { 
	float: right;
	color: #333;
	margin: 10px;
	padding: 5px;
	width: 700px;
    height: 99%;
	background-color:#FFF;
	/*border:#CCC 1px; border-style:solid; /* jwd  */
}


*html #centro {
	height: 100%;
}

#rodape {
	background-color:#000000;
}

.quadro {
    background-color::#FFF;
    border: 1px solid #E7E5E5;
    color: #FF0000;
	margin: 10px;
}

.clear { clear: both; background: none; }

/* ------------------------------------------------------------------------- */
/* ================================ Janela ====================================*/

.body_janela {
	background-color: #dddddd;
	border: 1px solid #E7E5E5;
	color: #575757;
	margin: 5px;
	height: 95%;
}

.body_janela_pesquisa {
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-weight: 11px;
    background-color:#E6E6CC;
    border: 1px solid #E7E5E5;
	margin: 5px;
	height: 95%;
	vertical-align:baseline;
}

/* ------------------------------------------------------------------------------ */
/* ================================ Cabeçalho ====================================*/

.logo { 
	position:absolute;
	/*background: url('/gdax/tpl/img/logo.png') no-repeat;*/
	left:0;
	top:12;
	width: 216px;
	height: 35px;
}

.menu_empresas {
	position:relative;
	left:930;
	top:50;
	width: 100px;
	height: 25px;
	background: transparent;
	z-index: 999999999;
}


.menu_aplicacao {
	font: Arial, Helvetica, sans-serif;
	font-size: 20px; 
	position:absolute;
	left:180;
	top:31;
	width: 300px;
	height: 30px;
	z-index: 0;
}

.acesso { 
	float:right;
	margin-right:10px;
	margin-top:10px;
	*margin-top:0px;
	top: 20px;
	*top: 0px;
	height: 20px;
	text-align:right;
}

.acesso div { 
	float:right;
	height: 20px;
	text-align:right;
	margin-right:10px;
	white-space:nowrap;
    /*border: 1px solid #366;*/
}

.acesso div#usuario { 
	margin-top: 5px;
}

/* ------------------------------------------------------------------------- */
/* ================================ Quadros e tabelas de conteúdos ===========*/
#conteudo {
  min-height:100%; height:auto;
  /*border: 5px solid red; /* JW */
}
/* Para Internet Explorer */
* html #conteudo {height:100%;}


#area_conteudo {
	width: 99%;
	padding: 5px;
   /* border: 1px solid #366; /* JW */
}

.tabela_dados {
	margin-top: 0px;
	mar
}

.tabela_filtro td{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:11px;
	font-weight:normal;
	padding: 0 0 3 8;
}


.tabela_dados td{
	padding: 2px 0 2px 5px;
	background-color:#EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	vertical-align:middle;
}

.tabela_simples{
	background-color: white;
}

.tabela_simples td{
	/*background-color: white;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	vertical-align:middle;
}

.simples_td{
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
	vertical-align:top;
}


.tabela_window {
	margin-top: 10px;
	border-collapse: collapse;
}

.tabela_window td{
	padding: 2px 0 2px 5px; 
	background-color:#FFF;
	border:1px #E0E0E0 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	vertical-align:middle;
}

.abas {
	width: 980px;
	*width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

.gd { /*  Conteiner de grid  */
	border: 1px solid #366;
}    

.espaco5 { height:5px; }
.espaco10 { height:10px; }
.espaco15 { height:15px; }
.espaco20 { height:20px; }

/* ------------------------------------------------------------------------- */
/* =========================== Titulos e textos ==============================*/

.ui-jqgrid .ui-pg-input { height:15px; width:30px;font-size:.8em; margin: 0em; padding:0px}

.titulo {
	width: 99.9%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#630;
	font-weight:bold;
	text-transform: uppercase;
	border-bottom: 2px solid #630;
}


.titulo_form_interno {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: white;
   font-weight:bold;
   padding: 2px;
   background-color: #636363;
}


.titulo_interno {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: white;
   font-weight:bold;
   padding: 2px;
   background-color: #6f6f6f;
}

.subtitulo_interno {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
   font-weight:normal;
   padding: 2px;
   background-color: #d6d6d6;
}


.subtitulo { 
	width: 99.9%;
	padding-bottom:3px;
	padding-top :1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	font-weight:bold;
   background-color: #EAEAEA;
    /*border: 2px solid #366;*/
}

.titulo_parceiro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6b6b6b;
	font-weight:bold;
}

.texto{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:11px;
	font-weight:normal;
}

.texto_negrito{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:11px;
	font-weight:bold;
}

.menu_app {
	font-family:Verdana, Geneva, sans-serif;
	color: #5a5a5a;
	font-size:16px;
	font-weight:bold;
}

/* ------------------------------------------------------------------------- */
/* ================================ Barras de navegação e botões =============*/

.barra_botoes { 
	width: 100%;
	height: 36px;
   border-bottom: 1px solid #900;
   margin-bottom: 8px;
}

.barra_botoes div { 
	float:right;
	height: 30px;
	text-align:right;
	margin-right:10px;
	*margin-right:5px;
	padding-top: 5px;
	white-space:nowrap;
}

.barra_botoes_simples { 
	width: 100%;
	height: 20px;
   /*border-bottom: 1px solid #FFF;*/
}

.barra_botoes_simples div { 
	float:right;
	height: 30px;
	text-align:right;
	margin-right:10px;
	*margin-right:5px;
	padding-top: 1px;
	white-space:nowrap;
}


.barra_botoes_janela { 
	width: 100%;
    border-bottom: 1px solid #366;
}

.barra_botoes_janela div { 
	float:right;
	height: 30px;
	margin-right:10px;
	*margin-right:5px;
	padding-top: 5px;
	white-space:nowrap;
}

.barra_botoes_interno { 
	width: 100%;
	height: 25px;
	white-space: nowrap;
}

.barra_botoes_interno div { 
	float:left;
	height: 20px;
	text-align:right;
	margin-right:10px;
	*margin-right:5px;
	padding-top: 1px;
	white-space:nowrap;
}

.barra_filtro { 
	width: 100%;
	height: 36px;
   border-bottom: 1px solid #900;
	padding-bottom: 3px;
}

.barra_filtro_td {
	padding-left: 8px;
	vertical-align: top;
}

.barra_botoes_filtro { 
	width: 100%;
	height: 36px;
	white-space:nowrap;
}

.barra_botoes_filtro div { 
	float:right;
	height: 30px;
	margin-right:10px;
	*margin-right:5px;
	padding-top: 5px;
	white-space:nowrap;
}


/*---------------------------------------------------------------------------*/
/* classes de bot??de opera袯                                             */

.btn_simples_fx {
	background: url(/gdax/tpl/img/btn_simples_fx.gif) repeat-x;
}

#BTN_x, .btn_x {
	background: url(/gdax/tpl/img/btn_x.gif) repeat-x;
}

#BTN_v, .btn_v {
	background: url(/gdax/tpl/img/btn_v.gif) repeat-x;
}

#BTN_s, .btn_s {
	background: url(/gdax/tpl/img/btn_s.gif) repeat-x;
}

#BTN_fx, .btn_fx {
	background: url(/gdax/tpl/img/btn_filter-.gif) repeat-x;
}

#BTN_fv, .btn_fv {
	background: url(/gdax/tpl/img/btn_filter.gif) repeat-x;
}

/*---------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------- */
/* ================================== campos ================================*/

/* Classes de validação de campos */

/*
form label {
    display: inline-block;
    line-height: 0.9;
    vertical-align: top;
 	 padding-left: 0px;
}

input.verror,textarea.verror,select.verror {
	border:solid;
	border-width: 1px;
	border-color: red;
} 

label.verror,option.verror{
    display:block;
    font-size:9px;  
	 color:red;
} 

input:focus,textarea:focus,select:focus {
	background-color: #fbfae7;  
	border: solid;
	border-width: 1px;
	border-color:#B7B7B7;
}
*/

/* ------------------------------------------------------------------------- */
/* Classes de laiaute de campos */

.edt_padrao {
	font-size: 11px;
	font-family: verdana;
	color: #333333;
	border: solid;
	border-width: 1px;
	border-color:#B7B7B7;
	background: #fff;
}

.edt_filtro {
	font-size: 11px;
	font-family: verdana;
	color: #333333;
	border: solid;
	border-width: 1px;
	border-color:#030;
	background:#FFF;
}

.edt_pesquisa {
	font-size: 11px;
	font-family: verdana;
	color: #333333;
	border: solid;
	border-width: 1px;
	border-color: #EEEEEE;
	background: #fff;
}

.edt_desabilitado
{
	font-size: 12px;
	font-family: verdana;
	color: #333333;
	border: solid;
	border-width: 1px;
	border-color: #b9b9b9;
	background-color: #f8f8f8;
}


.alinha_campos { 
	float:left;
	margin-top:3px;
	*margin-top:0px;
	height: 20px;
	text-align:left;
    /*border: 1px solid #366; /* teste de alinhamento */ 
}

.alinha_campos div { 
	float:left;
	height: 20px;
	text-align:left;
	margin-right:10px;
	white-space:nowrap;
}

.alinha_campos div#lab { 
	margin-left:10px;
	margin-top:2px;
	*margin-top:0px;
	white-space:nowrap;
}

#requerido { 
	color:#F00;
}

.linha_ver5 {
	border: none;
	border-bottom: 1px solid #630;
	height:5px;
}

.demo{
   margin-top: 5px;
   font-family: verdana;
   font-weight: normal;
   color: #b9b9b9;
   font-size: 9px;
}

#slides {
	margin-left: 12px;
}

/* ------------------------------------------------------------------------- */
/* ================================== Links ================================*/
/*
a:link, a:visited{color:#0066CC;}
*/
#t-panel{
	background:#EFEFEF;
	border-bottom:1px solid #900;
	width: 99%;
	padding:0 0 5 5;
	text-align:right;
}
#s-panel{
	text-align:left;
	width: 100%;
}
#s-panel a{
	float:left;
	width: 100%;
	color:#FFFFFF;
	text-decoration:none;
	margin-bottom: 10px;
	font-weight:bold;
	background: transparent url('/gdax/tpl/img/canto_filtro_fundo.gif') repeat-x scroll 0pt 100%;
	padding:0px 0 0 0px;
	/* border: 1px #C30 solid; */
}
#s-panel a span{
	padding:2px 0 0 60px;
	display:block;
	background:url(/gdax/tpl/img/canto_filtro_esq_cinza.gif) bottom left no-repeat transparent;
}

#sText {

}



strong{color:#000000;}
.face{border:solid 2px #a6c34e; margin-left:10px; float:right;}
:focus{outline:0}

input[readonly] {
    background-color:blue;
}


