body { 
	overflow:visible; 
}

body.searches { 
	overflow:hidden;
	margin: 0px;
}


iframe {
	border:1px solid #CCC;
}

h2, h3 {
padding: 0;
margin: 0 0 16px 0;  
}
	
p.anexos {
	font-weight: bold;
}

.liDocumentos dt {
	font-weight: bold;
}

.liDocumentos dd {
	margin-bottom: 10px;
}

.styleTableDefault{
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
}

.styleLabelMargemEsquerda{
	font-weight: bold;
	text-align:right;
	white-space: nowrap;
	width:  150px; /* est� sendo usado este valor para alinhar com os 140px padr�o do spw5 */
	vertical-align: top;
}

.styleFieldDate, input[formattype="DATE"], input[formatType="DATE"]{
	width: 70px;
	text-align: left;
}

/* .styleFieldNumber, input[formattype="NUMBER"],input[formatType="NUMBER"],styleFieldNumberValores {
	text-align: right;
} */

.styleFieldNumberValores{
	width: 110px;
} 
input[type="checkbox"],input.checkbox {
    background: transparent;
    border: 0;
}

body.gridPopUp{
	padding: 5px;
	}
body.gridPopUp form{
	padding-right: 0px !important; 
	}
	
.mainTable{	
     }
     .mainTable pre{
     	font-size:12px;
     	margin: 0px;
     	white-space: pre-wrap;
     	white-space: -moz-pre-wrap;
		white-space: -o-pre-wrap;
		word-wrap: break-word;
     }
     .mensagemErroTrechos{
		background-color:#FEF9D6;
		border: 1px solid #C1C1C1;	
	}


/* 2020 new styles */


.user-actions {
	top: 115px;
	left: 0;
}

.user-actions tr {
	justify-content: flex-end;
}

.user-actions td {
	align-self: center;
	margin-left: 16px;
}

.user-actions td a {
	display: flex;
	align-items: center;
	font-weight: 800;
}

.user-actions td a img {
	margin-right: 3px;
}

.newHeader {
	padding: 16px 10px;
	background: #fff;
	border-bottom: 1px solid #9A9A9A;
}

.formHeader p {
	margin: 0 0 12px 0;
}

.form-title {
	font-size: 22px;
	font-weight: 200;
}

h3.form-title {
	font-size: 16px;
}

.newForm {
	display: flex;
}

.newForm.newForm-nested tbody {
	display: flex;
	flex-wrap: wrap;
}

.newForm-100 form {
	width: 100%;
}

.newForm tbody {
	margin: auto;
	width: 100%;
	/* max-width: 450px; */
}

.newForm tr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.newForm td {
	width: 100%;
	text-align: left;
}

.newForm select {
	border-radius: 3px;
	height: 38px;
	width: 100%;
	margin-bottom: 12px;
	padding-left: 6px;
	font-size: 12px;
	opacity: 1;
	margin-top: 3px;
}

.newForm input,
.newForm textarea {
	border-radius: 4px;
	height: 38px;
	width: 100%;
	margin-bottom: 12px;
	padding-left: 6px;
	font-size: 12px;
	margin-top: 3px;
}

.newForm .spwButtonDefault input,
.newForm .spwButtonMain input,
.newForm .spwButtonDefault-o input,
.newForm .spwButtonMain-o input {
	margin-top: 0;
}

.newForm textarea {
	min-height: 80px;
}

.newForm .tall-textarea textarea{
	min-height: 150px;
}

.flex-form tbody {
	display: flex;
	flex-wrap: wrap;
}

.flex-form-100 {
	width: 100%;
}

.flex-form-50,
.newForm td.flex-form-50 {
	width: 45%;
	flex-grow: 1;
}

.flex-form-33,
.newForm td.flex-form-33 {
	width: 30%;
	flex-grow: 1;
}

/* this can be improved but must be done carefully */

.flex-form-50 tr {
	width: 45%;
	flex-grow: 1;
}

/* this can be improved but must be done carefully */

.flex-form-50-single {
	display: flex;
	flex-direction: column;
}

.flex-form-50-single input {
	width: 50%;
	flex-grow: unset;
}

.newForm input.flex-form-50 {
	width: 45%;
	flex-grow: 1;
}

.flex-form-50-nested tr  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-form-50-nested tr td {
	width: 45%;
	flex-grow: 1;
}


/* these 10-70 classes behave in a strange way where they are used on pfxdCadSolicitacaoEtapa3.jsp */
.flex-form-50-nested.flex-form-10-70 tr td:first-child {
	width: 10%;
	flex-grow: 1;
}

.flex-form-50-nested.flex-form-10-70 tr td:nth-child(2) {
	width: 70%;
	flex-grow: 1;
}

.flex-form-document-popup.flex-form-50 tr {
	width: 100%;
}

.newForm.newForm-nested tbody {
	display: flex;
	flex-wrap: wrap;
}

.flex-form-all-50 tr {
	width: 45%;
	flex-grow: 1;
}

.flex-form-all-50 tr.flex-form-100  {
	width: 100%;
}

.flex-form-p-l {
	padding-left: 8px;
}

.flex-form-input-select  {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-form-input-select input,
.flex-form-input-select select {
	width: 45%;
	flex-grow: 1;
}

.flex-form-input-select select {
	margin-left: 8px;
}


.main-container {
	background: #F9F7F9;
	height: 100%;
}

.main-container__content {
	width: 100%;
} 

.d-flex {
	display: flex;
}

.side-menu {
	background: white;
	border-right: 1px solid #d2d2d2;
}

.side-menu tr {
	padding: 10px;
	border-bottom: 1px solid #d2d2d2;
	display: block;
}

.side-menu tr img {
	height: 15px;
	margin-right: 6px;
}

.container {
	max-width: 800px;
	margin: auto;
}

.container_narrow {
	max-width: 520px;
	margin: auto;
}

.container_medium {
	max-width: 800px;
	margin: auto;
}

.container_large {
	max-width: 960px;
	margin: auto;
}

.container_xlarge {
	max-width: 1080px;
	margin: auto;
}

.content-container {
	background: white;
	margin-top: 30px;
	margin-bottom: 50px;
	padding: 30px 20px 40px 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.button {
	border-radius: 4px;
	padding: .375rem .75rem;
	border: 1px solid transparent;
}

.button.button-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	height: 30px;
}

.button.button-outline {
	color: #007bff;
	background-color: transparent;
	border: 1px solid #007bff;
	height: 30px;
}

.info-box {
	background-color: #F9F5F8;
	padding: 16px 16px;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	text-align: left;
	margin: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	/* width: 90%;
	max-width: 450px; */
}

.info-box tbody {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.info-box tr { 
	display: block;
	width: 45%;
	margin: 0 16px 16px 0;
	display: flex;
	flex-direction: column;
}

.info-box input {
	background: transparent;
	border: 0;
}


.info-box label {
	color: #757575;
	font-weight: normal;
}

.info-box.info-box-column tbody {
	flex-direction: column;
}

.info-box.info-box-column tr {
	width: 100%;
}

.info-box.info-box-column label {
	color: #000;
	font-weight: bold;
}

.spwCabecalhoGrid {
	border: 0;
	background-color: #b8daff !important;
	color: #004085 !important;
	font-weight: normal !important;
	padding: 12px 10px;
}

.spwConsultaSearch .spwCabecalhoGrid {
	background-color: #E9E9E9 !important;
}


td.spwLinhaGridImpar,
input.spwLinhaGridImpar,
div.spwLinhaGridImpar {
	border: 0 !important;
	background-color: #EFEBED !important;
	padding: 4px 0;
}

td.spwLinhaGridPar {
	border: 0 !important;
	padding: 4px 0;
}


td.spwLinhaGridPar input.disabled,
td.spwLinhaGridImpar input.disabled { 
	background-color: transparent !important;
}

table.spwTabelaGrid {
	border: 0 !important;
}

.spwLinhaSelecao {
	background-color: #FFF !important;
}

.spwRodapeGridRound td {
	padding: 12px 10px;
}

.tableGridSearch .spwRodapeGrid td,
.tableGridSearch table:nth-child(3) .spwCabecalhoGrid {
	display: flex;
	flex-direction: row-reverse;
}

.tableGridSearch table:nth-child(3) .spwCabecalhoGrid {
	padding: 6px 23px;
}

.tableGridSearch .spwRodapeGrid td {
	padding: 0 6px 6px 6px;
}

.wrapperGridFooter .spwRodapeGridRound .spwButtonGridMain,
.wrapperGridFooter .spwRodapeGridRound .spwButtonGridMain-o  {
	border: 0;
}

.heightTableEndereco { 
	border: 0 !important;
}

input.spwCampoTextoGrid {
	text-align: left;
}


.new-table span.spwButtonGrid,
.new-table span.spwButtonGrid-o {
	background: transparent;
	border: 0;
}


.spwRodapeGridRound span.spwButtonGrid,
.spwRodapeGridRound span.spwButtonGrid-o,
.spwRodapeGridRound span.spwButtonGrid   {
	border: 0;
}

.spwRodapeGridRound span {
	height: unset;
	background: transparent;
}

.spwRodapeGridRound span .button.button-outline,
.spwRodapeGridRound span .button.button-outli-d.disabled {
	color: #4A4A4A;
	background-color: transparent !important;
	border: 1px solid #4A4A4A;
	height: 30px;
	text-transform: uppercase;
}

.spwRodapeGridRound {
	background: #d8d8d8;
}

.tableGridSearch .spwRodapeGrid {
	background-color: #E9E9E9;
}

.tableGridSearch .spwConsultaSearch {
	padding-bottom: 5px;
}

/* SEARCH MODAL  - POP-UP DE BUSCA */


.spwSearchGrid,
.spwTabelaGrid {
	/* padding: 30px 20px 80px 20px; */
	border-radius: 8px;
}

.spwSearchGrid,
.spwTabelaGrid#idConsultar1 {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.spwTabelaGrid .spwTituloGrid td {
	font-size: 14px;
	height: 23px;
	padding: 5px;
}

.tableGridSearch span.spwButtonGridMain,
.tableGridSearch span.spwButtonGrid,
.tableGridSearch span.spwButtonGridMain-o,
.tableGridSearch span.spwButtonGrid-o,
.spwTabelaGrid span.spwButtonGridMain,
.spwTabelaGrid span.spwButtonGridMain-o {
	background: transparent;
	background-image: none;
	margin-left: 6px;
}

.tableGridSearch .spwButtonGridMain span,
.tableGridSearch .spwButtonGridMain-o span {
	background-image: none;
}

.tableGridSearch .spwButtonGrid span,
.tableGridSearch .spwButtonGrid-o span {
	background-image: none;
}

.tableGridSearch span.spwButtonGridMain {
	background-color: #007bff;
	border-color: #007bff;
	border: 1px solid #007bff;
	border-radius: 4px;
}

.tableGridSearch span.spwButtonGridMain-o {
	background-color: #003767;
	border-color: #003767;
	border: 1px solid #003767;
	border-radius: 4px;
}

.tableGridSearch span.spwButtonGridMain input,
.tableGridSearch span.spwButtonGridMain-o input {
	color: white;
	padding-top: 0;
}

.tableGridSearch span.spwButtonGrid {
	color: #007bff;
	background-color: transparent;
	border: 1px solid #007bff;
	border-radius: 4px;
}

.tableGridSearch span.spwButtonGrid-o {
	color: #003767;
	background-color: transparent;
	border: 1px solid #003767;
	border-radius: 4px;
}

.tableGridSearch span.spwButtonGrid input  {
	color: #007bff;
	padding-top: 0;
}

.tableGridSearch span.spwButtonGrid-o input  {
	color: #003767;
	padding-top: 0;
}

.tableGridSearch .spwCabecalhoGrid {
	padding: 6px 10px;
	background-color: transparent;
}    


.tableGridSearch .spwBotaoDefaultGrid-d.disabled,
.tableGridSearch .spwBotaoGrid-d.disabled {
	background-color: transparent !important;
	padding-bottom: 0;
}

.spwSearchGrid {
	height: 345px;
}
    

.spwSearchGrid .spwLayerGrid {
	height: 199px;
}

.spwSearchGrid iframe {
	height: 329px;
	border: 0;
}

.spwTituloGrid {
	border-radius: 5px 5px 0 0;
}



.tableGridSearch.spwConsultaSearch.spwCabecalhoGrid,
.tableGridSearch.spwConsultaSearch.spwCabecalhoGridHover {
	border: 0;
}


/* BOTOES do modal documentos */

span.spwButtonMain, 
span.spwButtonGridMain {
	background-color: #007bff;
	border-color: #007bff;
	border-radius: 4px;
}

span.spwButtonMain-o, 
span.spwButtonGridMain-o,
span.spwButtonMain-o input, 
span.spwButtonGridMain-o input {
	background-color: #003767;
	border-color: #003767;
	border-radius: 4px;
}

.spwButtonMaio
.spwButtonMain-o,
.spwButtonDefault,
.spwButtonDefault-o,
span.spwButtonMain,
span.spwButtonMain-o {
	margin-left: 10px;
}

.spwButtonMain,
.spwButtonMain-o {
	padding: 0 10px !important;
}

/* BOTOES a partir do container novo */

.content-container .spwButtonMain input,
.content-container .spwButtonGridMain input {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	height: 30px;
	border-radius: 4px;
	padding: .375rem .75rem;
	border: 1px solid transparent;
}


.content-container .spwButtonGridMain-o input,
.content-container .spwButtonMain-o input {
	background-color: #003767;
	border-color: #003767;
	border-radius: 4px;
	height: 30px;
	border-radius: 4px;
	padding: .375rem .75rem;
	border: 1px solid transparent;
}

.content-container .spwBotaoGrid {
	color: #007bff;
	background-color: transparent;
	border: 1px solid #007bff;
	height: 30px;
	border-radius: 4px;
	padding: .375rem .75rem;
}

.content-container .spwRodapeGridRound .spwBotaoGrid,
.content-container .spwRodapeGridRound .spwBotaoGrid-d.disabled {
	color: #4A4A4A;
	background-color: transparent !important;
	border: 1px solid #4A4A4A;
	text-transform: uppercase;
	height: 30px;
	border-radius: 4px;
	padding: .375rem .75rem;
	margin: 1px 1px 1px 0px;
}

.content-container .spwRodapeGridRound .spwButtonGrid-o .spwBotaoGrid,
.content-container .spwRodapeGridRound .spwButtonGridMain-o .spwBotaoGrid {
	color: #000;
	background-color: transparent;
	border: 1px solid #000;
	text-transform: uppercase;
}

.content-container .spwRodapeGridRound .spwButtonGrid-d .spwBotaoGrid {
	color: #4A4A4A;
	background-color: transparent;
	border: 1px solid #4A4A4A;
	text-transform: uppercase;
}

.content-container .spwButtonDefault,
span.spwButtonDefault { 
	color: #007bff;
	background-color: transparent;
	border: 1px solid #007bff;
	border-radius: 4px;
	padding: 0 10px;
}

.content-container .spwButtonDefault span,
.content-container .spwButtonDefault-o span,
span.spwButtonDefault span,
span.spwButtonDefault-o span  {
	padding-left: 0;
}

.content-container .spwButtonDefault input,
span.spwButtonDefault input { 
	color: #007bff;
	padding: .375rem .75rem;
	height: 30px;
}

.content-container .spwButtonDefault-o input,
span.spwButtonDefault-o input { 
	padding: .375rem .75rem;
	color: #003767;
}

.content-container .spwButtonDefault-o,
span.spwButtonDefault-o { 
	color: #003767;
	background-color: transparent;
	border: 1px solid #003767;
	border-radius: 4px;
	padding: 0 10px;
}

div.subTitulo {
	background: none;
}

/* .content-container .spwButtonDefault input,
.content-container .spwButtonDefault-o input {
	height: 27px;
} */

.content-container div.subTitulo {
	background: transparent !important;
}

.content-container .mainTable .mainTd .cellData,
.newForm textarea {
	resize: none;
}

div.subTitulo h2 {
	background: transparent;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

div.subTitulo h2:after {
		background: transparent;
		height: 0;
		width: 0;
}

.content-container .spwTabelaGrid td.spwLinhaGridPar input.disabled, 
.content-container .spwTabelaGrid td.spwLinhaGridImpar input.disabled {
	background: transparent !important;
	color: #000;
}

.content-container .menuContext {
	margin-bottom: 12px;
}

.content-container .menuContext td[width="30"],
.content-container .menuContext td[width="5"] img {
	display: none;
}

.content-container .menuContext td:not(:first-child) label {
	margin: 5px;
}

.content-container .menuContext td label.label {
	color: #004085;
	border-bottom: 1px solid #004085;
	padding: 0 6px;
}

.heightTableLocal tbody:first-child td,
.heightTableReplegal tbody:first-child td,
.heightTableEndereco tbody:first-child td,
.heightTableRow,
.heightTableParcela
/* .spwTabelaGrid table  */
{
	border-right: 1px solid #CCCCCC ;
	border-left: 1px solid #CCCCCC ;
}


.spwRodapeGridRound {
	background: #cccccc;
}

.heightTableLocal tbody:first-child .noPrint td,
.heightTableReplegal tbody:first-child .noPrint td, 
.heightTableEndereco tbody:first-child .noPrint td {
	border-left: 0 !important;
	border-right: 0 !important;
}

.inline-icon {
	height: 16px;
	margin-top: 5px;
}

.form-field-with-button {
	position: relative;
}

.form-field-with-button td[width="20"] {
	position: absolute;
	right: 0;
	width: 100%;
	top: 25px;
}

.form-field-with-button.form-field-with-button-tall td[width="20"] {
	position: absolute;
	right: 0;
	width: 100%;
	top: 9px;
}

.form-field-with-button textarea,
.form-field-with-button input {
	padding-right: 40px;
}


.form-field-with-button td[width="20"] a {
    position: absolute;
    width: 30px;
    right: 0px;
	background-size: 30px;
	background-position: calc(100% - 4px);
}

.form-field-with-button-image div {
	position: relative;
}

.form-field-with-button-image img {
	position: absolute;
	right: 0;
	width: 100%;
	top: 14px;
	right: 8px;
	width: 29px;
	height: 17px;
}


.newForm a:focus {
	outline-color: transparent;
}

.form-field-with-date-button table {
	width: 100%;
}

.form-field-with-date-button tr {
	position: relative;
}

.flex-form-send-file #divFormFile input {
	 display: none;
}

/* 
.flex-form-send-file #divFormFile input::-webkit-file-upload-button {
	visibility: hidden;
	display: none;
} */

.flex-form-send-file .custom-file-upload {
	color: #007bff;
	background-color: transparent;
	border: 1px solid #007bff;
	padding: 12px 16px;
	position: absolute;
	margin-top: 2px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.flex-form-send-file .custom-file-upload.edit-file {
	position: initial;
}

.flex-form-send-file .custom-file-upload:hover {
	color: #003767;
	background-color: transparent;
	border: 1px solid #003767;
}

.form-field-with-date-button tr td:nth-child(2) {
	position: absolute;
	right: 4px;
	width: 30px;
	top: 12px;
}

.form-field-with-date-button tr td:nth-child(2) a {
	width: 100%;
	background-size: 20px;
	background-position: calc(100% - 4px);
	height: 22px;
}

.form-field-with-button-nested tr {
	width: 100%;
}

.nested-tr-100 tr {
	width: 100%;
}
.nested-table-100 table {
	width: 100%;
}

.flex-form-50-nested tr td:nth-child(2n) {
	padding-left: 8px;
}

.form-field-with-button-nested tr td[width="20"] {
	position: absolute;
	right: 0px;
	width: 30px;
	top: 25px;
}

.form-field-with-button-nested tr td[width="20"] a {
    position: absolute;
    width: 30px;
    right: 0px;
	background-size: 30px;
	background-position: calc(100% - 4px);
}


.map-and-form .mainTd:first-child {
	width: 50%;
}

.map-and-form .mainTd:nth-child(2) {
	padding: 0px 0 0px 16px;
}

.map-and-form .mainTd:nth-child(2) .cellData {
	padding-right: 10px;
}

*:focus {
	outline: none;
}

.pt-30 {
	padding-top: 30px;
}

.align-right td {
	text-align: right;
}

.spwBotao.disabled,
.spwBotao-d.disabled {
	background-color: transparent !important;
}

.spwBotao-d.disabled {
	text-transform: uppercase;
}

.spwBotao.spwBotaoDefault.disabled {
	background-color: #007bff;
}

.jscalendar-DB-title-background-style {
	background-color: #EFEBED;
}

.jscalendar-DB-title-control-normal-style,
.jscalendar-DB-title-control-select-style {
	border: 0;
	color: #3C3C3C;
}

.jscalendar-DB-dropdown-style {
	background-color: #FFFFFF;
}

.jscalendar-DB-dropdown-select-style {
	background-color: #b8daff;
}

.jscalendar-DB-title-style img  {
	vertical-align: bottom;
}

.jscalendar-DB-table-style  {
	border-radius: 4px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.nested-form-buttons-bottom #holderConteudo2 {
	height: 90%;
}

.nested-form-buttons-bottom form {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.nested-form-buttons-bottom form p {
	margin-top: auto;
}


#spwModalFooter, #spwModalContent {
	position: fixed;
}


body.modal-aberto {
	/*overflow-y: hidden !important;*/
}

/* .spwBotaoAnterior,
.spwBotaoAnterior-o,
.spwBotaoAnterior-d {

}

.spwBotaoPrimeiro,
.spwBotaoPrimeiro-o,
.spwBotaoPrimeiro-d {

}

.spwBotaoProximo,
.spwBotaoProximo-o,
.spwBotaoProximo-d
 {

}

.spwBotaoUltimo,
.spwBotaoUltimo-o,
.spwBotaoUltimo-d {

} */
