@charset "ISO-8859-1";
/* CSS Document */
html, body {
	height: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #EEEEEE;
	background-image: url(../resources/imagens/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: darkblue !important;
}

td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

#container {
	/* min-height: 99.8%;
	position: relative; */
	width: 1024px;
	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto auto;
	/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
}

#container table {
	
}

#headerSolid {
	background-image: url(../resources/imagens/SERVI_TOP_9on.png), url(../resources/imagens/banner_logo_menor.png);
	height: 60px;
	line-height: 60px;
	background-size: 40px 40px, 303px 40px;
	background-width: auto;
	background-color: #356699;
	background-position: 1% center,  99% center;
	background-repeat: no-repeat;
}

#header {
	width: auto;
	height: 50px;
	line-height: 50px;
	background: rgb(51, 102, 153); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzNjY5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTNhNjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(51, 102, 153, 1) 0%,
		rgba(17, 58, 103, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,
		102, 153, 1)), color-stop(100%, rgba(17, 58, 103, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(51, 102, 153, 1) 0%,
		rgba(17, 58, 103, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(51, 102, 153, 1) 0%,
		rgba(17, 58, 103, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(51, 102, 153, 1) 0%,
		rgba(17, 58, 103, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(51, 102, 153, 1) 0%,
		rgba(17, 58, 103, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#336699',
		endColorstr='#113a67', GradientType=0); /* IE6-8 */
	box-shadow: 0px 2px 5px #888888;
}

#lblHeader {
	text-align: center;
	color: white;
	font-size: 22px;
	margin-left: 10px;
	height: auto;
}

#systemLink { 
	float: left;
	width: 40px; 
	height: 40px;
	margin-left: 4px;
	margin-top: 3px;
	background-color: transparent;
}

#tceLink { 
	float: right;
	width: 302px; 
	height: 43px;
	margin-right: 5px;
	margin-top: 1px;
	background-color: transparent; 
}

#iconSistema {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0px 0px 0px 0px;
}

#iconTce {
	float: right;
	width: 302px;
	height: 43px;
	margin: 0px 0px 0px 0px;
}

#mainContent {
	padding: 20px 20px 50px 20px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#footer {
	/* position: absolute;
	bottom: 0; */
	width: 1014px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	color: white;
	padding: 5px;
	background: rgb(51, 102, 153); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background:
		url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzNjY5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTNhNjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(51, 102, 153, 1) 0%,
		rgba(17, 58, 103, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51,
		102, 153, 1)), color-stop(100%, rgba(17, 58, 103, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(51, 102, 153, 1) 0%,
		rgba(17, 58, 103, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(51, 102, 153, 1) 0%,
		rgba(17, 58, 103, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(51, 102, 153, 1) 0%,
		rgba(17, 58, 103, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(51, 102, 153, 1) 0%,
		rgba(17, 58, 103, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(     startColorstr='#336699',
		endColorstr='#113a67', GradientType=0); /* IE6-8 */
	box-shadow: 0px 2px 5px #888888;
}

.concluir {
	background-image: url('../resources/imagens/action_check.png') !important;
}

.procurar {
	background-image: url('../resources/imagens/search.png') !important;
}

.salvar {
	background-image: url('../resources/imagens/save.png') !important;
}

.fechar {
	background-image: url('../resources/imagens/action_delete.png') !important;
}

.novo {
	background-image: url('../resources/imagens/action_add.png') !important;
}

.imprimir {
	background-image: url('../resources/imagens/printer.png') !important;
}

.voltar {
	background-image: url('../resources/imagens/arrow_back.png') !important;
}

.avancar {
	background-image: url('../resources/imagens/arrow_next.png') !important;
}

.login {
	background-image: url('../resources/imagens/login.png') !important;
}

.negrito {
	font-weight: bold;
}

.vermelho {
	font-style: italic;
	color: #FF0000 !important;
}

.azul {
	color: blue !important;
}

.legenda {
	font-size: 9px;
}

.semFundo {
	background: none !important;
	border: none !important;
}

.tabela100 {
	width: 100% !important;
}

.clean {
	background-color: white !important;
	border-color: white !important;
}

.tabelaClean {
}

.tabelaClean tr {
	border: none !important;
	padding: 1px 10px;
	color: grey;
}

.ui-datatable {
	width: 100%;
	padding: 1px 10px;
	border-collapse: collapse;
}

.ui-datatable .ui-column1-size{
width:15%;
height: 8%;
font-size: 90%;
left:0%;
right:15%;
position:absolute;
}

.colunafixa {
	width: 75px;
}

.coluna10 {
	width: 10%;
}

.coluna20 {
	width: 20%;
}

.coluna30 {
	width: 30%;
}

.coluna50 {
	width: 50%;
}

.coluna70 {
	width: 70%;
}

.coluna80 {
	width: 80%;
}

.coluna90 {
	width: 90%;
}

.panel100 {
	width: 100%;
}

.ui-growl-title {
	text-align: left;
}

.ui-growl-message p {
	text-align: left;
}

.error {
	background-color: #FFC0CB !important;
	background-image: none !important;
	color: #000000 !important;
}

.espaco {
	padding-bottom: 15px;
}

.margemInferior {
	margin-bottom: 10px;	
}

.ui-wizard-content {
    padding-top: 10px;
}

.ui-wizard-step-title {
    font-size: 12px !important;
    margin: 0 3px 0 0;
    padding: 0.4em;
    float: left;
}

.ui-fieldset-legend {
	font-weight: bold !important;
}

.ui-panel .ui-panel-title {
	font-weight: normal !important;
}

.ui-toolbar {
	margin-top: 10px;
}

.ui-datalist-data {
	border: 0px;	
}

.toolButtom {
	padding-left: 5px !important;
	font-size: 10px !important;
}

.home {
	background-image: url('../resources/imagens/home16x16.png') !important;
	margin-right: 100px !important;
}

.sair {
	background-image: url('../resources/imagens/sair.png') !important;
	margin-right: 100px !important;
}

.lightInput {
	background-color: lightgray;
	border: 1px #000000 solid;
	border-color: gray;
}

.centro {
	text-align: center;
	
}