@CHARSET "utf-8";

/* cores para a página inicial */
.P{
	background-color: limegreen;
}
.A{
	background-color: yellow;
}
.V{
	background-color: red;
}
/* fim */

body, a, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

a{
	text-decoration: none;
	color: #0563A9;
}

hr{
	color: #071440;
	background-color: #071440;
	height: 1px;
}

body {
	font-size: 0.8em;
}

table {
	border: 1px solid #0F4C6F;
	border-collapse: collapse;
}

a:visited{
	color:#0563A9;
}

a:hover{
	color: #87CEFA;
}

tr, td, th {
	border: none;
	padding: 2px 5px;
}

td.centro{
	text-align: left;
	}

tr.even {	
	/*background-color: #DDE;*/
	background-color: #8DB3E2;
}
th {
	background-color: #0F4C6F;
	color: #FFF;
}

fieldset {
	border: none;
}

.semBorda{
	border: none;
}
	
.inputFile {
	width: 1px;
	height:1px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
/*	background: url("../images/buttons/upload.png") no-repeat;*/
}

.inputFile input{
	width: 1px;
	line-height: 1px;
	position: absolute;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.inputFile:hover{
	cursor: pointer;
}

.inputFile input[type="file"] {
     cursor: pointer;
}  

.tree {
	border: none;
	background: url("../images/buttons/tree.png") no-repeat 4px;
	height: 16px;
	vertical-align: middle;
	text-decoration: none;
	border: none;
	padding-left: 18px;
}

.tree2 {
	border: none;
	background: url("../images/buttons/tree.png") no-repeat 8px;
	height: 16px;
	vertical-align: middle;
	text-decoration: none;
	border: none;
	padding-left: 20px;
}

.coluna_1,
.coluna_2{
	display: inline-table;
	margin-left: 30px;
}
.coluna_1_not_space,
.coluna_2_not_space{
	display: inline-table;
	margin-left: 1px;
}

.print,
.delete,
.delete1,
.download,
.apagar,
.historico,
.visualizar,
.calendario,
.confirm,
.cancel,
.lista,
.plus,
.subtract,
.new,
.editar,
.copiar,
.report,
.import {
	border: none;
	background: none;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 4px 0 4px;
}

.div_esq { 
	float: left;
}

.div_dir { 
	float: right;
	margin-left: 5px;
}

.delete {
	background-image: url("../images/buttons/delete.png");
	text-decoration: none;
}

.print {
	background-image: url("../images/buttons/printer.png");
	text-decoration: none;
}

.delete1 {
	background-image: url("../images/buttons/delete.png");
	text-decoration: none;
}

.confirm {
	background-image: url("../images/buttons/check.png");
	text-decoration: none;
}

.cancel {
	background-image: url("../images/buttons/cancel.png");
	text-decoration: none;
}

.download{
	background-image: url("../images/buttons/download.png");
	text-decoration: none;
}

.editar {
	background-image: url("../images/buttons/edit.png");
	text-decoration: none;
}

.copiar {
	background-image: url("../images/buttons/copiar.gif");
	text-decoration: none;
}

.report {
	background-image: url("../images/buttons/report.png");
	text-decoration: none;
}

.import {
	background-image: url("../images/buttons/import.png");
	text-decoration: none;
}

.plus {
	background-image: url("../images/buttons/plus.png");
	text-decoration: none;
}

.subtract {
	background-image: url("../images/buttons/subtract.png");
	text-decoration: none;
}

.apagar {
	background-image: url("../images/buttons/no.png");
	text-decoration: none;
}

.historico {
	background-image: url("../images/buttons/history.png");
	text-decoration: none;
}

.visualizar {
	background-image: url("../images/buttons/visualizar.png");
	text-decoration: none;
}

.calendario {
	background-image: url("../images/buttons/calendario.jpg");
	text-decoration: none;
}

.lista {
	background-image: url("../images/buttons/lista.png");
	text-decoration: none;
}

.new {
	background-image: url("../images/buttons/novo.png");
	text-decoration: none;
}

.erro, .sucesso, .erroDialog, .sucessoDialog, .erroValidacao {
	margin: auto; 
	padding: 3px 0px;
	margin-bottom: 10px;
	min-width: 40%;
	max-width: 50%;
	color: white;
	text-align: center;
}

.erro, .erroDialog, .erroValidacao {
	background: #E83209;
}

.sucesso, .sucessoDialog {
	background: #317B04;
}

.msgOperacao{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-right: 5px;	
	display: block;
}

.links_inferior{
	padding-top: 20px;
}

.links_superior{
	padding-bottom: 20px;
}

.validationError {
	font-size: 1em;
	color: #E83209;
}

#incompativel{
	color: #0F4C6F;
	font-style: italic;
}

#div-input-file{
    background:url(../images/buttons/upload.png) no-repeat 100% 1px;
    height:28px;
    width:300px;
    margin:0px;
}

#div-input-file #file-original{
/*    opacity: 0.0;*/
/*   -moz-opacity: 0.0;*/
/*    filter: alpha(opacity=00);*/
    cursor:pointer;
    width: 10px;
    z-index: 2;
}

#div-input-falso{
    margin-top:-28px;
    cursor:pointer;
}

#div-input-falso #file-falso{
    width:265px;
    z-index: 1;

}

.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.file-wrapper input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
}

.file-wrapper .button {
  background: url(../images/buttons/botao_upload.png) no-repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 4px 18px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.file-wrapper1 {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.file-wrapper1 input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
}

.file-wrapper1 .button {
  background: url(../images/buttons/botao_upload_grande.png)no-repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 4px 18px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.file-wrapper2 {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.file-wrapper2 input {
  cursor: pointer;
  font-size: 100px;
  height: 100%;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
}

.file-wrapper2 .button {
  background: url(../images/buttons/botao_upload.png)no-repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  padding: 4px 18px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

table {
	 border-collapse: separate;
	 font-size: 1em; 
}

table tr {
	 margin: 0; padding: 0;
}

tr th { 
	text-align: left;
}

div.boxDadosTabulados { 
	overflow: auto; 
	border: 1px solid #0F4C6F; 
	width: 100%; 
	height: auto; 
}

.iconeOpcao{
	cursor: pointer;
	width: 16px;
	height: 16px;
}

.imprimir{
	float: right;
}
.fixInput input,
.fixInput select {
    height: 25px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
}
.fixInput .autoFill {
    background-color: rgba(36, 176, 219, 0.15);
}
.boldFont {
    font-weight: bold;
}