iframe {
	border: none;
}
legend {
	font-size: 11px;
	font-weight: normal;
	border: none;
}
font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, textarea, checkbox, radio, select {
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
tudo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-y: scroll!important;
}
titulo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.black {
	FONT-SIZE: 9px; COLOR: #000000; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-VARIANT: normal; TEXT-DECORATION: none
}
.white {
	FONT-SIZE: 9px; COLOR: #FFFFFF; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-VARIANT: normal; TEXT-DECORATION: none
}
.celula {
	border: thin solid #000000;
}
a.btn_imprimir_pag
{
	padding: 4px;
	text-decoration:none;
	width:70px; 
	height: 20px; 
	position:absolute; 
	right:3px; 
	top:0px
}
a.btn_imprimir_pag:hover
{
	text-decoration:underline;
}
a.btn_imprimir_pag img
{
	float:left;
}
a.btn_imprimir_pag span
{
	margin-top:3px; 
	position:absolute; 
	right:0;
}
div.teste div:hover 
{
	background-image:none;
	/*background-color:#060;*/
	
}

.teste {
  cursor:pointer;
  -moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 3px #888;
	border:0px;
 
  }
.teste2 {cursor:pointer;}

  .successdiv{
	  margin-top:-20px;
	  height:25px;
	  text-align:center;
  }
  .success{
		background-color: #DFFFDF;
		border: 1px solid #9FCF9F;
		color: #005F00;  
		width: 350px;
		padding:2px;
		margin-left:200px;
  }
#cboxContent{
    -moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 3px #888;
	border:1px solid #eee;
}

#tabela_dominio_grupo{
	position:absolute; z-index:11000; width:300px; background:#FFF;
}

table.bordered {
	border-collapse: collapse;
}
table.bordered td, table.bordered th, td.bordered, th.bordered {
	border: var(--border-width, 1px) var(--border-style, solid) var(--border-color, black);
}
table.colorida thead :is(td, th) {
	background-color: #CCCCCC
}
table.colorida tbody tr:nth-child(even) :is(td, th) {
	background-color: #DDFFDD;
}
table.colorida tbody tr:nth-child(odd) :is(td, th) {
	background-color: white;
}
table.colorida tbody tr:hover :is(td, th) {
	background-color: #98FB98;
}
table.colorida tfoot :is(td, th) {
	background-color: #CCCCCC
}
table.padding :is(td, th) {
	padding: 5px;
}

thead.cabecalho, tr.cabecalho, div.cabecalho, td.cabecalho {
	background-color: #CCCCCC
}

thead.sub-cabecalho, tr.sub-cabecalho {
	background-color: #EEEEEE;
}

div.cabecalho {
	text-align: center;
	font-weight: bold;
}

tfoot.rodape, tr.rodape {
	background-color: #CCCCCC
}

/* Utilizado para alternar cor de linhas em tabelas */
.alterna-cor > tr:nth-child(even){
	background-color: #DDFFDD;
}
.alterna-cor > tr:hover {
	background-color: #98FB98;
}

/**
*	Estilos da tela "Emitir OF de Venda"
*	Esses estilos são utilizados somente na tela 2_2_20
*	*************************************************
*/

.ofv_progress_header {
	border-collapse: collapse;
	background-color:#EFEFEF;
}
.ofv_progress_header > td {
	padding:10px;
	cursor:pointer;
}
.ofv_progress_header > td:hover,.ofv_progress_header > td.marcado:hover {
	background-color:#AFAFAF;
}
.ofv_progress_header > td.marcado {
	background-color:#DADADA;
}
.ofv_progress_header #aviso.aviso {
	background-image:url(imagens/alerta.gif);
	background-repeat:no-repeat;
	background-position: 10px 4px;
	background-color: #FFC;
	border:1px solid #333;
	width:360px;
	float: right;
	padding:2px;
	padding-left:20px;
	margin-right:10px;
	color: black;
	font-size: 10px;
	display:block;
}
/****************************************************
*/

/*
CLASSE LINDAS FEITAS PELO BACA
*/
h4
{
	margin:0;
	padding:0;
}
.error
{
    background: none repeat scroll 0 0 #D35A58;
    border-radius: 5px;
    box-shadow: 2px 4px 6px 0 #CC8888;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    z-index: 9999999;
    display: block;
    width: 90%; 
    text-align: center;
}
.warning
{
    background: none repeat scroll 0 0 #DBB33B;
    border-radius: 5px;
    box-shadow: 2px 4px 6px 0 #DBC68E;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    z-index: 9999999;
    display: block;
    width: 90%; 
    text-align: center;
}
.bt-padrao
{
    background: none repeat scroll 0 0 #70A570;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 2px 4px 6px 0 #C3DDC3;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 5px;
    z-index: 9999999;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.bt-padrao:hover
{
    border: 1px solid #194219;
    box-shadow: -3px -2px 6px 0 #C3DDC3;
}
.div_listas
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.div_listas ul
{
	
	list-style: none;
	margin: 5px 0 5px 10px;
	padding: 0;
}
.blockField {
	border: 2px solid red;
} 
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
	color: red;
    font-weight: bold;
	font-size: 15px;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

body{
	height: 100%;
}

.modal-fundo{
	/*display: none;*/
	background: rgba(255,255,255,0.8);
    width: 100%;
	height: 100%;
	top:0;
	left:0;
    position: fixed;
    z-index: 1;
}

.modal{
	border-radius: 5px;
	text-align: center;
    position: relative;
    border: 1px solid green;
    background: rgba(255,255,255,1.0);
   	margin: 0 auto;
    margin-top: 13%;
    margin-left: 50%;
    left: -25%;
    z-index: 2;
    min-height: 150px;
    height: auto;
}
.modal-titulo{
	font-size: 2.5ch;
	text-align: left;
	margin-top: 0px;
	background: lightgreen;
	/* width:100%; */
	padding:10px 5px; 
}
.modal-conteudo{
	text-align: left;
	font-size: 2ch;
	min-width: 10px;
	padding:40px 5px;
	min-height: auto;	
	margin-left: 10px;
}

.caixa-checkbox{
	display: inline-block;
	width: 100px;
	height: 20px;
	/* float: left; */
}

.modal-rodape{
	/* width:100%; */
	height: 20px;
	margin-bottom: 0px;
	text-align: right;
	padding:10px 5px; 
}

/* Utilizado para fazer um option ficar parecido com um optgroup selecionável  */
.opt-pai
{
	font-weight: bold;
    font-style: italic;
}

/* Utilizado para formatar botão colocado abaixo da tabela para opções de ver mais e voltar */
.botao-pagina {
	width: 50%;
	margin-top: 10px; 
	padding: 5px 0px; 
	font-size: 14px; 
	font-weight: bold; 
	/* cursor: pointer; */
	float:left
}

/* Utilizado para esconder o botão de fechar do modal */
.no-close .ui-dialog-titlebar-close {
	display: none;
}

/* Utilizado para esconder qualquer elemeto */
.none {
	display: none;
}

.clickable {
	cursor: pointer;
}

/* Pode ser colocado em um span para fazer um ______________ */
.sublinhado {
	border-bottom: 1px solid black; 
	display: table-cell;
}

table {
	-webkit-print-color-adjust: exact;
	font-size: 12px; /* Resolve problema de tamanho de fonte do browser quando DOCTYPE não é especificado */
}

/* 
Pode ser colocado em uma tabela para que nenhuma coluna pule linhas com o conteúdo.
Para evitar que os campos de seleção estiquem muito e façam a tabela ficar muito larga, colocamos max-width.
*/
.nowrap td {
	white-space: nowrap;
}
.nowrap select {
	max-width: 150px;
}

/* Faz a célula ter o tamanho mínimo para acomodar o conteúdo sem quebrar linha */
td.wrap-content {
	white-space: nowrap;
	width: 1px;
}

/*
Ajustes do select2 para que fique estilizado de uma forma mais parecida com os componentes do Financo.
 */
.select2-selection__placeholder,.select2-selection__rendered {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.select2-selection--single {
	height: 20px!important;
	border-radius: 0!important;
}
.select2-selection__rendered {
	line-height: 20px!important;
}
.select2-selection__arrow {
	height: 20px!important;
}

select[readonly] {
	background: #eee; /*Simular campo inativo - Sugest�o @GabrielRodrigues*/
	pointer-events: none;
	touch-action: none;
}

@media print {
	.noprint {
		display: none!important;
	}

	html, body {
		height:auto;
	}

	@page {
		size: auto;
	}

	.fixed-footer {
		position: fixed;
		bottom: 0;
	}
}

/**
 * Identação para novo parágrafo
 */
p.paragraph {
	text-indent: 30px;
}

.underline {
	text-decoration: underline;
}

input[type="radio"].readonly_radio {
	opacity: 0.5; /* not necessary */
	pointer-events: none;
}

/**
 * É definido pela Lei 11.785 de 2008 que precisa ser no mínimo letra 12 em contratos.
 */
.contrato {
	font-size: 12pt;
	max-width: 600px;
	margin: auto;
	line-height: 1.5;
	text-align: justify;
}

.page {
	page-break-after: always;
}

/**
* Para quebrar a página na impressão, é possível adicionar uma div vazia com essa classe.
* https://stackoverflow.com/questions/1664049/can-i-force-a-page-break-in-html-printing/1664058
*/
.pagebreak { 
	page-break-before: always; 
}
/**
* Para não deixar que o conteúdo seja quebrado em páginas diferentes.
*/
.avoid-pagebreak {
	page-break-inside: avoid;
}

span.alerta, font.alerta {
	font-size: 9px;
	color: red;
}

input.alerta, button.alerta {
	background-color: salmon;
}

input.sucesso, button.sucesso {
	background-color: lightgreen;
}

.double-underline {
	text-decoration-line: underline;
	text-decoration-style: double;
}

/**
 * CSS criado para remover a necessidade da versão customizada do jquery para mostrar modal
 * com barra de título verde.
 */
 /** Fonte alterada para tabelas ficarem com bom espaçamento entre linhas */
.ui-dialog {
	font-family: Segoe UI,Arial,sans-serif;
}

/** Barra de título verde **/
.ui-dialog-titlebar {
    border: 1px solid #000;
    background: #114512 url(images/ui-bg_gloss-wave_25_114512_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
}
/** Fundo Escuro **/
.ui-widget-overlay {
    background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x;
    opacity: 0.8;
    filter: Alpha(Opacity=80);
}

/** Resolve problema de menu aparecer acima do dialog **/
.ui-dialog { 
	z-index: 99999 !important;
}

/** Erros de validação **/
.validation-error * {
	outline: 1px solid red;
}

label.validation-error {
	color: red;
}

/* Checkbox */
input[type='radio'].checkbox:after {
    width: 15px;
    height: 15px;
    border-radius: 0px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid black;
}

input[type='radio'].checkbox-2:after {
    border: 2px solid black;
}

input[type='radio'].checkbox:checked:after {
    content: 'X';
    font-size: 12.4px;
    text-indent: 2.7px;
    color: black;
    font-weight: 900;
}

label > input[type='radio'] {
	vertical-align: middle;
	margin-top: -1px;
}

/**
 * Cabeçalho e rodapé para arquivo Word.
 * https://stackoverflow.com/a/12278259
 */
.mso-footer-header {
	margin: 0in 0in 0in 900in;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-align: center;
}

.mso-header {
	mso-element: header;
}

.mso-footer {
	mso-element: footer;
}

.row {
	display: flex;
	flex-basis: 100%;
}

.row > div {
	padding: 3px 15px;
	box-sizing: border-box;
}

div.bordered {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: black;
}
div.bordered .row > div {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: black;
}

/**
 * Permite gerar listagens customizadas especificando apenas 2 variáveis.
 */
ol.customizado {
    counter-reset: list;
}
ol.customizado > li {
    list-style: none;
    position: relative;
}
ol.customizado > li:before {
    content: counter(list, var(--type)) var(--separator) " ";
    counter-increment: list;
    position: absolute;
    left: -1.4em;
}

/**
 * BOOTSTRAP
 */

.btn {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xxs {
    padding: 1px 5px;
    font-size: 10px;
    line-height: 1.4;
    border-radius: 3px;
}

.form {
	background-color: #EEE;
	padding: 10px;
}

.form > table {
	width: 100%;
	border-spacing: 0 5px;
}