
body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
}

/*
div { border: 1px solid #0f0;}
span { border: 1px solid #f0f;}
input { z-order: 100; }
*/

body, div, td, th {
  font-size: 11px;
}

a {
  color: #313031;
}

select {
  background-color: #e6edf7;
}

.bggray {
  background-color: #e0e0e0;
}

.toolTip {
	font-size: 9pt;
}
.toolTip {
	color: #000000;
	background-color: #FFC864;
	padding: 1px;
	border: 1px solid #000000;
}
.linkToolTip {
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
.linkToolTip:hover {
	color: #FFAE31;
}

/* -------------------------------------------------------------*/ 

#header {
  top: 0;
  left: 0;
  height: 72px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #F5F5F5;
  /* font-weight: normal; */
  /* border-bottom: 5px solid #C1CEBD; */
}

#header-titulo {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 16pt;
  color: #336699;
  text-decoration: none;
}

.header-comando:hover {
  color: #ffae31;
}

.header-comando {
  margin: 1px;
  font-size: 9pt;
  font-weight: bold;
  color: #1e4c7b;
  text-decoration: underline;
}

.textHistory {
  font-size: 10pt;
  color: #fff;
  text-decoration: none;
  text-align: left;
  /* font-weight: normal; */
}

.textCurrentHistory {
  font-size: 11pt;
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
}

#conteudo {
  padding-top: 0px;
}

.page-title {
  margin: 5px;
  margin-top: 10px;
  padding-left: 10px;
}

.generic-page-title {
  margin: 10px;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 11pt;
  color: #36c;
  font-weight: bold;
  border-bottom: 1px solid #369;
}

.generic-form-button {
  border-spacing: 0;
  font-size: 11px;
  z-index: 10;
}

.generic-form-button-label {
  font-size: 11px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background-color: #4d7497;
}

.generic-text-title {
  font-size: 11pt;
  color: #36c;
  font-weight: bold;
  padding-left: 10px;
}

.generic-text-required {
  font-weight: bold;
}

.generic-text-input {
  background-color: #e6edf7;
}

/* -------------------------------------------------------------*/ 

#home-queries {
  overflow: auto;
  /* border: 1px solid #000; */
  position: absolute;
  width:30%;
  height: 550px;
  /* margin: 5px; */
}

#home-queries .home-queries-item-text {
  text-decoration: none;
  color: #224f7d;
  font-weight: bold;
}

#home-queries .home-queries-item-text:hover {
  color: #ffae31;
}

#home-queries .home-queries-folder-text {
  text-decoration: none;
  color: #224f7d;
}

#home-queries .home-queries-folder-text:hover {
  color: #ffae31;
  font-weight: bold;
}

#home-info {
  position: absolute;
  margin-left: 32%;
  width:60%;
  height:500px;
}

.tree-item {
  clear: both;
}

.tree-item div {
  float: left;
}

.tree-item a {
  text-decoration: none;
  color: #000;
}

.history { }
.history-current { font-weight: bold; }

.acao {
  font-size: 11pt;
  font-weight: bold;
}

.scrolled {
  overflow: auto;
  border: 1px solid #000;
  background-color: #fff;
}

.scrolled-noborder {
  overflow: auto;
  background-color: #fff;
}

.form-input {
  border: 1px solid #000;
  /* background-color: #88f; */
}

.form-input-right {
  text-align: right;
  padding-right: 2px;
  border: 1px solid #000;
}

.grid-table {
  border-collapse: collapse;
}

.grid-table tr td, .grid-table tr th {
  border: 1px solid #369;
  padding: 2px;
  font-size: 10px;
}

.query-result-link {
  color: #00f;
}

.grid-table tr th {
  color: #fff;
  border: 1px solid #fff;
  background-color: #369;
  text-align: left;
}

tr.even-row {
  background-color: #e6edf7;
}

tr.odd-row {
  background-color: #fff;
}

.form-botao {
}

.text-error-title {
  font-weight: bold;
  font-size: 16px;
}

.text-error {
  font-weight: bold;
  color: #f33;
}

.text-big {
  font-size: 16px;
}

#ent-botao-confirma {
  white-space: nowrap;
}

.button-2d {
  font-size: 11px;
  z-index: 10;
  border-spacing: 0;
}

.button-2d-label {
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background-color: #4d7497;
}

/* -------------------------------------------------------------*/ 

.query-title {
  font-size: 11pt;
  border-bottom: 1px solid #369;
  color: #36c;
  font-weight: bold;
  padding-left: 15px;
  /* margin-top: 10px; */
  margin-bottom: 10px;
}

/* -------------------------------------------------------------*/ 

.tab-head-title {
  color: #184c7b;
  font-size: 11px;
  font-weight: bold;
}

.tab-head-title-required {
  color: #f44;
  font-size: 11px;
  font-weight: bold;
}

.ent-name {
  padding-top: 2px;
  border-bottom: 1px solid #369;
  margin-bottom: 8px;
}

.ent-name-label {
  font-size: 14px;
  color: #36c;
  padding-left: 20px;
}

.ent-tab-menu {
  padding-top: 8px;
  padding-bottom: 8px;
  clear: both;
}

.ent-form-errors {
  padding: 10px;
}

#ent-div {
  border: 1px solid #369;
  background-color: #fff;
}

.ent-form {
  position: relative;
  top: 0px;
  left: 0px;
}

.ent-frameset-inner {
  position: absolute;
  border: 1px solid #369;
}

.ent-frameset-outer {
  position: absolute;
}

.ent-frameset-title {
  position: absolute;
  font-size: 11px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  color: #fff;
  font-weight: bold;
  background-color: #369;
  z-index: 1;
}

.ent-form-frameset {
  position: absolute;
  left: 0;
  top: 0;
}

.ent-tab-errors {
  padding: 5px;
}

.ent-tab-errors-title {
  font-weight: bold;
  font-size: 11px;
  padding: 3px;
  padding-left: 25px;
  margin-bottom: 8px;
  background-image: url('../static/images/error.gif');
  background-position: 3px 3px;
  background-repeat: no-repeat;
}

.ent-tab {
  position: relative;
  left: 10px;
  border-top: 0px solid #fff;
  border-left: 0px solid #fff;
  border-bottom: 0px solid #888;
  border-right: 0px solid #888;
}

.ent-inner-tab {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0px solid #888;
  border-left: 0px solid #888;
  border-bottom: 0px solid #fff;
  border-right: 0px solid #fff;
}

.ent-tab-title {
  position: absolute;
  top: 5px;
  left: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #36c;
  border-bottom: 1px solid #369;
  padding-left: 15px;
}

.ent-label {
  position: absolute;
  font-size: 11px;
  font-weight: bold;  
}

.ent-form-label {
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.ent-form-label-required {
  position: absolute;
  left: 0;
  top: 0;
  color: #f44;
  font-weight: bold;
}

.ent-form-input {
  position: absolute;
  left: 0;
  top: 0;
  /* border: 1px solid #000; */
  z-index: 10;
  background-color: #e6edf7;
}

.ent-form-ref-list, .ent-form-history, .ent-form-attachment {
  position: absolute;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.ent-form-calendar {
  position: absolute;
}

.ent-form-cal-input {
  position: absolute;
  left: 0;
  top: 0;
  /* border: 1px solid #000; */
  z-index: 10;
}

.ent-form-cal-image {
  position: absolute;
  text-align: center;
  width: 18px;
  top: 0;
  /* padding-top: 2px; */
  z-index: 10;
}

.ent-form-cal-input {
  background-color: #e6edf7;
}

.ent-form-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.ent-form-checkbox-label {
  position: absolute;
  vertical-align: middle;
  left: 20px;
  top: 2px;
  font-size: 11px;
  line-height: 13px;
}

.ent-form-radio {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.ent-form-radio-label {
  position: absolute;
  vertical-align: middle;
  left: 20px;
  top: 2px;
  font-size: 11px;
  line-height: 13px;
}

.ent-form-button {
  position: absolute;
  left: 0;
  top: 0;
  border-spacing: 0;
  font-size: 11px;
  z-index: 10;
}

.ent-form-button-label {
  color: #fff;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  background-color: #4d7497;
}

.ent-form-select {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  /* border: 1px solid #000; */
  background-color: #e6edf7;
  z-index: 10;
}

.ent-form-select-option {
  background-color: #e6edf7;
}

.ent-control {
  position: absolute;
  font-size: 11px;
}

