body {
  margin: 0;
  padding: 0;
  color: black;
  background: url('../imagens/fundo.png') repeat;
  font-family: verdana;
}
a:link, a:visited {
  color: #31688F;
  text-decoration: none;
}
a img {
  border: 0;
}
button img {
  vertical-align: middle;
}
#login {
	width: 260px;
	margin: auto;
	border: 1px solid #BBB;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #AFAFAF;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
}
#formlogin input,
#formlogin button {
	width: 260px;
}
#container {
  padding: 0;
}
#page-header {
  width: 100%;
  position: relative;
  color: #666;
	background: url('../menu/fundo.png') repeat;
	height: 122px;
	z-index: 999;
}
footer {
  font-size: x-small;
  text-align: center;
  padding: 20px;
  color: #7a7979;
  text-shadow: 0 2px 3px #afafaf;
}
#menuusuario {
  position: absolute;
  top: 40px;
  right: 10px;
}
#menumapa {
	position: absolute;
	top: 40px;
	left: 250px;
}
#div_FormTrocaSenha {
	position: absolute;
	top: 58px;
	right: 12px;
	width: 275px;
	padding: 10px;
	background: #FFF;
	background-image: linear-gradient(bottom, rgba(230,230,230,0), rgba(210,210,210,.4) 50%, rgba(190,190,190,.4) 90%);
	background-image: -o-linear-gradient(bottom, rgba(230,230,230,0), rgba(210,210,210,.4) 50%, rgba(190,190,190,.4) 90%);
	background-image: -moz-linear-gradient(bottom, rgba(230,230,230,0), rgba(210,210,210,.4) 50%, rgba(190,190,190,.4) 90%);
	background-image: -webkit-linear-gradient(bottom, rgba(230,230,230,0), rgba(210,210,210,.4) 50%, rgba(190,190,190,.4) 90%);
	background-image: -ms-linear-gradient(bottom, rgba(230,230,230,0), rgba(210,210,210,.4) 50%, rgba(190,190,190,.4) 90%);
	border: 1px solid #CCC;
	border-radius: 5px 0 5px 5px;
	display: none;
}
#btn_senha {
	position: relative;
	top: 40px;
	right: 12px;
}
#btn_sair {
	position: absolute;
	right: 14px;
}
#btn_senha.ativo {
	background: #CCC;
}
#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;
}
#menu {
	font-size: 0.85em;
	clear: both;
	margin: 0;
	padding: 0 5px 2px 230px;
	font-weight: normal;
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu a.ativo div.icone_menu, #menu a.clicado div.icone_menu  {
	background-position: 0 -110px;
}
#menu a.ativo div.icone, #menu a.clicado div.icone {
	background-position: 0 -46px;
}
#menu li img {
	margin: auto;
	display: block;
}
#menu a, #menu a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	float: left;
}
#menu a:hover {
	cursor: pointer;
}
#menu .icone_menu {
	background-image: url('../menu/menu.png');
	height: 110px;
	width: 144px;
}
#menu .titulo {
	height: 17px;
	padding: 6px 10px;
	overflow: hidden;
	text-align: center;
}
#menu .empresas,
#menu .importar,
#menu .cadastros,
#menu .relatorios,
#menu .usuarios,
#menu .manutencao,
#menu .travessia,
#menu .compras {
	background-image: url('../menu/compras.png');
	height: 46px;
	width: 40px;
	margin: auto;
	margin-top: 20px;
}
#menu .empresas {
	background-image: url('../menu/contratos.png');
	width:85px;
}
#menu .importar {
	background-image: url('../menu/importar.png');
}
#menu .cadastros {
	background-image: url('../menu/cadastros.png');
}
#menu .manutencao {
	background-image: url('../menu/manutencao.png');
}
#menu .relatorios {
	background-image: url('../menu/relatorios.png');
}
#menu .usuarios {
	background-image: url('../menu/usuarios.png');
}
#menu .travessia {
	background-image: url('../menu/travessia.png');
}
#load_dialog_body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100002;
	padding: 0;
}
#load_dialog_body table {
	border-collapse: 0;
	border-spacing: 0;
}
#load_dialog_body.msg {
	padding: 5px 10px;
}
#load_dialog_body.b {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}
#load_dialog_body.bgy {
	background: #FF6;
}
#load_dialog_body.bgg {
	background: #73BE33;
}
#load_dialog_body.bgr {
	background: #F00;
}
#tb_message .close {
	position: absolute;
	top: 3px;
	right: 2px;
	display: block;
	width: 16px;
	height: 16px;
	background: url('../icon/fechar.png') no-repeat;
	cursor: pointer;
}
#tb_message {
	position: relative;
}
#tb_message #div_message {
	padding: 10px;
	font-size: small;
}
form label {
  display: block;
  margin-top: 10px;
  font-size: 9pt;
	color:#888;
}
form label.in {
  display: inline;
}
#loading {
  position: absolute;
  display: none;
}
#conteudo {
	padding: 15px;
}
.erros {
  padding: 5px;
}
.erro, .aviso, .ajuda {
  border: 1px solid red;
  padding: 10px;
  margin: 5px;
  background: #E99;
  color: black;
}
.aviso {
  border-color: #B0B100;
  background: #FFFFC5;
}
.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;
}
.lt {
  text-align: left;
}
.rt {
  text-align: right;
}
.ce {
  text-align: center;
}
.desistencia {
	color: #999;
	font-style: italic;
}
.flex {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex>div {
	flex-grow: 1;
}
.flexflow {
	  display: flex;
	  flex-flow: row wrap;
}
.flexflow>div {
	flex: 1 100%;
}
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;
}
.solicitacao {
  position: relative;
  margin: 6px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 22%, #dcdcdc 70%, #dcdcdc 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(22%,#e8e8e8), color-stop(70%,#dcdcdc), color-stop(100%,#dcdcdc)) !important;
  box-shadow: 0 3px 3px #999;
}
.solicitacao .dados {
  padding: 5px;
}
.solicitacao .botoes {
  min-height: 46px;
  text-align: right;
  border-radius: 0 0 5px 5px;
  padding: 3px;
	background: -moz-linear-gradient(top, #9a9a9a 0%, #afafaf 22%, #afafaf 50%, #9a9a9a 80%, #ababab 100%) !important;
}
.solicitacao .cancelar {
  position: absolute;
  right: 0;
}
.solicitacao .id {
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: small;
  padding: 3px;
  background: -moz-linear-gradient(top, #efefef 0%, #bcbcbc 70%, #bcbcbc 100%) !important;
  border-radius: 5px 0;
  border: 1px solid #DCDCDC;
}
.solicitacao .empresa {
  font-weight: bold;
  text-align: center;
  color: #3383BB;
  text-shadow: 0 2px 2px #CCC;
}
.solicitacao .responsavel {
  display: inline;
  font-size: small;
  line-height: 46px;
  float: left;
}
.solicitacao .tempo {
  text-align: right;
  font-size: small;
  font-style: italic;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.atender {
	background: rgb(255, 255, 255);
	border-radius: 5px;
}
.protocolo caption, .atender caption {
  font-size: x-large;
  border-bottom: 3px solid black;
}
.protocolo th {
  border-right: 1px solid #ccc;
}
.protocolo th, .protocolo td, .atender th, .atender td {
  padding: 5px;
}
.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 {
	display: none;
}
/* geraTabela */
.geraTabela {
	border-collapse:collapse;
  background: #FFF;
}
.geraTabela caption {
	font-weight: bold;
	background: url("../imagens/tb_foot.png") repeat-x;
	padding: 0 2px;
}
.geraTabela thead tr th {
	border-top:1px solid #F4F4F4;
	border-bottom:1px solid #c9c9c9;
	height:26px;
	font-weight:bold;
	background:url("../imagens/tb_head.png") repeat-x left -2px;
	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 .even,
.even {
	background:#f6f6f6;
}
.geraTabela tbody .odd,
.odd {
	background:#fff;
}
.geraTabela tbody .over, .odd .on, .even .on {
	background:#FFEF66;
	cursor:pointer;
}
.geraTabela tbody .even:hover,
.geraTabela tbody .odd:hover,
.even:hover, .odd:hover {
		background:#ffc;
}
.geraTabela tbody tr .first{
	border-bottom:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
}
.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;
}
.geraTabela .geraColuna {
	display: inline-block;
}
.geraTabela .geraColuna .ui-combobox {
	padding-right: 18px;
}
.geraFiltro {
	font-size: 75%;
	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 3px 0 8px;
	display: inline;
	font-size: 100%;
	font-style: normal;
}
#geraTabelaFiltro label {
	font-size: 100%;
}
.geraTabela .geraColuna {
	display: inline-block;
}
.geraTabela .geraColuna .ui-combobox {
	padding-right: 18px;
}
.geraTabela .btnFormSalvar {
	margin-left: 5px;
}
#geraTabelaFiltro .btnFormSalvar,
#btnFiltrar {
	font-size: 100%;
}
#geraTabelaFiltro {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.geraFiltroBotao {
	margin-left: 10px;
}
.container-field {
	width: 330px;
	display: inline-block;
}
.container-field-filter {
	padding: 0 15px 0 15px;
	display: inline-block;
}
.geraFiltro table {
	width: auto;
}
.geraFiltro tbody tr td {
	font-size: 70%;
	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;
}
.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;
}
#tabs {
	border: 0;
}
.ui-tabs-nav {
	background: none;
	border: 0;
}
.ui-tabs-nav li {
	background: url("../imagens/abas_fundo.png") repeat-x scroll 0 0 #FFFFFF !important;
	border-color: #999 !important;
}
.ui-tabs-nav li.ui-state-hover {
	background: url("../imagens/abas_fundo_hover.png") repeat-x scroll 0 0 #FFFFFF !important;
	border-color: #83532F !important;
}
.ui-tabs-nav li.ui-state-active, .alterar_comentario {
	background: url("../imagens/abas_fundo_ativo.png") repeat-x scroll 0 0 #FFFFFF !important;
	border-color: #83532F !important;
}
.ui-tabs .ui-tabs-nav li a {
	color: #FFF;
}
.ui-tabs .ui-tabs-panel {
	overflow-x: auto;
	padding: 1em;
	margin-top: 2.7em;
}
.ui-autocomplete {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000 !important;
}
.ui-menu-item {
	border-bottom: 1px solid #eee;
}
.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;
}

.fieldSet {
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	box-shadow: 0 0 5px #E8E8E8;
	padding: 8px 4px 4px 8px;
	margin: 20px 0 15px;
}
.fieldSetatual {
	box-shadow: 0 0 15px #999999;
}
.fieldSetanterior {
	box-shadow: 0 0 5px #CCCCCC;
}
.fieldSetproximo {
	opacity: .4;
}
.fieldSet > .legenda {
	background: #EDEDED;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	border-radius: 5px;
	box-shadow: 0 0 5px #E8E8E8;
	-webkit-box-shadow: 0 0 5px #E8E8E8;
	color: #585858;
	margin: -10px 0 0 0;
	padding: 5px;
}
.fieldSetatual > .legenda {
  font-size: 120%;
  font-weight: bold;
}

.lista_pagadores {
  width: 100%;
  border-collapse: collapse;
}

.lista_pagadores .odd, .lista_coletas .odd {
	background: #CCC;
}
.lista_pagadores thead, .lista_coletas thead, .lista_ocorrencia thead, .log_usuarios thead {
  background: #ddd;
  border-bottom: 1px solid #777;
}
.lista_pagadores tfoot, .lista_coletas tfoot {
  background: #ddd;
  border-top: 3px solid #777;
}

.link {
  cursor: pointer;
}

.img_infp{
	margin-left:15px !important;
}

#com_text{
	width: 782px !important;
	height: 91px !important;
}
#listcoment{
	width: 805px;
	padding-bottom: 10px;
	max-height:200px;
	overflow: auto;
}
.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;
}
#nivelAcesso {
	list-style-type: none;
}

.classeValor {
	text-align: right;
}

#newItem{
	font-weight:bold;
	background: #4bff9b url(../imagens/ui-bg_glass_75_adicionar_novo_item_1x400.png) 50% 50% repeat-x !important;
	color:#014309 !important;
}

.itemLock {
	background: transparent url(../icon/senha.png) no-repeat scroll 50% center;
	text-align: right;
}

.contentImgProduto {
	text-align: center;
	cursor: pointer;
}

.toolTipImgs {
	padding: 8px;
	background: rgb(230, 230, 230);
	border: 2px solid #787274;
	border-radius: 3px;
	right: 65px;
	top: 140px;
	display: none;

	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}

.toolTipImgs img {
	display: block;
	margin: auto;
	max-width: 280px;
}

.addItem {
	background: #e8e8e8;
	font-style: italic;
	border-top: 3px solid #cecece;
}
#LegendaMapa{
	font-size: 0.75em;
	clear: both;
	margin: 0;
	padding: 5px;
	font-weight: normal;
}
#LegendaMapa li{
	list-style-type:none;
	padding-bottom: 5px;
}
@media print {
	.noprint,
	#menu,
	#menuusuario,
	#ultab,
	.geraTabela .divNavPage,
	.geraTabela .geraFiltro,
	#logo {
		display: none !important;
	}
	#logoPrint {
		display: block !important;
	}
	.ui-tabs-panel {
		box-shadow: none !important;
		background: none !important;
		border: none !important;
		overflow: auto !important;
	}
	@page {
		margin: 1cm;
	}
	body,
	#page-header {
		background: #FFF !important;
	}
	#page-header {
		width: auto;
		height: auto;
	}
}