/* FONTE DO SISTEMA EM GERAL*/

div:not(.nicEdit-panelContain){
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.cor_base_tema{
  background-color:#00a4b4 !important;
}

/* MENU DE SISTEMAS*/
.softwareMenuSelecionado {
	background-color:#A6A940 !important;
	text-shadow:#000 0.1em 0.1em 0.1em;
}

.softwareMenuSelecionado div{
   color:#FFF !important
}

/* MENU INTERNO */
ul#menuPrincipal li:hover{
  background-color: #AECB87;
}
ul#menuPrincipal ul a:hover{
  color:#FFF !important;
}

/* TABLESORTER */
table.tablesorter tbody tr:hover td, table.tablesorter tbody tr.active td {
	background-color:#e6e7bb !important;
}

/* BOTAO AJUDA / FECHAR */
#botaoAjuda, #botaoFechar {
	background-image: url(multi-24/images/ui-icons_222222_256x240.png);
}

#botaAjuda:hover, #botaoFechar:hover{
  background-color: #dadada;
}

/* CORRECAO NAS FONTES DO TABS - IMPLEMENTACAO EFETUADA ACIMA INTERFERIU E QUEBROU O TABS*/
div.ui-tabs ul.ui-tabs-nav li a{
	font-size: 11px !important;
}

/* FUNCAO BUSCA GRID*/
.trSelecionadaBuscaGrid td {
	font-weight:bold;
	text-decoration:underline !important;
	background-color:#C6C886 !important;
	color:#FFF !important;
}

.ui-widget-overlay {
    opacity: 0.5 !important;
}
