@import url("/adm/formbuilder3/formbuilder3.css");
@import url("/plugins/jquery/ui/css/smoothness/style.css");
@import url("/plugins/jquery/plugins/jquery-tooltip/jquery.tooltip.css");
@import url("/plugins/jquery/plugins/colorpicker2/colorpicker.css");
@import url("/plugins/jquery/plugins/treeview/jquery.treeview.css");
@import url("../../shared/css/imprimir.css");
@import url("../../shared/css/style.css");


body, img, div, a {
	margin: 0;
	padding: 0;
	border: 0;
	font: 11px Tahoma;
	color: black;
}

body {
	background: url('../imgs/fundoInterior.jpg') no-repeat 50% 50%;
	background-attachment: fixed;
}
a, a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
	outline: none;
}
/*
a:hover {
	text-decoration: underline;
}
/**/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	float: none;
}

.main {
	padding: 20px 2% 0 2%;
	/*
	width: auto;
	margin: 0 auto;
	/**/
	position: relative;
	min-width: 1004px;
}

.main > .clear {
	display: none;
}

.header {
	height: 0px;
}

/********************************************************* MENU ***/

.menu {
	/* background: white; */
	float: left;
	width: 200px;
	margin: 174px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	z-index: -1;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 0;
	*width: auto;
}

.menu  > ul > li  img {
	position: relative;
	top: -2px;
	vertical-align: middle;
	margin-right: 2px;
}

.menu > ul {
	/*border-right: 1px dotted #AED0DA;*/
	width: 200px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu  ul li a, .menu  ul li.menu_activo > a {
	
	display: block;

	/* AKI */
	margin-bottom: 2px;
	
	background-color: lightsteelblue;
	border:1px solid lightsteelblue;
	text-decoration: none;
	white-space: nowrap;
	
	text-shadow: gainsboro 1px 1px 0px;
	
	padding: 4px 8px 4px 4px;
	line-height: 20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	white-space: nowrap;
	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	
}


.menu  ul li a:hover, .menu  ul li.menu_activo > a {
	
	background-color: #82CAFF;
	text-decoration: none;
	border:1px solid white;

	text-shadow: gainsboro 1px 1px 0px;
	
	/*padding: 5px 8px 5px 4px;*/
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	white-space: nowrap;
	
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	
	
	
}


.menu  ul a {
	/*
	background-color: lightsteelblue;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: gainsboro 1px 1px 0px;
	
	padding: 5px 8px 5px 4px;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	white-space: nowrap;
	*/
}
.menu  ul a:hover, .menu  ul li.menu_activo > a {
/*
	background-color: #82CAFF;
	border:1px solid white;
	color: black;
	padding: 4px 8px 4px 4px;
	margin: -2px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	white-space: nowrap;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
*/
}

.menu  ul ul a, .menu  ul ul  li.menu_activo a {
	background-color: gainsboro;
	border:1px solid gainsboro;
	padding: 5px 8px 5px 4px;
	margin-bottom: 2px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.menu  ul ul a:hover, .menu  ul ul  li.menu_activo a, .menu  ul li.menu_activo > a {
	background-color: #A0CFEC;
	color: black;
	/*margin: -2px;*/
	display:block;
	border:1px solid white;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	white-space: nowrap;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.menu > ul > li > ul {
	display: none;
	margin: 0px 0px 0px 12px;
	/*border-bottom: 1px dotted #AED0DA;*/
}

.menu  ul li.menu_activo > ul {
	display: block;
}

#breadcrumbs {
	margin: 10px 0;
	border-bottom: 1px dotted #AED0DA;
	padding-bottom: 10px;
	min-height: 10px;
}
#breadcrumbs ul {
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0;
	display: inline;
}
#breadcrumbs ul li {
	margin-right: 10px;
	display: inline;
}
#breadcrumbs ul a {
	text-decoration: none;
	white-space: nowrap;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	white-space: nowrap;
	text-shadow: #DDDDDD 1px 1px 2px;
}
#breadcrumbs ul a:hover, #breadcrumbs ul span {
	background: steelblue;
	color: white;
	padding: 4px;
	margin: -2px;
	border: none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	white-space: nowrap;
}

.container .clear {
	display: none;
	clear: none;
}

.container > .clear, .innerContainer > .clear {
	display: block;
	clear: both;
}

.container {
	background: white;
	top: 0px;
	margin-left: 220px;
	right: 0px;
	padding: 0px;
	border: none;
	min-height:650px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.innerContainer {
	padding: 20px;
	text-align: left;
	left: 0;
}

.logoSeara {
	display: block;
	width: 200px;
	/*background: url('../imgs/logoInterior.png') no-repeat 50% 50%;*/
	height: 104px;
}

.logoEmpresa {
	width: 120px;
	height: 65px;
	background: url('../imgs/logoCliente.jpg') no-repeat 50% 50%;
	position: absolute;
	right: 3%;
	margin-right: 20px;
	top: 30px;
	z-index: 9;
	padding-left: 0px;
	/* border-left: 1px dotted #AED0DA; */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pesquisaForm {
	width: 200px;
	margin-top: 20px;
	padding-bottom: 15px;
	background: url('../imgs/sombraPesquisa.png') no-repeat 50% 100%;
}

.pesquisaForm .pesqInput{
	background: white;
	border: 0;
	width: 140px;
	padding: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 11px;
	vertical-align: middle;
}
.pesquisaForm .pesqSubmit{
	background: url('../imgs/btPesquisar.png') no-repeat 50% 50%;
	border: 0;
	padding: 7px;
	width: 30px;
	vertical-align: middle;
	cursor: pointer;
	text-indent:-5000px;
}

.loginForm {
	position: absolute;
	right: 3%;
	margin-right: 155px;
	top: 40px;
	z-index: 9;
	width: 280px;
	text-align: right;
	padding-right: 20px;
	border-right: 1px dotted #AED0DA;
	text-shadow: #DDDDDD 1px 1px 2px;
}

.frontendsForm {
	position: absolute;
	right: 3%;
	margin-right: 155px;
	top: 40px;
	z-index: 8;
	padding-top: 30px;
	padding-right: 20px;
	border-right: 1px dotted #AED0DA;
}

#frontsubmit {
	display: none;
}

.loginSair {
	background: #FF4E00;
	color: white !important;
	text-decoration: none;
	padding: 2px;
	margin: -2px -2px -2px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.tituloConteudo {
	font: bold 16px verdana;
}
.tituloConteudo > img{
	vertical-align: middle;
}

.footer {
	background: white;
	position: relative;
	top: 0px;
	margin-left: 220px;
	right: 0px;
	height: 15px;
	padding: 5px;
	margin-top: 10px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.copyright .date {
	display: inline-block;
}
.copyright .seara {
	display: inline-block;
	background: url('../imgs/logoSeara.png') no-repeat 0 50%;
	width: 53px;
	height: 8px; 
	margin-right: 20px;
}

#btvoltar {
	display: inline-block;
	margin-top: 30px;
}

/* Login */

.containerLogin {
	vertical-align: ;
	display: block;
	width: 526px;
	height: 131px;
	margin: 250px auto;
}

.containerLogo {
	display: block;
	float: left;
	width: 338px;
	height: 131px;
}

.logo {
	display: block;
	width: 325px;
	height: 81px;
	background-image: url(../imgs/logoHome.png);
	margin-bottom: 5px;
}

.textoLogin {
	display: block;
	float: right;
	width: 243px;
}

.textoLogin a {
	color: #ff5500;
	text-decoration: underline;
}

.nameField {
	display: none;
}

.containerTextfields {
	display: block;
	float: left;
	background-image: url(../imgs/fundoLogin.png);
	background-repeat: no-repeat;
	width: 178px;
	height: 129px;
	padding: 32px 0 0 10px;
}

.textField {
	display: block;
	border: none;
	width: 174px;
	height: 19px;
	font-size: 11px;
	color: #999999;
	background: url(../imgs/textField.png);
	padding: 4px 0 0 4px;
	margin-bottom: 2px;
}
.btnIniSessao {
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.1);
	background:#EEEEEE;
	border:none;
	color:#333333;
	cursor:pointer;
	display:inline-block;
	font-size:11px;
	outline:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.btnIniSessao input {
	border-color:#999999 #999999 #888888;
	border-width:1px;
	border-style:solid;
	color:#333333;
	cursor:pointer;
	display:inline-block;
	font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:4px 5px 5px 5px;
	outline:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.btnIniSessao input:focus, .btnIniSessao input:active {
	outline:none !important;
	background:url(../imgs/bgLogin.jpg) no-repeat center center;
	border:1px solid #C3C3C3;
}
button.btnIniSessao::-moz-focus-inner, .btnIniSessao input[type="reset"]::-moz-focus-inner, .btnIniSessao input[type="button"]::-moz-focus-inner, .btnIniSessao input[type="submit"]::-moz-focus-inner, .btnIniSessao input[type="file"] > .btnIniSessao input[type="button"]::-moz-focus-inner {
	border: none;
}

/* End Login */

/* START GENERIC */

textarea {
	border: 1px solid #CFCFCF;
	font-size: 11px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../imgs/fundo_input.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
}

#cell, .cell {
  background-color: #F9F9F9;
  border-bottom: 1px solid #FFF;
  font-size: 11px;
  padding: 4px;
  
}
#cell2, .cell2 {
  background-color: #F0F0F0;
  border-bottom: 1px solid #FFF;
  font-size: 11px;
  padding: 4px;
}
/*
.cell_head_esboco {
	background: white !important;
	border-bottom: 1px dotted #999999 !important;
	color: black !important;
}
.cell_head_esboco a{
	color: black !important;
}
/**/
.cell_cell1_esboco {
	background: white !important;
	border-bottom: 1px dotted #999999;
}

.cell_cell2_esboco{
	background: white !important;
	border-bottom: 1px dotted #999999;
}

#cell input, .cell input, #cell2 input, .cell2 input {
	height: auto;
}

#cell3, .cell3 {
  background-color: red;
  border-bottom: 2px solid #FFF;
  padding: 4px;
  text-align:left;
}
table tr.marked td, table tr.marked {
  background: #FFB649;
}
table tbody > tr.evento:hover, table tbody > tr.evento:hover > td {
  /*background: #AED0DA;*/
  background: #CFECEC;
}
#cell_gca, .cell_gca {
  background-color: #FFF;
}
#cell2_gca, .cell2_gca {
  background-color: #F3F3F8;
}
#cell_head, .cell_head {
  background: lightsteelblue;
  border-bottom: 1px solid #919B9C;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 4px;
}
#cell_head2, .cell_head2 {
  background-color: #629DBD;
  height: auto;
  border-bottom: 2px solid #fff;
  color: #FFF;
  padding: 4px 4px 4px 5px;
}
.gca_cell {
  background-color:white;
  padding:10px;
  margin-top:15x;
  border-bottom:1px dashed #ccc;
}
.gca_cell2 {
  background-color:white;
  padding:10px;
  margin-top:15x;
  border:none;
}
.tab_gca{
  border-collapse: collapse;
  background:#fff;
}
.div_gca{
  border:1px solid darkgray;
  width:780px;
}
.div_html{
  width:570px;
  display:table;
}
.divtab input, .divtab_form input, .pesquisa input, #tab input, .tab input {
  font-family: verdana, arial;
  font-size: 11px;
  border: 1px solid #CFCFCF;
  padding: 3px;
}
select {
  font-size: 11px;
  border: 1px solid #CFCFCF;
  padding-top: 1px;
}
.form_label {
  background-color: #F3F7F7;
  color: #464646;
  height: 25px;
  width: 100px;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px;
}
.form_label.tabOpened, .tb_separador.opened .form_label {
	background-color: #F4F4F4;
}
.form_input {
  background-color: #F8FAFA;
  height: 25px;
  border-bottom: 1px solid #fff;
  font-size: 11px;
  padding: 5px;
}
.form_input.tabOpened, .tb_separador.opened .form_input {
	background-color: #F8F8F8;
}
.form_input input {
  
}
.form_separador {
  background:#FAFAFA;
  height: 25px;
  width: 100px;
  border-bottom: 1px solid #fff;
  cursor:pointer;
}
.form_separador:hover, .form_separadorHover {
  background:#F3F7F7;
}
.form_separador_label {
  float:left;
  background-repeat:no-repeat;
  background-position:2px 10px;
  text-indent:5px;
  width:100%;
}
.form_separador_label_inner{
  padding:10px 10px 10px 15px;
  text-transform:uppercase;
  font-size: 12px;
  font-weight: bold;
  color:#008FD6;
}
.form_separador_label.fechado {
  background-image: url(../icons/arrowClosed.png);
}
.form_separador_label.fechado:hover {
  background-image: url(../icons/arrowDown.png);
}
.form_separador_label.aberto {
	display: table-row-group;
  background-image: url(../icons/arrowUpSelected.png);
}
.form_separador_label.aberto:hover {
  background-image: url(../icons/arrowUp.png);
}

.form_closeSeparador {
	height:20px;
}
.form_line1 {
  background: #F3F9FD;
  
  font-weight: 700;
  padding: 5px;
}
.form_line2 {
  background-color: #fff;
  
  font-weight: 700;
  padding: 5px;
}
.foto {
  background-repeat: repeat-x;
  background: #F3F7F7;
  border: 1px solid #D6EBF6;
  float: left;
  color: #464646;
  padding: 5px;
}
.foto input {
  font-size: 1em;
}

.divtab input.chkbox, .divtab_form input.chkbox, .pesquisa input.chkbox, #tab input.chkbox, .tab input.chkbox {
  background: none !important;
  border: auto !important;
  float: none;
  height: auto !important;
}

.tab_lingua {
  background-image: url(../imgs/tablingua2.jpg);
  font-family: verdana;
  text-decoration: none;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 25px;
  text-align: center;
  color: #fff;
  width: 40px;
  margin-right: 1px;
  position: relative;
  top: 4px;
  outline: 0;
}
.tab_lingua .divlingua span{
	display: none;
}
.tab_lingua:hover {
  background-image: url(../imgs/tablingua_over2.jpg);
  outline: 0;
}
.tab_click {
  background-image: url(../imgs/tablingua_over.jpg);
  font-family: verdana;
  text-decoration: none;
  font-size: 1em;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 25px;
  text-align: center;
  color: #000;
  width: 102px;
  margin-right: 1px;
  position: relative;
  top: 4px;
  outline: 0;
}
.flag {
  position: relative;
}
.divlingua {
  /*font-size: 1.1em;*/
  padding-top: 5px;
  color: #666;
  display: block;
}
.btgravar {
  background-image: url(../imgs/btn_ok_bg.gif);
  width: 91px;
  height: 21px;
  display: block;
}
.div_btgravar {
  padding-top: 3px;
  padding-left: 8px;
  color: #000;
  font-size: 11px;
  font-family: verdana;
  text-align: center;
}
.linkopcao {
  display: block;
  position: relative;
  height: 22px;
  top: 3px;
}
.linkopcao:hover {
  background-color: #FFF3CB;
  color: #464646;
}
#tab_newsletter {
  width: 100%;
  border-collapse: collapse;
  padding: 25px;
}
.div_newsletter {
  border: none;
  padding: 5px;
}
.link_topo {
  display: block;
  border: 1px solid #FFF;
  font-size: 10px;
  padding: 2px;
  -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-shadow: #DDDDDD 1px 1px 2px;
}
.link_topo:hover{
  color: #000;
  background-color: #F3F3F8;
  border: 1px solid #919B9C;
} 

.link_topo_tab, .link_topo_tab_sel {
  margin: 2px 0 -2px 0 !important;
  background: #BCBCBC url() repeat-x 0 0 !important;
  border: 1px solid #919B9C !important;
  color: #F3F3F8;
  font-size: 12px !important;
  padding: 2px !important;
} 
.link_topo_tab_sel, .link_topo_tab:hover {
  border-bottom: 1px solid #BCBCBC !important;
  color: #E5FF9F;
}

.link_op, .divtab_form .link_op, .paging, .paging_sel {
  font-size: 10px;
  white-space: nowrap;
  height: 15px;
  padding: 2px 2px 6px 3px;
  border: 1px solid transparent;
  /*padding: 5px;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	/*text-shadow: #DDDDDD 1px 1px 2px;*/
}
.link_op:hover, .divtab_form .link_op:hover , .paging:hover, .paging_sel  {
  color: #000;
  background-color: #F3F3F8;
  border: 1px solid #919B9C !important;
  padding: 3px 2px 5px 3px;
}

.divtab_form .link_op  {
	border: 1px solid #D6EBF6;
	background-color: #F3F7F7;
	cursor: pointer;
	float: left; 
	margin: 0px 10px 10px 0; 
	width: 250px;
}

 .divtab_form .link_op:hover {
	padding: 5px !important;
	background-color: #E8F9B9 !important;
 }

 .link_op_sel {
	height: 15px;
	font-size: 10px;
	white-space: nowrap;
	background-color:#FFE2BF !important;
	border:1px solid #FFB030 !important;
	float:left;
	padding:5px;
	margin:0 10px 10px 0;
	width:250px;
}

 
.ordem {
  width: 30px;
  text-align: center;
  font-size: 10px;
}
/*
.paging, .paging_sel {
  
  font-family: verdana;
  margin-left: 1px;
  margin-right: 1px;
  display: block;
  float: left;
  border: 1px solid #666;
  background: #fff;
  padding: 4px 8px 5px;
}
.paging:hover, .paging_sel {
  color: #000;
  background-color: #E8F9B9;
  border: 1px solid #88AA2A;
  float: left;
}
*/
.text10 {
  font-size: 10px;
}
.helpdesk {
  color: #95D9FF;
  display: block;
  width: 100px;
  border: 1px solid #5386A1;
  padding: 5px;
}
.helpdesk:hover {
  background-color: #73B7DD;
  border: 1px solid #FFF;
  color: #FFF;
}
.mn_opcoes {
  float: left;
  margin-right: 10px;
}
.mn_opcoes ul {
  list-style: none;
  border: 1px solid #6ecaf2;
  width: 200px;
  margin: 0;
  padding: 0;
}
.mn_opcoes li {
  background: #fff;
}
.mn_opcoes .tit {
  background: #6ecaf2;
  font-weight: 700;
  font-size: 1em;
  color: #fff;
  white-space: nowrap;
  padding: 6px;
}
.mn_opcoes .tit span {
  font-weight: 400;
}
.mn_opcoes a, .mn_opcoes .sel {
  display: block;
  width: 100%;
}
.mn_opcoes a:hover, .mn_opcoes .sel {
  background: #eaf9ff;
  color: #139BD5;
}
.mn_opcoes a span, .mn_opcoes .sel span {
  display: block;
  padding: 5px;
}
.mn_opcoes table {
  border-collapse: collapse;
  margin-top: 2px;
  background: #fff;
  width: 100%;
}
.mn_opcoes td {
  vertical-align: top;
  border-bottom: 1px solid #eaf9ff;
  padding: 3px;
}
.mn_opcoes .td_exp {
  width: 200px;
  background: #eaf9ff;
  border-bottom: 1px solid #eaf9ff;
}
.portes {
  background: #fff;
  white-space: nowrap;
  text-align: right;
  padding: 5px;
}
.portes input {
  width: 40px;
  border: 1px solid #ccc;
  font-size: 11px;
  text-align: center;
  height: 20px;
}
.portes select {
  width: 40px;
  background: #fff;
  border: 1px solid #ccc;
  height: 18px;
}
.mn_hide {
  position: absolute;
  display: none;
  visibility: hidden;
}
.mn_show {
  position: relative;
  display: block;
  visibility: visible;
}
.inputs_show {
  visibility: visible;
}
.inputs_hide {
  visibility: hidden;
}
.tt {
  visibility: hidden;
  position: absolute;
  color: #333;
  background-color: #C8F05B;
  font-family: arial, helvetica, verdana, sans-serif;
  border: 1px solid #91BD2C;
  font: 100% sans-serif;
  width: auto;
  opacity: .95;
  filter: alpha(opacity=95);
  padding: 4px;
}
.submit_pesquisa {
  position: relative;
  top: 2px;
}
.ajuda {
  cursor: help;
}
.form_line2 input, .form_line1 input {
  font-size: 11px;
  font-weight: 400;
}
input.ficheiro, input.ficheiro button {
  font-family: verdana, arial;
  font-size: 1.1em;
  border: 1px solid #CFCFCF;
  height: 25px;
  padding: 3px;
}
.hide, .hide2, .Hide {
  display: none;
  visibility: hidden;
}
.show, .show2, .Show {
  display: block;
  visibility: visible;
}
#cell_newsletter, .cell_newsletter, #cell2_newsletter, .cell2_newsletter {
  background-color: #F5F5F5;
  margin-top: 15px;
  border: 1px dashed #A9A9A9;
  padding: 10px;
}
.ajuda img, .chkpalavra {
  position: relative;
  top: -3px;
}

/*** links ordenacao ***/
a.head_desc {
  display: block;
  padding-left: 15px;
  margin-right: 2px;
  background: transparent url(../icons/seta2.png) no-repeat center left;
  color: #413839;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
a.head_asc {
  display: block;
  width: auto;
  padding-left: 10px;
  vertical-align: center;
  background: transparent url(../icons/seta2_r.png) no-repeat center left;
  margin: 0 2px;
  color: #413839;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

a.head_none {
  display: block;
  padding-left: 15px;
  margin-right: 2px;
  background: transparent url(../icons/seta2_d.png) no-repeat center left;
  color: #413839;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

tr.head_pesquisa_linha {

}

.head_pesquisa {
	background: #F4F8FB;
	border-bottom: 2px solid #AED0DA;
	font-size: 12px;
}

.head_pesquisa .pesquisa_input {
	padding: 4px;
}
.head_pesquisa .pesquisa_submit {
	text-align: right;
}

.head_pesquisa.pesqcs  {
	text-align: center;
}

.head_pesquisa.pesqcs label {
	width: 33%;
	font-weight: bold;
	display: inline-block;
	text-align: left;
}

.head_pesquisa.pesqcs .pesquisa_input {
	width: 300px;
	margin: 0 3%;
	text-align: left;
	display: inline-block;
}
.head_pesquisa.pesqcs .pesquisa_submit {
	text-align: center;
}

.head_pesquisa .pesquisa_input input {
	width: auto;
}
#pesqimg {
	background: url(../icons/modulos/page_find.png) no-repeat 0 50%; 
	padding: 2px 2px 2px 22px;
	color: white;
}
.toggle_opcoes {
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: right;
}
.toggle_opcoes li{
	display: inline;
}
.toggle_opcoes li div {
	display: none;
	margin: 0px;
	padding: 20px;
	width: auto;
	right: -31px;
	top: -28px;
	z-index: 999;
	position: absolute;
}
.toggle_opcoes li:hover > div, .toggle_opcoes li.hover > div {
	display: block;
}
.toggle_opcoes li div ul, .toggle_opcoes2 {
	list-style-type: none; 
	margin: 0px;
	padding: 7px;
	width: auto;
	border: 1px solid gray;
	background: white;
}
.toggle_opcoes2 {
	background: url('') repeat 0 0 !important;
	border: 0px !important;
	padding: 0px !important;
}
.toggle_opcoes li div ul li, .toggle_opcoes2 li {
	padding: 3px;
	display: inline;
	position: relative;
}

.toggle_opcoes li div ul li ul, .toggle_opcoes2 li ul{
	display: none;
	position: absolute;
	left: -6px;
	top: 22px;
	z-index: 999;
}

.toggle_opcoes li div ul li:hover ul, .toggle_opcoes2 li:hover ul {
	display: block !important;
	text-align: left;
	padding: 7px;
	width: auto;
	border: 1px solid gray;
	background: white;
}

.toggle_opcoes li div ul li ul li, .toggle_opcoes2 li ul li{
	display: block;
}

.autofillimg {
	width: 30px !important; 
	padding: 2px !important; 
	border: 1px solid gray !important; 
	margin-right: 10px !important;
	background: white !important;
}
.text_autocomplete {
	width: 200px !important;
	border: 1px solid #CFCFCF !important;
	font-family: verdana,arial !important;
	font-size: 12px !important;
	padding: 3px 20px 3px 3px !important;
}
.tooltip_box {
	border: 1px solid #D6EBF6 !important;
	background-color: #F3F7F7;
	margin: 0px 10px 10px 0; 
	width: auto;
	font: 12px arial !important;
	font-weight: bold;
}
.multicombo_div {
  padding: 0 0 10px 0;
}
.multicombo_div.only_child a.remover {
  display: none;
}
.multicombo_div.first select.multicombo_operadores {
  display: none;
}
.multicombo_div .adicionar, .multicombo_div .remover  {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 20px;
  height: 0 !important;
  padding: 20px 0 0 0;
  overflow: hidden;
}
.multicombo_div .adicionar  {
  left: 4px;
  background: transparent url(/adm/formbuilder2/icons/add.gif) no-repeat left top;
}
.multicombo_div .remover  {
  left: 2px;
  background: transparent url(/adm/formbuilder2/icons/delete.gif) no-repeat left top;
}

.dashboard .panel {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	*display: block;
	*float: left;
	margin: 0 10px 20px 10px;
	text-align: left;
}

.divtab.panel .cell_head a{
	color: white;
	font-weight: bold;
}
.divtab.panel .cell_head a img{
	vertical-align: middle;
}
.dashboard_opcoes  {
	display: none;
	border: 1px solid #919B9C;
	background: white;
	position: absolute;
	left: 10%;
	right: 10%;
	z-index: 999;
	padding: 5px;
	top: -1px;
}

#tab, .tab {
	width: 100%;
	padding: 2px;
	border-collapse: collapse;
}

.tab > thead > tr:first-child > td:first-child, #tab > tbody:first-child + tbody > tr:first-child > td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.tab > thead > tr:first-child > td:last-child , #tab > tbody:first-child + tbody > tr:first-child > td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
.tab > tbody > tr:last-child > td:first-child, #tab > tbody:last-child > tr:last-child > td:first-child  {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.tab > tbody > tr:last-child > td:last-child , #tab > tbody:last-child > tr:last-child > td:first-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}

.treeview  div:hover {
  background-color: whitesmoke;
}

.treeview  a:hover, a:visited, a:active {
  color: black;
}

.treeview .toggle_opcoes2 {
	width: auto;
	display: inline-block;
	float: right;
	margin-top: -18px !important;
}
.treeview .toggle_opcoes2 li {
	background: none !important;
}

.desktop > div > .clear {
	clear: both !important;
	display: block;
}

.pagingTable #cell {
	background: none;
	padding-top: 10px;
}
.pagingTable #cell > * {
	margin: 0 3px;
}

.showlog {
	clear: both;
	width: 350px;
	height: 28px;
	border: 1px solid gainsboro;
	z-index: 9;
	padding: 10px;
	margin: 5px auto;
	background: #F8F8F8;
	text-align: left;
	vertical-align: middle;
	color: grey;
	/*line-height: 1.5em;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
.showlog img {
	vertical-align: middle;
	float: left;
}
.showlog span{
	display: inline-block;
	float: left;
}

.ordem_move a {
	padding: 2px;
}

.linksTopo {
	padding-bottom: 30px;
}

#saveDialog div {

}

#btFloatGravar {
	position: absolute; 
	z-index: 9999;
	right: 3%;
	margin-right: 22px;
	top: 0px;
}

/********************************** STATS ***/

#tabresumo td {
    font-size:11px;
    white-space: nowrap;
}

.stats_title, .stats_title td{
    padding:5px;
    font-size:11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
    background: lightsteelblue;
	border: 0px;
    /*font-size:12px;*/

}

.stats_subtitle, .stats_subtitle td{
    background:#EEEEEE;
    padding:5px;
    font-size:12px;
}

.stats_r1, .stats_r1 td {
    background:#ffffff;
    font-size:11px;
    padding:4px;
}

.stats_r2, .stats_r2 td {
    background:#EFEFEF;
    font-size:11px;
    padding:4px;
}

.stats_green {
    background:#D6EF94;
}

.stats_blue {
    background:#EAF7FD
}
.stats_blue_main {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
    background: lightsteelblue;
	padding: 5px;
	display: block;
}

/* END GENERIC */

.printWindow {
	display:block;
	width: 100%;
	height: 100px;
	color:black;
	background-color: white;
	text-align:center;
}

/* MENU HIDE */
.menuToggle {
	position: absolute;
	background: white;
	margin: 20px 0 0 210px;
	background: white url(../imgs/btmenutoggle_off.png) no-repeat 50% 50%;
	width: 10px;
	height: 40px;
	overflow: hidden;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	z-index: 1000;
}

.menuToggle.activo {
	background: white url(../imgs/btmenutoggle_on.png) no-repeat 50% 50%;
	margin: 20px 0 0 -10px;
	left: 2%;
}

.menuToggle  > span {
	visibility: hidden;
	white-space: nowrap;
	*display: none;
}

.one2many_selall {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom:1px solid white;
}
.one2many_selall a, .one2many_selall  span {
	margin-right: 10px;
}
.one2many_selall img {
	vertical-align: middle;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
}
.ui-progressbar {
	background: url('../icons/progressbar_off.gif') repeat 0 0;
}
.ui-progressbar-value {
	background: url('../icons/progressbar.gif') repeat 0 0;
}
#mainmap {
	background: url('../imgs/bluemarble.jpg');
}
#mainmap .marcas {
	background: url('../../shared/red-blink.gif');
}
.treeview .toggle_opcoes2 {
	width: 240px;
	text-align: left;
}
.campoclass.tipo_one2many > div  {
	margin-bottom: 10px; 
	float: left;
	height: 16px;
}
.divtab.panel .cell_head {
	cursor: move;
}
.panel .tituloConteudo {
	font: bold 11px verdana;
	cursor: move;
}
.panel .tituloConteudo img{
	vertical-align: middle;
	height: 16px;
}
#errorModulo {
	width: 350px;
	border: 1px solid gainsboro;
	z-index: 9;
	padding: 10px;
	margin: 5px 0;
	background: #F8F8F8;
	text-align: middle;
	vertical-align: middle;
	color: grey;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#treemodulo_gca.treeview .toggle_opcoes2 {
	width: auto;
	text-align: left;
}