body {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #545454;
    margin: 0;
    padding: 0;
	position:relative;
	background: #f3f3f3;
}
.ui-accordion-header.tabRevogacao{
	background-color: #FFFF00 !important;
}
.ui-accordion-header.tabNormal{
	background-color: #6da4c4 !important;
}
/* GERAIS */

a {
    text-decoration: none;
}
a:hover {
	color: #d9851e;
}
img {
	border:none;
}
p {
	margin: 0 0 10px;
}
h2 {
	color:#4682B4;
	font-size:180%;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:0;
}
h3 {
	color:#6da4c4;
}
hr {
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}
table thead tr th, table tr td {
	white-space: normal !important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.small {
	font-size: 0.9em!important;
}

/* BARRA SUPERIOR */
#geral {
	 padding-bottom:22px;
	 min-width: 960px;
}

#barra_superior {
    height: 29px;
    line-height: 23px;
    background: rgb(26,26,26);
	background-image: linear-gradient(rgb(42, 42, 42), rgb(26, 26, 26));
    color: #aaa;
    font-size: 80%;
    padding: 0 5px;
}
#barra_superior a {
    color: #aaa;
}
#barra_superior img 		{
    vertical-align: middle;
	margin:0 5px;
}

/* CABE�ALHO */
#cabecalho {
    background: #545454 url(../../resources/imagens/bgs_h.png) repeat-x 0 1px;
    min-height: 87px;
    padding-bottom: 10px;
    color: #FFF;
    position: relative;
    z-index: 5;
}
#logo {
    background: #f3f3f3;
    border-radius: 3px;
    float: left;
    width: 182px;
    height: 87px;
    margin:0; 
    padding:0;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.5);
}
#logo a {
    margin: 5px 0 0 7px;
    display: block;
}
#busca_funcionalidades {
    float: left;
    margin:33px 0 0 31px;
}
#busca_funcionalidades label {
	width:130px;
}
#busca_funcionalidades input {
	background:#92c4e1;
	border:1px solid #bce3f9;
	width:200px; 
	color:#407b9d;
}
#busca_funcionalidades input:hover, #busca_funcionalidades input:focus {
	color:#000;
}

#info_usuario {
    float: right;
    min-width:150px;
    text-align:right;
    margin-top:40px;
    font-size: 11px;
    line-height: 1em;
}
#info_usuario ul {
    margin: 0;
    padding: 0;
}
#info_usuario ul li {
    list-style: none;
    display: inline-block;
    padding: 0 8px 0  3px;
}
#info_usuario ul li.username {
    border-right: 1px solid #fff;
}
#info_usuario ul li a {
    color: #fff;
    font-weight: bold
}
#info_usuario ul li a:hover {
    color: #00eaff;
}
#cabecalho .popover {
	max-width: 100%;
	color: #555;
	font-size: 12px;
	line-height: 1.3em;
	cursor: pointer;
}
#cabecalho .popover .arrow {
	top: -11px!important
}
#cabecalho .popover .popover-title {
	font-weight: bold;
}
#cabecalho .popover .popover-content {
	white-space: nowrap;
}
.bloco {
	margin: 20px 0;
}
ul.nav {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	border-radius: 5px;
}
ul.nav li {
	list-style: none;
	border-bottom: 1px solid #ccc;
}
ul.nav li a {
	display: block;
	padding: 5px 8px;
}
ul.nav li a:hover,
ul.nav li.active a {
	background: #efefef;
	color: #d9851e;
}
ul.nav li:last-child {
	border:none;
}
ul.nav li.menu-parent > a {
	font-weight: bold;
}
ul.nav li.menu-parent .sub-nav {
	margin-left: 20px;
	border: none;
	font-size: 11px;
}
ul.nav li.menu-parent .sub-nav li {
	border-bottom: none;
}
ul.nav li.menu-parent .sub-nav li a {
	padding: 3px 5px;
}

ul.nav-tabs {
	margin: 20px 0;
	padding: 0 10px;
	border-bottom: 1px solid #ccc;
	line-height: 1em;
	height: 28px;
}
ul.nav-tabs li {
	display: inline-block;
	list-style: none;
	line-height: 1em;
}
ul.nav-tabs li a {
	display: inline-block;
	padding: 7px 8px;
	color: #ccc;
	line-height: 1em;
	background: #fff;
	border: 1px solid #fff;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
ul.nav-tabs li a:hover {
	border: 1px solid #efefef;
	border-bottom: none;
	color: #d9851e;
}
ul.nav-tabs li.active a {
	border-color: #ccc;
	color: #d9851e;
	padding-bottom: 12px;
}

#conteudo {
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	min-height: 570px;
	padding-bottom: 35px;
}

.page-title {
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
}

 fieldset {
	margin:0 0 20px 0;
	position:relative;
	border:1px solid #e3e3e3;
	border-radius:3px;
	padding:17px;
	clear: both;
}
legend {
	border:1px solid #e3e3e3;
	padding:2px 8px;
	border-radius:3px;
	border-bottom:none;
	line-height:15px;
	margin:0 0 0 -18px;
	color:#787878;
	background-color:#fff;
}
#breadcrumbs {
	margin: 20px 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}
#breadcrumbs li {
	list-style: none;
	display: inline-block;
}
#breadcrumbs li a, #breadcrumbs li span {
	display: block;
	padding: 5px 10px;
	position: relative;
	border-radius: 5px;
	margin-right: 2px;
	color: #666;
}
#breadcrumbs li a:hover {
	background: #efefef;
	color: #00a9e8;
}
#breadcrumbs li.item-active a {
	color: #00a9e8;
}

#breadcrumbs li a:after {
  content: '/';
  position: absolute;
  right: -5px;
  color: #666;
  font-weight: bold;
}
#breadcrumbs li:last-child a:after {
	display: none;
}

.grid img {
	max-width: 100%;
}
.grid input.form-text, select, textarea, .grid .form-item.form-popcalendar input[type="text"] {
	width: 100% !important;
	box-sizing: border-box !important;
}

.grid .form-item.form-popcalendar input[disabled="disabled"] {
	width: auto !important;
}
.form-item {
	min-height: 30px;
	margin-bottom: 10px !important;
}
.form-item.no-label {
	padding-top: 15px !important;
}
.form-item.with-icon {
	display: table !important;
}
.form-item.with-icon .form-text {
	display: table-cell !important;
}
.form-item.with-icon .form-prefix {
	display: table-cell !important;
	white-space: nowrap !important;
	width: 1% !important;
	vertical-align: middle !important;
	padding: 0 10px 0 0 !important;
}
.form-item.with-icon .form-suffix {
	display: table-cell !important;
	white-space: nowrap !important;
	width: 1% !important;
	vertical-align: bottom !important;
	line-height: 0.1em !important;
}

label {
	font-weight: bold;
	color: #666;
}
label.label-radio, label.label-checkbox {
	display: inline-block !important;
	vertical-align: top !important;
	font-weight: bold !important;
	margin: 2px 0 2px 10px !important;
}
input.form-text, select, textarea, .form-item.form-popcalendar input[type="text"], input.ui-inputfield.hasDatepicker {
	border: 1px solid #ccc !important;
	padding: 6px 5px 7px 5px !important;
	border-radius: 3px !important;
	margin: 0 !important;
	box-shadow: none !important;
}
textarea {
    margin-top: 6px !important;
}
input.form-text:hover, select:hover, textarea:hover, .form-item.form-popcalendar input[type="text"]:hover {
	border: 1px solid #ffbd55 !important;
}
input.form-text:focus, select:focus, textarea:focus, .form-item.form-popcalendar input[type="text"]:focus {
	box-shadow: inset 1px 1px 2px #ccc !important;
	outline: 0 !important;
	border: 1px solid #bbb !important;
	box-shadow: none !important;
}

.auto, input.form-text.auto, select.auto, textarea.auto, .form-item.form-popcalendar .form-text > input.hasDatepicker {
	width: auto !important;
}

.ui-widget {
	font-size: 1em!important;
}


.btn-container {
	clear: both;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #efefef;
	border-radius: 3px;
	margin: 20px 0;
}
/*
.btn:hover, a.btn:hover{
	webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
*/
.btn, a.btn, .form-item.form-popcalendar .form-text button.ui-datepicker-trigger {
	border-radius: 3px;
	background-color: #fff;
	font-weight: bold;
	color: #949494;
	border: 1px solid #c8c8c8;
	padding: 6px 10px 7px;
	cursor: pointer;
	text-align: center;
	text-shadow: none;
}
.btn-large, a.btn-large {
	padding: 10px 20px;
	font-size: 1.2em;
}

.form-item.form-popcalendar .form-text button.ui-datepicker-trigger {
	padding: 1px 12px;
}

a.btn {
	display: inline-block !important;
	text-decoration: none !important;
}
.btn:hover, .form-item.form-popcalendar .form-text button.ui-datepicker-trigger:hover {
	background-color: #efefef;
	box-shadow: none;
	text-shadow: none;
}
.form-item.form-popcalendar .form-text button.ui-datepicker-trigger:focus {
	box-shadow: none !important;
}
.btn-full {
	width: 100%;
}
.btn-salvar, a.btn-salvar {
	border-color: #8cc39e;
	color: #17823b;
	background-color: #e3ffec;
}
.btn-salvar:hover, a.btn-salvar:hover {
	background-color: #b7d7c2;
}
.btn-aviso, a.btn-aviso {
	background-color: #ffe7cb;
	border: 1px solid #ff9211;
	color: #ff9211;
}
.btn-aviso:hover, a.btn-aviso:hover {
	background-color: #ffdaaf;
}
.btn-erro, a.btn-erro {
	color: #bd0000;
	border-color: #ff2d2d;
	background-color: #ffd3d3;
}
.btn-erro:hover, a.btn-erro:hover {
	background-color: #f8bcbc;
}
button[disabled].btn, input[disabled].btn {
	cursor: default;
	background-color: #ccc !important;
	border-color: #ccc !important;
}
button[disabled]:hover, input[disabled]:hover {
	background-color: #ccc !important;
}
input[disabled].form-text, select[disabled], textarea[disabled], input[disabled="disabled"].ui-inputfield.hasDatepicker,
input[disabled].form-text, select[readonly="readonly"], textarea[readonly="readonly"], input[readonly="readonly"].ui-inputfield.hasDatepicker {
	background: #efefef !important;
}
input[disabled].form-text:hover, select[disabled]:hover, textarea[disabled]:hover, input[disabled="disabled"].ui-inputfield.hasDatepicker:hover,
input[disabled].form-text:hover, select[readonly="readonly"]:hover, textarea[readonly="readonly"]:hover, input[readonly="readonly"].ui-inputfield.hasDatepicker:hover {
	border-color: #ccc !important;
}

/*icons*/
.btn-adicionar, .btn-anexo, .btn-editar, .btn-excluir, .btn-hiperlink {
    width:30px;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}
a.btn-adicionar, a.btn-anexo, a.btn-editar, a.btn-excluir, a.btn-hiperlink {
    width:10px;
}
.btn-adicionar {
    background-image: url(../../resources/imagens/icone-adicionar.png);
}
.btn-anexo {
    background-image: url(../../resources/imagens/icone-anexo.png);
}
.btn-editar {
    background-image: url(../../resources/imagens/icone-editar.png);
}
.btn-excluir {
    background-image: url(../../resources/imagens/icone-excluir.png);
}
.btn-hiperlink {
    background-image: url(../../resources/imagens/icone-hiperlink.png);
}

.btn-adicionar-texto, .btn-anexo-texto, .btn-editar-texto, .btn-excluir-texto {
    width:auto !important;
    background-repeat: no-repeat;
    background-position: 10px 7px !important;
    text-indent: 22px !important;
    padding-left: 10px !important;
}

table.table, .table-container > table {
	width: 100% !important;
	border-collapse: collapse !important;
	border: 1px solid #ccc !important;
}
table.table caption, .table-container > table caption {
	font-weight: bold !important;
	padding-bottom: 10px !important;
	text-transform: uppercase !important;
	font-size: 11px !important;
}
table.table thead tr, .table-container > table thead tr {}
table.table thead tr th, .table-container > table thead tr th {
	border: 1px solid #ccc !important;
	background: #efefef !important;
	text-align: center !important;
	padding: 5px !important;
}
table.table tbody td, .table-container > table tbody td {
	border: 1px solid #ccc !important;
	padding: 5px !important;
}
table.table tfoot, .table-container > table tfoot {
	border-top: 2px solid #ccc !important;
}
table.table tfoot tr td, .table-container > table tfoot tr td {
	padding: 5px !important;
}
table.table-hover tbody tr:hover {
	background: #f9f9f9 !important;
}

ul.pager {
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
ul.pager li {
	display: inline-block;
	list-style: none;
	box-sizing: border-box;
}
ul.pager li.active {
	padding: 2px 5px;
	background: #f3f3f3;
	border-radius: 3px;
	color: #666;
}
ul.pager li a {
	padding: 2px 5px;
	display: inline-block;
}
ul.pager li a:hover {
	background: #f3f3f3;
	border-radius: 3px;
	color: #666;
}

.sprite {
	display: inline-block;
	font-size:  0.1em;
	line-height: 0;
	border: none;
	padding: 30px 0 0 0;
	width: 32px;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	background: #fff url(../../resources/imagens/sprites.png) no-repeat 0 0;
}
.sprite.img-delete {
	background-position: 5px 3px;
}
.sprite.img-delete:hover {
	background-position: -30px 3px;
}
.sprite.img-edit {
	background-position: 2px -33px;
}
.sprite.img-edit:hover {
	background-position: -33px -33px;
}
.sprite.img-calendar {
	background-position: 2px -67px;
}
.sprite.img-calendar:hover {
	background-position: -33px -67px;
}
.sprite.img-desvincular {
	background-position: 2px -98px;
}
.sprite.img-desvincular:hover {
	background-position: -33px -98px;
}
button.sprite, a.sprite, input[type='submit'].sprite, input[type='button'].sprite {
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.pagina-login {
	padding: 10px;
}
#form-login {
	overflow: hidden;
	padding: 10px;
	width: 230px;
	background: #fff;
}
#form-login .form-text {
	width: 215px;
}
#form-login .btn-container {
	margin: 0;
	border: none;
}

#login-extrajudicial #centro form {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
	margin-top: 70px;
}
#login-extrajudicial #centro form .btn-container {
	margin-bottom: 0;
}
/* RODAPÉ */
#rodape {}

#copyright{

}

.logo-footer{
	height: 50px;
	width: 140px;
	margin-left: 20em;
	margin-top: 12px;
}

#rodape {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #fff;
	border-top: 2px solid #304f91;
	background-color: #23548c;
    font-size: 90%;
    padding: 0 7px;
}

.btn-large, a.btn-large {
	font-size: 16px;
	padding: 10px 17px;
}
.menu-secao {
	padding: 10px 0 10px 100px;
	border-bottom: 1px solid #efefef;
}
.menu-secao ul {
	margin: 0;
	padding: 0;
}
.menu-secao ul li {
	display: block;
	list-style: none;
	margin: 5px 0;
}
.menu-secao ul li .btn {
	width: 100%;
	box-sizing: border-box;
	width: 350px;
}

/**
Hack do primefaces
*/
.disable-scroll .ui-dialog-content {
	overflow: hidden !important;
}

/* fim de consultar-pessoa.html */
.ui-dialog .ui-dialog-titlebar {
	display: none !important;
}

.ui-dialog,
.ui-dialog .ui-dialog-content {
    overflow: visible !important;
}
.ui-picklist { margin: auto; }

.fechar-modal {
    position: absolute;
    cursor: pointer;
    right: -21px;
    top: -21px;
}

.form-inline {
        display: table;
}
.form-inline label, .form-inline .form-wrapper {
        display: table-cell;
        vertical-align: top;
}
.form-inline label {
        padding-top: 7px;
        padding-right: 10px;
}
.form-inline label span {
        display: block;
        width: 200px;
}
.form-inline table label, .form-inline table .form-wrapper {
        display: inline-block;
        padding-top: 3px;
}
.form-inline .form-wrapper {
        width: 100%;
}

.pull-right {
	float: right !important;
}

.ui-paginator.ui-paginator-bottom {
	padding: 10px 0!important;
}

.ui-paginator.ui-paginator-bottom select {
    width: auto !important;
    float: left;
}
.ui-paginator.ui-paginator-bottom select + span {
    float: left;
    padding: 7px;
}

.table-clean .ui-datatable-tablewrapper table,
.table-clean .ui-datatable-tablewrapper table tbody,
.table-clean .ui-datatable-tablewrapper table thead {
	border: none !important;	
	background: transparent !important;
}
.table-clean table thead tr, .table-clean table tbody tr {
	background: transparent !important;
	border: none !important;
}
.table-clean table tbody td, .table-clean table thead th {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

.noresize {
    resize: none;
}

.toUpper {
    text-transform: uppercase !important;
}

.text-red {
    color: red;
}

.text-blue {
    color: blue;
}

.text-black {
    color: black;
}

.box-ds-ato {
    border: 2px;
}


/*P�GINAS SEM O TEMPLATE*/
.noTpl {
	background: #fff;
}
.noTpl #conteudo {
	-webkit-box-shadow: none;
			box-shadow: none;
}

.field-price{ text-align:right!important; }

.link {
	text-decoration: underline!important;
	font-weight: bold;
	color: #949494;
	padding: 5px 12px;
	cursor: pointer;
	text-align: center;
	text-shadow: none;
}

.fileupload-buttonbar {
    background: transparent !important;
    border: none;
}

.ui-widget-header {
	border: none !important;
	background: none !important;
}

.ui-tabs.ui-tabs-top > .ui-tabs-nav {
	background: #f8f8f8!important;
	border: 1px solid #ccc!important;
}

.fileupload-content {
    display: none;
}

.bold-label {
	font-weight: bold;
	color: #666;
}

/*primefaces*/
.btn-prime {
	border-radius: 3px !important;
	background-color: #fff !important;
	font-weight: bold !important;
	color: #949494 !important;
	border: 1px solid #c8c8c8 !important;
	padding: 6px 10px 7px;
	cursor: pointer !important;
	text-align: center !important;
	text-shadow: none !important;
}

.btn-prime-erro {
	color: #bd0000 !important;
	border-color: #ff2d2d !important;
	background-color: #ffd3d3 !important;
}
.btn-prime-erro:hover {
	background-color: #f8bcbc !important;
}

.ui-datalist-data {
	padding:0px !important;
	margin:0px !important;
}

.span-table-datalist-item {
	padding:10px;
	width:400px;
	border:1px solid rgb(154, 154, 154);
	display:table-cell
}

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

.btn-small {
	font-size: 0.9em!important;
	padding: 2px 4px 2px;
}

.margin-top-5 {
	margin-top:5px;
}
.margin-right-5 {
	margin-right:5px;
}
.margin-bottom-5 {
	margin-bottom:5px;
}
.margin-left-5 {
	margin-left:5px;
}

/*mensagens*/
.alerta,
.sucesso,
.erro {
	padding: 10px;	
}
.alerta {
	padding: 10px;
	color: #CF6E00;
	border: 1px solid #FFF3CB;
	background: #FFFDDF;
}
.sucesso {
	padding: 10px;
	color: #0F9000;
	border: 1px solid #CAEFBD;
	background: #EAFFDF;
}
.erro {
	padding: 10px;
	color: #900000;
	border: 1px solid #EFBDBD;
	background: #FDF4F4;
}

.height-25 {
	min-height: 25px;
}

.selectCheckboxMenu {
	padding: 3px 26px 3px 3px;
}

/* PARA O USO ESPRCIFICO NA TELA DE PREPOSTO CHECKBOX ATIVIDADES */
.preposto-atividades tr {
    float: left !important;
    width: 50% !important;
} 

/* ADICIONADO PARA MONTAR A QUEBRA DE LINHA NAS MENSAGENS */
 #messages {
       white-space: pre-line;
   }

/* ALTERACAO PARA ATENDER A PAGINACAO ESPECIFICADA PELO tjal */
/*div[class*='ui-paginator-bottom'] span:nth-child(7),*/
/*div[class*='ui-paginator-bottom'] span:nth-child(9),*/
/*div[class*='ui-paginator-bottom'] select{*/
/*    display: none;*/
/*}*/

div[class*='ui-paginator-bottom'] {
    text-align: left;
}

div[class*='ui-paginator-top'] span[class*='ui-paginator'] {
    display: none;
}

div[class*='ui-paginator-top'] {
    text-align: left;
    margin-bottom: 5px;
}

div[class*='ui-paginator-top'] .ui-paginator-rpp-options {
    width: 70px!important;
}

div[class*='ui-paginator-top'] span:nth-child(7) {
    margin-right: 10px;
}
div[class*='ui-paginator-top'] span:nth-child(9) {
    margin-left: 10px;
}

/* ADICIONADO PARA REMOVER A BORDA DO DATALIST NA CONSULTA DOS LOTES POR NUMERO DA GUIA */   
.datalist-noborder .ui-widget-content {
	border: none;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #effdee;
  border-color: #c5dec5;
  color: #537653;
}
.alert-success hr {
  border-top-color: #b5d5b5;
}
.alert-success .alert-link {
  color: #3e583e;
}
.alert-info {
  background-color: #eef8fd;
  border-color: #bcd2db;
  color: #4c6a7d;
}
.alert-info hr {
  border-top-color: #abc7d2;
}
.alert-info .alert-link {
  color: #394f5d;
}
.alert-warning {
  background-color: #ffffdb;
  border-color: #dbd4bc;
  color: #8d672a !important;
}
.alert-warning hr {
  border-top-color: #d2c9ab;
}
.alert-warning .alert-link {
  color: #664a1e;
}
.alert-danger {
  background-color: #fdf2ee;
  border-color: #ecbaba;
  color: #a53434;
}
.alert-danger hr {
  border-top-color: #e6a6a6;
}
.alert-danger .alert-link {
  color: #7e2828;
}
.checkbox-atribuicoes tr{
	float: left!important;
	width: 40%!important;
}
.no-label {
	margin-top:23px;
}
#idfieldSetPrincipal {
	border: none;
}
.form-item-lotes-guia {
	margin-bottom: 20px!important;
}

.container{
	padding-left: 20em;
	padding-right: 20em;
	margin-left: auto;
	margin-right: auto;
}
 #footer {
	 position: fixed;
	 bottom: 0;
	 width: 100%;
	 color: #fff;
	 border-top: 2px solid #304f91;
	 /*gradiente*/
	 background-color: #23548c;
	 /*background-image: -moz-linear-gradient(top, #296aa6, #23538a);*/
	 /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#296aa6), to(#23538a));*/
	 /*background-image: -webkit-linear-gradient(top, #296aa6, #23538a);*/
	 /*background-image: -o-linear-gradient(top, #296aa6, #23538a);*/
	 /*background-image: linear-gradient(to bottom, #296aa6, #23538a);*/
	 /*background-repeat: repeat-x;*/
	 /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#296aa6', endColorstr='#23538a', GradientType=0);*/
	 /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
 }
.login #footer {
	margin-top: 0;
	color:inherit;
	border-top: none;
	/*gradiente*/
	background: none;
}
#footer .row-wrapper {
	padding:15px 0;
}
.login #footer .row-wrapper {
	border-top: 1px solid #ddd;
}
#footer .label {
	background-color: #4185AC;
}
#footer #logo-tjpb-footer img{
	height: 50px;
}

#footer #logo-tjpb-footer p {
	display: block;
	margin: 0;
	padding-left: 45px;
	font-size: 11px;
	line-height: 1.2em;
}
.login #footer .logo-tjpb-text {
	color: inherit;
	text-shadow: none;
}
#footer #logo-tjpb-footer img{
	position: absolute;
	top: -6px;
	left: 0px;
}

/* AJUSTES DIALOGS */

/* LOADERS */
#modalAjaxStatus{
	top: 50% !important;
	left: 50% !important;
	margin: -5em 0em 0em -8em;
}
#modalAjaxStatus2{
	top: 50% !important;
	left: 50% !important;
	margin: -5em 0em 0em -8em;
}
/* FIM LOADER */
#confirmExcluir{
	top: 50% !important;
	left: 50% !important;
	margin: -5em 0em 0em -8em;
}

#redefinirSenhaConfirm{
	top: 50% !important;
	left: 50% !important;
	margin: -5em 0em 0em -8em;
}

#confirmExcluirTabelaTaxa{
	top: 50% !important;
	left: 50% !important;
	margin: -5em 0em 0em -8em;
}

#confirmExcluirComarca{
	top: 50% !important;
	left: 50% !important;
	margin: -5em 0em 0em -8em;
}
.confirmarExcluirTipoSeloID {
	top: 50% !important;
	left: 50% !important;
	margin: -5em 0em 0em -14em;
}

#seloNaoUtilizadoDialogId{
	top: 50% !important;
	left: 50% !important;
	margin: -8em 0em 0em -8em;
}

#avisoDialogId {
	left: 10% !important;
	top: 20px !important;
}

#confirmAprovar {
	top: 40% !important;
 	left: 38% !important;
}

.avisoDialogId {
	left: 10% !important;
	top: 20px !important;
}

/* DIALOG DE DELEGAT�RIO NA TELA CADASTRO SERVENTIA */
#dialogoCadastrarDelegatarioServentia{
	margin: 7em 0em 0em -50em;
	left: 50% !important;
	top: 1.9% !important;
	height: 600px !important;
}
#dialogoCadastrarDelegatarioServentia .ui-dialog-content {
	height: 100% !important;
}

/* DIALOG DE INTERVENTOR NA TELA CADASTRO SERVENTIA */
#dialogoNomearDelegatarioServentia{
	margin: 5em 0em 0em -50em;
	left: 50% !important;
	height: auto !important;
}
#dialogoNomearDelegatarioServentia .ui-dialog-content {
	height: 100% !important;
}

/* ANEXAR ARQUIVO */
#adicionarArquivoDialogId{
	top: 50% !important;
	left: 50% !important;
	margin: -10em 0 0 -25em;
}

/* CONFIRMAR EXCLUIR ARQUIVO */
#confirmaExclusaoDocumentoID{
	top: 50% !important;
	left: 50% !important;
	margin: -8em 0em 0em -8em;
}
/* CONFIRMAR EXCLUIR DELEGA��O HIST�RICO */
#confirmExcluirDelegacaoHistorica{
	top: 50% !important;
	left: 50% !important;
	margin: -5em 0 0 -10em;
}

/* TELEFONE SERVENTIA */
#dialogoTelefoneServentia{
	top: 50% !important;
	left: 50% !important;
	margin: -10em 0 0 -20em;
}

/* */
#IdBotaoConfirmaExclusaoWV{
	top: 50% !important;
	left: 50% !important;
	margin: -5em 0 0 -10em;
}

/* CONFIRMAR EXCLUIR TELEFONE SERVENTIA */
#idConfirmaExclusaoTelefoneWV{
	top: 50% !important;
	left: 50% !important;
	margin: -5em 0 0 -10em;
}
/* Historico situa��o serventia */
#dialogoHistoricoSituacaoServentia{
	top: 50% !important;
	left: 50% !important;
	margin: -20em 0 0 -50em;
}

/* CENTRALIZAR DIALOG */
.dialog-center {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}
