html,body {
	height: 100%;
}
body {
	font: 62.5% "Trebuchet MS", arial;
	margin: 0px;
	background-image: url("../imagens/fundo.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0px;
	color: black;
}
header {
	display: table;
	background: url("../menu/tarja.jpg") left top repeat-x;
	width: 100%;
	height: 30px;
}
nav {
	margin: 0px;
	padding: 0px;
}
.L_menu {
	width: 90%;
	height: 30px;
	margin: 0px auto 10px;
	text-align: center;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation {
	margin: 0px	;
	font: bold ;
	color: #444;
	height: 30px;
}
#navigation ul {
	float: left;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}
#navigation li {
	float: left;
	background: url("../menu/separador_menu.png")left 4px no-repeat;
	padding-left: 8px;
}
#navigation li:last-child, #navigation li:last-child:hover {
	float: left;
	background-image: url("../menu/separador_menu.png"), url("../menu/separador_menu.png");
	background-position: left 4px, right 4px;
	background-repeat: no-repeat;
	padding-right: 8px;
}
#navigation li:hover, #navigation li.current {
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	background: url("../menu/separador_menu.png")left 4px no-repeat;
}
#navigation a {
	display: block;
	padding: 6px 15px;
	color: #444;
	font-size: 14px;
	text-decoration: none;
}
#navigation a:hover, #navigation li.current a {
	color: #FFF;
	text-shadow: 0 1px #000;
	background: #4D4D4D ; /* Old browsers */
	background: -moz-linear-gradient(top, #4D4D4D 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D4D4D), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* IE10+ */
	background: linear-gradient(top, #4D4D4D 0%,#262626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D4D4D', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}
aside {
	color: #C9C9C9;
	margin: auto;
	width: 90%;
	height: 95%;
	background-color: red;
	background-color: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000)";
	padding: 2px;
}
footer {
	font-size: x-small;
	text-align: center;
	padding: 20px;
	color: #7a7979;
	text-shadow: 0 2px 3px #afafaf;
}
#menuusuario {
	position: absolute;
	top: 2px;
	right: 10px;
}
#menuusuario .ui-icon {
	display: inline-block;
	vertical-align: middle;
}
#div_FormTrocaSenha {
	width: 275px;
	padding: 10px;
	background: #FFF;
	display: none;
}
#senhaForte {
	width: 255px;
	height: 14px;
	background-color: #eaeaea;
	border: 1px solid #d8d8d8;
	border-radius: 4px 4px 4px 4px;
	color: #999;
	font-family: verdana,helvetica;
	font-size: 8pt !important;
	margin: 0;
	margin-top: 5px;
	padding: 2px 2px 2px 8px;
	text-align: center;
}
#senhaForte.nivel1 {
	background-color: #ffa2a5;
}
#senhaForte.nivel2 {
	background-color: #e7eaa6;
}
#senhaForte.nivel3 {
	background-color: #bdeaa6;
}
#logo {
	position: absolute;
	top: 2px;
	left: 10px;
}
#load_dialog_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100001;
}
#load_dialog_body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100002;
	padding: 0;
}
#load_dialog_fechar {
	position: absolute;
	right: 0;
	top: 2px;
}
#load_dialog_body table {
	border-collapse: 0;
	border-spacing: 0;
}
#load_dialog_body .msg {
	position: relative;
	margin: auto;
	text-align: center;
	width: 50%;
	padding: 5px;
	border: 1px solid #CC4;
	border-radius: 4px 4px 4px 4px;
}
#load_dialog_body .b {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}
#load_dialog_body .bgy {
	background: #FF6;
	color: #585858;
}
#load_dialog_body .bgg {
	background: #73BE33;
	color: #fff;
}
#load_dialog_body .bgr {
	background: #F00;
	color: #fff;
}
#tb_message .close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url('../icon/fechar.png') no-repeat;
	cursor: pointer;
}
#tb_message #div_message {
	padding: 10px;
	font-size: small;
	position: relative;
	border-radius: 6px;
	background: #CCC;
	color: #000;
	border: 1px solid #AAA;
	box-shadow: 3px 3px 5px #CCC;
}
#tb_message #div_message.warning {
	background: #fff2ae;
	color: #635a00;
	border-color: #5a4e2e;
}
#tb_message #div_message.error {
	background: #ffb1a9;
	color: #800000;
	border-color: #5a2522;
}
#tb_message #div_message.confirm {
	background: #d1ffb3;
	color: #136300;
	border-color: #405a38;
}
form label {
	display: block;
	margin-top: 10px;
	font-size: 9pt;
	color: #888;
}
form label.in {
	display: inline;
}
#loading {
	position: absolute;
	display: none;
}
.erros {
	padding: 5px;
}
.erro, .aviso, .ajuda {
	border: 1px solid red;
	padding: 10px;
	margin: 5px;
	background: #E99;
	color: black;
}
.aviso {
	border-color: #B0B100;
	background: #FFFFC5;
}
.avisoMsg {
	color: red;
	font-size: 120%
}
.ajuda {
	border-color: #777;
	background: #090D3E;
	font-style: italic;
	color: white;
}
.info {
	margin: 5px;
	padding: 5px;
	border-color: #777;
	font-style: italic;
}
.max {
	width: 100%;
}
.nowr {
	white-space: nowrap;
}
.sim {
	font-weight: bold;
	color: #0C0;
}
.nao {
	color: #C00;
}
.exp {
	color: #700;
	background: #FCC;
}
.inf {
	color: #777;
	font-style: italic;
}
a, .lnk {
	cursor: pointer;
}
.esc {
	display: none;
}
.rt {
	text-align: right;
}
.ce {
	text-align: center;
}
h1 {
	padding: 5px 10px;
	margin: 0;
	border-bottom: 2px solid #C7BB7E;
	margin-bottom: 10px;
	color: #005D95;
	text-shadow: 0 2px 2px #999;
	font-weight: normal;
}
.metade {
	width: 50%;
	float: left;
}
table {
	width: 100%;
	border-collapse: collapse;
}
.lista th, .lista td {
	border: 1px solid #CCC;
	padding: 5px;
}
.lista tr.odd {
	background: #DEF;
}
.historico {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.lista {
	width: 300px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #1485D6;
}
.lista li {
	overflow: hidden;
	white-space: nowrap;
	padding: 5px;
}
.lista li:hover {
	background: #D1E9FA;
	cursor: pointer;
}
.lista li.selecionado {
	background: #1485D6;
	color: white;
}
.lista ul {
	margin: 0;
	padding: 0;
	margin-left: 5px;
}
.listaform {
	display: none;
	margin-left: 300px;
	padding: 10px;
	border-left: 1px solid #1485D6;
}
.filtro {
	margin: 0;
	padding: 5px;
	border-bottom: 2px solid #1485D6;
}
.filtro th {
	text-align: left;
	font-style: italic;
	font-weight: normal;
	font-size: x-small;
}
#aviso, #avisoDialog {
	display: none;
}
.geraTabela {
	border-collapse: collapse;
	background: #C9C9C9 url("tema/images/ui-bg_highlight-hard_25_c9c9c9_1x100.png") repeat-x scroll 50% top;
}
.geraTabela thead tr th {
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #c9c9c9;
	height: 26px;
	font-weight: bold;
	background-color: #ADABAB;
	padding: 0 2px;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #C9C9C9;
}

.geraTabela thead tr th.tools:first-child {
	border-left: 1px solid #E9E9E9;
}
.geraTabela thead tr th.tools {
	width: 16px;
	border-right: 0;
	border-left: 0;
}
.geraTabela tfoot tr th {
	font-weight: bold;
	background: url("../imagens/tb_foot.png") repeat-x;
	padding: 0 2px;
	border: 1px solid #E6E6E6;
	border-top: 0;
	text-align: right;
}
.geraTabela tbody tr td {
	padding: 0 2px;
	font-size: 8pt;
	border: 1px solid #E6E6E6;
}
.geraTabela tbody tr td.tools:first-child {
	border-left: 1px solid #E6E6E6;
}
.geraTabela tbody tr td.tools {
	border-right: 0;
	border-left: 0;
}
.geraTabela tbody tr.even {
	background: #c9d6e7;
}
.geraTabela tbody tr.odd {
	background: #fff;
}

.geraTabela .input-GeraTabela {
	width: 98%;
	background: none;
	border: none;
}
.geraTabela tbody .over, .odd .on, .even .on {
	background: #FFEF66;
	cursor: pointer;
}
.geraTabela tbody tr:hover {
	background: #ffc;
}
.geraTabela tbody tr .first {
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
}
.geraTabela tbody tr.selecionada {
	background: #E9D634 !important;
}
.geraTabela .form {
	cursor: pointer;
}
.geraTabela .divNavPage {
	border: 0;
}
.geraTabela .divNavPage table {
	border: 0;
	margin-bottom: 5px;
}
.geraTabela .divNavPage .adicionar, .geraTabela .divNavPage .paginacao, .geraTabela .divNavPage .configuracao {
	border: 0;
}
.geraTabela .divNavPage .paginacao {
	white-space: nowrap;
	text-align: right;
}
.geraTabela .btn {
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
}
.geraTabela .btn:hover {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
}
.geraTabela .farol {
	cursor: pointer;
	opacity: 1;
	-moz-opacity: 1;
}
.geraFiltro {
	background: url("../imagens/tb_head.png") repeat-x left -2px;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #C9C9C9;
	border-top: 1px solid #F4F4F4;
	height: 25px;
}
.geraFiltro label {
	padding: 0 0 0 8px;
	margin: 0;
	display: inline;
	font-style: normal;
}
.geraFiltro table {
	width: auto;
}
.geraFiltro tbody tr td {
	border: 0;
	padding: 0;
}
.geraFiltroMultiline label {
	padding: 0;
	display: block;
}
.geraFiltroMultiline tbody tr td {
	padding-left: 5px;
}
.geraFiltroMultiline {
	background: url("../imagens/tb_head.png") repeat-x left -10px;
}
.LinhaAutcomplete:nth-child(even) {
	background-color: #c9d6e7;
}
.LinhaAutcomplete:nth-child(odd) {
	background-color: #fff;
}
.table_autcomplete tbody tr:hover,.table_autcomplete .ui-state-focus {
	background: #FFEF66 !important;
	cursor: pointer;
	color: #201f1f !important;
}
.ordenavel {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ordenavel li {
	margin: 0 3px 3px 3px;
	padding: 0.4em;
	padding-left: 1.5em;
	font-size: small;
}
.ordenavel li span {
	cursor: move;
	position: absolute;
	margin-left: -1.3em;
}
.ordenavel .ui-state-highlight {
	height: 1.3em;
}
.direcao {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	background: url('../icon/direcao.png') no-repeat;
}
.direcao.desc {
	background-position: top 16px;
}
.ui-datepicker-trigger {
	top: 5px;
	position: relative;
}
.ui-tabs-nav {
	background: none;
	border: 0;
}
.ui-tabs {
	background: none;
	border: 0;
}
.ui-tabs-panel {
	background: url("tema/images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF !important;
	border: 1px solid #ccc !important;
	box-shadow: 0 0 8px #c4c4c4;
	overflow-y: auto;
}
.lista_pagadores {
	width: 100%;
	border-collapse: collapse;
}
.link {
	cursor: pointer;
}
.listarecursiva {
	list-style-type: none;
	text-align: right;
}
.listarecursiva button {
	position: relative;
	margin-right: 8px;
	margin-bottom: 5px;
}
.title_coment {
	margin-left: -40px;
	padding-left: 0px;
}
.texto_comentario {
	text-align: left !important;
	margin-left: -20px !important;
	padding-left: 0px !important;
}
.add {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	background: url('../icon/mais.gif') no-repeat;
	margin-left: 0px;
}
.minus {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	background: url('../icon/menos.gif') no-repeat;
}
table.acesso {
	width: auto;
	border: 1px solid #e8e8e8;
	margin-top: 10px;
}
table.acesso thead th {
	background: #E6E6E6;
	border-bottom: 1px solid #e8e8e8;
}
table.acesso tbody th {
	text-align: left;
}
table.acesso tbody th,
table.acesso tbody td,
table.acesso thead th {
	padding: 3px;
}
table.acesso tfoot td {
	font-size: x-small;
	text-align: center;
	border-top: 1px solid #e8e8e8;
	background: #EFEFEF;
	padding: 5px 0;
}
table.acesso label {
	color: #000;
	margin-top: 0;
	font-size: inherit;
}
#checks {
	position: absolute;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
	background: #FFF;
	border: 1px solid #EEE;
	box-shadow: 0 2px 3px #DDD;
}
#checks li {
	cursor: pointer;
	padding-right: 3px;
}
#checks li:hover {
	background: #E6E6E6;
}
.expand {
	display: block;
	width: 16px;
	height: 16px;
	background: url('../icon/expand.png') right top no-repeat;
}
.expand.clicado {
	background-position: left top;
}
.expand_trid {
	padding: 10px !important;
	font-size: 80% !important;
}
.MaisMenos {
	width: 460px;
	height: 16px;
	position: relative;
}
.mais {
	background: url("../icon/mais.gif") left center no-repeat;
	height: 16px;
	padding-right: 3px;
	display: block;
	vertical-align: middle;
	cursor: pointer;
	width: 16px;
	float: right;
}
.menos {
	background: url("../icon/menos.gif") left center no-repeat !important;
	height: 16px;
	padding-right: 3px;
	display: block;
	vertical-align: middle;
	cursor: pointer;
	width: 16px;
	float: right;
}
.MaisMenosDdados {
	width: 460px;
	position: relative;
	display: none;
}

/*
* Tabs Mensagens
*/

#painel-tabs .ui-widget-content {
	/*	border: 1px solid #aaaaaa;*/
	background: #ffffff url("tema/images_tabs/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x !important;
	color: #222222;
}
#painel-tabs .ui-widget-content a {
	color: #222222;
}

#painel-tabs .ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #f3fffa;
	color: #222222;
	font-weight: bold;
	/*	height:500px;*/
}
#painel-tabs .ui-widget-header a {
	color: #222222;
}
#painel-tabs .ui-state-default,
#painel-tabs .ui-widget-content .ui-state-default,
#painel-tabs .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	border-right: 0px;
	background: #e6e6e6 url("tema/images_tabs/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x !important;
	font-weight: normal;
	color: #555555;
}
#painel-tabs .ui-state-default a,
#painel-tabs .ui-state-default a:link,
#painel-tabs .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
#painel-tabs .ui-state-hover,
#painel-tabs .ui-widget-content .ui-state-hover,
#painel-tabs .ui-widget-header .ui-state-hover,
#painel-tabs .ui-state-focus,
#painel-tabs .ui-widget-content .ui-state-focus,
#painel-tabs .ui-widget-header .ui-state-focus {
	border-top: 1px solid #999999 !important;
	border-left: 1px solid #999999 !important;
	border-bottom: 1px solid #999999 !important;
	background: #dadada url("tema/images_tabs/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x !important;
	font-weight: normal !important;
	color: #212121 !important;
}
#painel-tabs .ui-state-hover a,
#painel-tabs .ui-state-hover a:hover,
#painel-tabs .ui-state-hover a:link,
#painel-tabs .ui-state-hover a:visited,
#painel-tabs .ui-state-focus a,
#painel-tabs .ui-state-focus a:hover,
#painel-tabs .ui-state-focus a:link,
#painel-tabs .ui-state-focus a:visited {
	color: #212121 !important;
}
#painel-tabs .ui-widget-content .ui-state-active {
	border-top: 1px solid #aaaaaa !important;
	border-left: 1px solid #aaaaaa !important;
	border-bottom: 1px solid #aaaaaa !important;
	background: #ffffff url("tema/images_tabs/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x !important;
	font-weight: normal;
	color: #212121 !important;
}
#painel-tabs .ui-state-active a,
#painel-tabs .ui-state-active a:link,
#painel-tabs .ui-state-active a:visited {
	color: #212121 !important;
	text-decoration: none;
}
.ui-tabs-vertical {
	width: 100%;
}
.ui-tabs-vertical .ui-tabs-nav {
	padding: .2em .1em .2em .1em;
	float: left;
	width: 5em;
}
.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 1px !important;
	margin: .1px;
	box-shadow: 0px 0px 0px !important;
}
.ui-tabs-vertical .ui-tabs-nav li a {
	display: block;
}
.ui-tabs-vertical .ui-tabs-nav li a #iconMensage,
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a:hover #iconMensage {
	white-space: nowrap;
	display: block;
	background: url("../icon/mail.png") bottom left no-repeat;
	width: 32px;
	height: 25px;
	cursor: pointer;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a #iconMensage,
.ui-tabs-vertical .ui-tabs-nav li a:hover #iconMensage {
	white-space: nowrap;
	display: block;
	background: url("../icon/mail.png") top left no-repeat;
	width: 32px;
	height: 25px;
}
.ui-tabs-vertical .ui-tabs-nav li a #iconModulos,
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a:hover #iconModulos {
	white-space: nowrap;
	display: block;
	background: url("../icon/modulos.png") bottom left no-repeat;
	width: 32px;
	height: 25px;
	cursor: pointer;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a #iconModulos,
.ui-tabs-vertical .ui-tabs-nav li a:hover #iconModulos {
	white-space: nowrap;
	display: block;
	background: url("../icon/modulos.png") top left no-repeat;
	width: 32px;
	height: 25px;
}
.ui-tabs-vertical .ui-tabs-nav li a #iconEnviadas,
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a:hover #iconEnviadas {
	white-space: nowrap;
	display: block;
	background: url("../icon/enviadas.png") bottom left no-repeat;
	width: 32px;
	height: 25px;
	cursor: pointer;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a #iconEnviadas,
.ui-tabs-vertical .ui-tabs-nav li a:hover #iconEnviadas {
	white-space: nowrap;
	display: block;
	background: url("../icon/enviadas.png") top left no-repeat;
	width: 32px;
	height: 25px;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	padding-left: -2px !important;
	border-right-width: 0px !important;
	margin: .1em;
}
.ui-tabs-vertical .ui-tabs-panel {
	padding: 1em;
	float: left;
	margin-left: -1px !important;
}

#painel-tabs .naolida {
	font-weight: bold;
	color: #4A4A4A;
	cursor: pointer;
}
#painel-tabs .texto_mensagem {
	border-bottom: 3px solid #DDD;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DDD), to(transparent));
	background-image: -webkit-linear-gradient(transparent,#DDD);
	background-image: -moz-linear-gradient(transparent,#DDD),
	-moz-linear-gradient(transparent,#DDD);
	background-image: -o-linear-gradient(transparent,#DDD),
	-o-linear-gradient(transparent,#DDD);
	background-image: linear-gradient(transparent,#DDD),
	linear-gradient(transparent,#DDD);
	-moz-background-size: 3px 100%;
	background-size: 3px 100%;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	display: none;
}
.lerMensagens {
	display: block;
	background: url("../icon/modulos.png") bottom left no-repeat;
	width: 32px;
	height: 25px;
	cursor: pointer;
}
.lerMensagens:hover {
	white-space: nowrap;
	display: block;
	background: url("../icon/modulos.png") top left no-repeat;
	width: 32px;
	height: 25px;
}

.submenuPrincipal {
	position: absolute;
	display: none;
	z-index: 9;
	border: 1px solid #247d2a;
	border-top: 0px none;
	border-radius: 0 0 8px 8px;
	margin-top: 26px;
}

.submenuPrincipal ul {
	border-radius: 6px;
	/*box-shadow: 5px 5px 5px 1px rgba(192, 192, 192, 0.7);*/
	margin: 0px;
	padding: 0px;
}
.submenuPrincipal ul li:last-child {
	border-radius: 0 0 8px 8px;
	border-bottom: 0;
}
.submenuPrincipal ul li {
	font-size: 9pt;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#e8e8e8');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e8e8e8));
	background: -moz-linear-gradient(top,  #FFF,  #e8e8e8);
	cursor: pointer;
	padding: 5px !important;
	border: 1px solid;
	border-color: #fff #e8e8e8 #ccc;
	float: none !important;
	height: auto !important;
	display: block !important;
	width: 160px;
	color: #000;
	text-shadow: 1px 1px 2px rgba(200, 200, 200, 1);
}
.submenuPrincipal ul li:hover, .submenuPrincipal ul li.hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdcdcd', endColorstr='#FFFFFF');
	background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#FFF));
	background: -moz-linear-gradient(top,  #cdcdcd,  #FFF);
}
.submenuPrincipal ul li.ativo {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2282c9', endColorstr='#155f90');
	background: -webkit-gradient(linear, left top, left bottom, from(#2282c9), to(#155f90));
	background: -moz-linear-gradient(top,  #2282c9,  #155f90);
	color: #FFF;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.tituloSubmenu {
	height: 25px;
	line-height: 35px;
	padding: 5px 8px 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
	font-family: Verdana,Arial,sans-serif;
	margin-bottom: -4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#E3E3E3)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #E3E3E3); /* for firefox 3.6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3'); /*for IE*/
	border: 1px solid #E8E8E8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 3px #B7B7B7;
	-webkit-box-shadow: 3px 3px 3px #B7B7B7;
	box-shadow: 3px 3px 3px #B7B7B7;
	background: #FFF url("../imagens/abas_fundo_ativo.png") repeat-x scroll 0px 0px !important;
	color: #FFF;
	border-bottom: 0px none;
	border-color: #69996D !important;
	margin-left: 10px;
	margin-right: 10px;
}

.indicador_suspenso {
	background-image: url('../icon/pointer_down.png');
}

.fillborder {
	border-top: 1px solid #247d2a;
	width: 51px;
}

/*Novas Inserções */
#obnota {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px dotted #c9c9c9;
	font-size: 12px;
}
.bottom_conteudo {
	padding-top: 10px;
	width: 100%;
	height: 200px;
	color: #c9c9c9;
	font-size: 13px;
}
.content_r, .obnota {
	float: left;
	width: 33%;
	border-right: 2px dotted #c9c9c9;
	height: 94%;
}
.obnota {
	border: none;
}

.content_r:last-child {
	border-right: none;
}

.content_r p, .obnota p {
	padding-left: 30px;
}
.content_r:nth-child(2) p {
	padding-right: 40px;
	text-align: right;
}
.str {
	float: right;
	width: 100px;
	text-align: left;
	padding-left: 3px;
	color: white;
}
.str_2 {
	color: white;
	font-size: 20px;
}
.content_r:last-child p {
	text-align: center;
}
.content_r:last-child p:first-child {
	font-size: 18px;
}

.btn_cancelar {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	background-color: #a1a1a1;
	background-image: url("../imagens/btn_cancelar.png");
	background-repeat: no-repeat;
	background-position: -1px top;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 119px;
	height: 40px;
	border: none;
	cursor: pointer;
}
.btn_salvar {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	background-color: #95ca49;
	background-image: url("../imagens/btn_salvar.png");
	background-repeat: no-repeat;
	background-position: -1px top;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 119px;
	height: 40px;
	border: none;
	cursor: pointer;
}

.btn_sucess{
	padding: 10px;
	margin: 0px 0px 0px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;

	border: none;
	cursor: pointer;
	background: #8ac23a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhYzIzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzNlYjY0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZWE4M2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #8ac23a 0%, #3eb640 51%, #3ea83d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8ac23a 0%,#3eb640 51%,#3ea83d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8ac23a 0%,#3eb640 51%,#3ea83d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac23a', endColorstr='#3ea83d',GradientType=0 ); /* IE6-8 */
}
.btn_sucess:hover{
	background: #8fc800; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #8fc800 0%, #8fc800 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8fc800 0%,#8fc800 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8fc800 0%,#8fc800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#8fc800',GradientType=0 ); /* IE6-8 */
}
#monitordesconto_titulo {
	font-family: 'Arial';
	text-align: center;
	font-size: 26pt;
	font-weight: bold;
}
#monitordesconto_titulo strong {
	color: rgb(40,40,40);
	text-shadow: 0 0 10px #e7e7e7, 0 -5px 10px #e7e7e7,
	0 5px 10px #e7e7e7, -10px 0 20px #e7e7e7,
	10px 0 20px #e7e7e7;
}

/*Separação*/

#sep-body {
	font-family: Verdana;
	width: 100%;
	height: 100%;
	background-color: white;
	overflow-y: auto;
}

.sep-titulo {
	background-color: #0B59A5;
	height: 60px;
	line-height: 60px;
}

.sep-titulo h1 {
	border: unset;
	display: inline;
	font-weight: bold;
	font-size: 220%;
}

.sep-titulo span {
	margin-right: 5px;
	font-size: 16px;
}

.sep-titulo h1, .sep-titulo span {
	color: white;
}

.sep-titulo span {
	float: right;
}

#sep-filtro {
	color: #8E8E8E;
	padding:15px 10px 0 10px;
	font-size: 16px;
}

#sep-filtro input {
	width: 150px;
}

#sep-filtro button {
	width: 80px;
	height: 30px;
	font-size: 100%;
}

#sep-list {
	padding: 5px;
	padding-top: 30px;
	overflow-y: auto;
}

#sep-list table {
	border: 1px solid #C0C0C0;
}

#sep-list > table > thead {
	color: white;
	font-weight: bold;
	background-color: #666666;
}

#sep-list table tr  {
	height: 60px;
}

#sep-list th {
	border-right: 1px solid #C0C0C0;
	padding: 2px;
	font-size: 16px;
}

#sep-list > table > tbody tr {
	border-bottom: 1px solid #C0C0C0;
}

#sep-list > table > tbody tr > td {
	border-right: 1px solid #C0C0C0;
	padding: 4px;
	font-size: 16px;
}

#sep-btnuser {
	cursor: pointer;
}

.sep-tabela .even {
	background: #B3B3B3;
}

.sep-tabela .odd {
	background: #fff;
}

.sep-tabela tbody tr:hover {
	background: #ffc;
}

#sep-info {
	padding: 20px;
}

#sep-info tr {
	height: 40px;
}

#sep-info td {
	font-weight: bold;
	font-size: 16px;
}

#sep-info td label {
	color: #8E8E8E;
	font-size: 80%;
}

#sep-info #infohide {
	height: 60px;
	border: 1px solid #FEBC68;
	padding-left: 5px;
}

#sep-info #infohide table {
	height: 100%;
}

#sep-botoes button {
	height: 40px;
	color: white;
	font-size: 16px;
	border: none;
	border-radius: 3px;
}

#sep-botoes {
	text-align: right;
	padding-right: 5px;
	margin-top: 5px;
}

#sep-botoes #confirmar {
	background: green;
	margin-left: 5px;
}

#sep-botoes #cancelar {
	background: red;
}
.thead-conferencia tr th{
	height: 40px !important;
	background-color: #4BA121 !important; /* Old browsers */
	font-size: 14px;


}
.thead-conferencia th{
	color: #ffffff;
	border-right: 1px solid #BDBECA;
}
.tbody-conferencia tr td{
	height: 40px !important;
	color: #000000 !important;
}

.imgs_codbarras img{
	cursor: pointer;

}

.aprovado_reprovado{
	width: 38px;
	height: 38px;
	overflow: hidden;
	cursor: pointer;
	background: url('../icon/aprovado_reprovado.png') bottom center ;
}

.aprovado{
	background: url('../icon/aprovado_reprovado.png') top center !important;
}
