@import url("../../../formbuilder3/formbuilder3.css");
@import url("../../../plugins/jquery/ui/themes/aqua/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/style.css");
body, img, div, a {
	margin: 0;
	padding: 0;
	border: 0;
	font: 11px Tahoma;
	color: black;
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
body {
	background: url('../imgs/fundoInterior.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
	background-size: cover;
}
a, a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
	float: none;
}
.main {
	padding: 20px 2% 0 2%;
	position: relative;
	min-width: 1004px;
}
.main>.clear {
	display: none;
}
.header {
	height: 0px;
}
/* Menu */
.menu {
	float: left;
	width: 200px;
	margin: 160px 0 0 0;
	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 {
	width: 200px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li a, .menu ul li.menu_activo>a {
	display: block;
	margin-bottom: 2px;
	background-color: #A4BEC1;
	border: 1px solid #A4BEC1;
	text-decoration: none;
	white-space: nowrap;
	padding: 4px 8px 4px 4px;
	line-height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}
.menu ul li a:hover, .menu ul li.menu_activo>a {
	background-color: #C3D7D8;
	text-decoration: none;
	border-color: #88ABAF;
	text-shadow: gainsboro 1px 1px 0px;
	-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 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: #C3D7D8;
	color: black;
	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;
}
.menu ul li.menu_activo>ul {
	display: block;
}
/* Breadcrumbs */
#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: #54858A;
	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;
}
.logoSiteServer {
	display: block;
	width: 200px;
	height: 90px;
}
.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;
	-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: 7px;
	margin-top: 10px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter: alpha(opacity=80);
}
.copyright {
	display: block;
	float: left;
}
.copyright .date {
	display: inline-block;
	height: 15px;
}
#btvoltar {
	display: inline-block;
	margin-top: 30px;
}
/* Login */
.containerLogin {
	display: block;
	width: 526px;
	height: 131px;
	margin: 250px auto;
}
.containerLogo {
	display: block;
	float: left;
	margin-right: 30px;
}
.logo {
	display: block;
	margin: 20px 0 5px 0;
	width: 227px;
	height: 81px;
	background: url(../imgs/logoHome.png) no-repeat center center;
}
.textoLogin {
	display: block;
	color: #CCC;
	margin-top: 10px;
}
.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;
}
.containerTextfields .captcha-wrapper {
	margin: 20px 0 10px 0;
}
.containerTextfields .captcha-wrapper img {
	width: 178px;
}
.textField, .containerTextfields .captcha-wrapper input[type="text"] {
	display: block;
	border: none;
	width: 174px;
	height: 19px;
	font-size: 11px;
	color: #999999;
	padding: 4px 0 0 4px;
	margin-bottom: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btnIniSessao {
	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 {
	color: #333333;
	border: 1px solid #C3C3C3;
	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 {
	background: rgb(222, 222, 222);
	background: -moz-linear-gradient(180deg, rgba(222, 222, 222, 1) 0%, rgba(239, 239, 239, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(222, 222, 222, 1) 0%, rgba(239, 239, 239, 1) 100%);
	background: linear-gradient(180deg, rgba(222, 222, 222, 1) 0%, rgba(239, 239, 239, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede", endColorstr="#efefef", GradientType=1);
}
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_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: #CFECEC;
}
#cell_gca, .cell_gca {
	background-color: #FFF;
}
#cell2_gca, .cell2_gca {
	background-color: #F3F3F8;
}
#cell_head, .cell_head {
	background: #AAC2C6;
	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;
	white-space: nowrap
}
.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_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: #54858A;
}
.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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.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;
}
.text10 {
	font-size: 10px;
}
.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;
}
.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;
}
a.head_asc {
	display: block;
	width: auto;
	padding-left: 15px;
	background: transparent url(../icons/seta2_r.png) no-repeat center left;
	margin: 0 2px;
	color: #413839;
	font-size: 10px;
	font-weight: bold;
}
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;
}
.toggle_opcoes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: right;
}
.toggle_opcoes li {
	display: inline;
	white-space: nowrap;
}
.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;
	white-space: nowrap;
}
.toggle_opcoes li div ul li, .toggle_opcoes2 li {
	padding: 3px;
	display: inline-block;
	position: relative;
}
.toggle_opcoes2>li {
	display: inline-block;
	white-space: nowrap;
}
.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: left;
	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;
}
.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: #AAC2C6;
	border: 0px;
}
.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: #AAC2C6;
	padding: 5px;
	display: block;
}

.stats-graph {
	display: block;
	height: 400px;
	background: url('../imgs/loader-puff.svg') no-repeat center center;
}

.stats-graph.loaded {
	background: none;
}

/* END GENERIC */
/* 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-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: 5px 0;
	float: left;
	min-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: 0 auto;
	background: #F8F8F8;
	text-align: center;
	vertical-align: middle;
	color: grey;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.expand-wrapper .buttons {
	display: block;
}
.expand-wrapper .buttons > span {
	display: inline-block;
	padding: 3px 5px;
	width: auto;
	border-radius: 3px;
	background: #A4BEC1;
	border: 1px solid #A4BEC1;
	font-size: 11px;
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.expand-wrapper.expanded .buttons > .bt-show,
.expand-wrapper:not(.expanded) .buttons > .bt-hide,
.expand-wrapper:not(.expanded) .content {
	display: none;
}

.expand-wrapper.expanded .content {
	margin-top: 5px;
}