@import url("../../../formbuilder3/formbuilder3.css");
@import url("../../../plugins/jquery/ui/themes/redmond/jquery-ui.min.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");
  background-repeat: repeat-y;
  background-position: left top;
  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;
  -khtml-opacity: 1;
  opacity: 1;
}

.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;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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;
  -khtml-opacity: 1;
  opacity: 1;
}

.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;
  margin-bottom: 9px;
  display: inline-block;
}

#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;
  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;
}

.logoEmpresa img {
  width: 100%;
  height: auto;
}

.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: 33px;
  z-index: 8;
  padding: 30px 17px 0 0;
  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 {
  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-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.records_found,
.cell_head.records_found,
#cell_head2.records_found,
.cell_head2.records_found {
  white-space: nowrap;
}

/*
.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_label.sortable-icon label:before {
  background: transparent url(../icons/arrow_cross_down.png) no-repeat center center;
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.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,
.linksListContainer > ul > li:hover > div > .link_topo {
  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;*/
}

button.link_op {
  font-family: inherit;
  border: 1px solid transparent;
  height: 24px;
  padding: 2px 2px 6px 3px !important;
  cursor: pointer;
}

.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: 0.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: -1px;
}

/*** 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;
}

.tooltip_box {
  border: 1px solid #d6ebf6 !important;
  background-color: #f3f7f7;
  margin: 0px 10px 10px 0;
  width: auto;
  font: 12px arial !important;
  font-weight: bold;
}

.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 .row-inactive > td,
.treeview .row-inactive > div {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.tab .row-inactive:hover > td,
.treeview .row-inactive:hover > div {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.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;
  min-width: 240px;
  text-align: right;
  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;
  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;
  color: #333333;
}

.showlog img {
  vertical-align: middle;
  float: left;
}

.showlog span {
  display: inline-block;
  float: left;
}

.showlog .showlog-lista {
  width: 310px;
}

.showlog .showlog-lista > a {
  display: inline-block;
  margin: 7px 0 0 0;
  padding: 0;
  color: #000000;
}

.showlog .showlog-lista > a:hover {
  text-decoration: underline;
}

.ordem_move,
.ordem_input {
  text-align: center;
}

.ordem_move a {
  padding: 2px;
}

/********************************** Lists Links ***/

.linksListContainer > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  float: left;
}

.linksListContainer > ul > li {
  margin: 0;
  padding: 0 0 2px 0;
  display: block;
  position: relative;
}

.linksListContainer > ul > li:hover > ul {
  display: block;
}

.linksListContainer > ul > li > ul {
  display: none;
  position: absolute;
  top: 24px;
  padding: 3px 3px 0 0;
  width: auto;
  border: 1px solid gray;
  background: white;
  z-index: 1;
  white-space: nowrap;
}

.linksListContainer > ul > li > ul > li {
  display: inline-block;
}

.linksListContainer > .left {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.linksListContainer > .left > li {
  float: left;
}

.linksListContainer > .left > li > ul {
  left: -1px;
}

.linksListContainer > .right {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.linksListContainer > .right > li {
  float: left;
}

.linksListContainer > .right > li > ul {
  right: -1px;
}

#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,
.one2many_selall .pesquisa label {
  margin-right: 10px;
}

.one2many_selall img {
  vertical-align: middle;
}

.one2many_selall .pesquisa label {
  cursor: pointer;
}

.one2many_selall .pesquisa input {
  max-width: 110px;
}

.ui-progressbar {
  background: url("../icons/progressbar_off.gif") repeat 0 0;
}

.ui-progressbar-value {
  background: url("../icons/progressbar.gif") repeat 0 0;
}

.ui-datepicker-trigger {
  position: relative;
  cursor: pointer;
  top: -1px;
  left: -3px;
  margin-left: -16px;
}

#mainmap {
  background: url("../imgs/bluemarble.jpg");
}

#mainmap .marcas {
  background: url("../../shared/red-blink.gif");
}

.campoclass.tipo_one2many > div {
  margin-bottom: 10px;
  float: left;
  min-height: 16px;
}

.campoclass.tipo_one2many > div input,
.campoclass.tipo_one2many > div label {
  cursor: pointer;
}

.campoclass.tipo_one2many.sortable > div input:first-child:checked,
.campoclass.tipo_one2many.sortable > div input:first-child:checked ~ label {
  cursor: grab;
}

.campoclass.tipo_one2many > div.ui-state-disabled:hover {
  opacity: 0.5;
}

.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: 0 auto;
  background: #f8f8f8;
  text-align: center;
  vertical-align: middle;
  color: grey;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#load-time-wrapper {
  display: inline-block;
  margin: 30px 0 0 0;
  padding: 0;
  float: right;
  font-size: 11px;
  color: #999999;
  cursor: default;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#load-time-wrapper:hover {
  color: #666666;
}

#miCanvas {
  cursor: pointer;
}
