/*

	janela de letras pequenas predominantemente branca

*/

/* estilo de janela simples, modelo IM */

/* classe do div mestre, dono da janela */
div.wide_style_thing {}

/* estado ativado/desativado da janela */
/* ambos, propriedades comuns */
div.wide_style_thing.wide_enabled, div.wide_style_thing.wide_disabled { position: absolute; border: none; }
/* borda e fundo da janela ativa */
div.wide_style_thing.wide_enabled {
	border: 1px solid #999;
	-webkit-box-shadow: rgba(30, 30, 30, 0.109804) 3px 3px 3px 0px;
	box-shadow: 3px 3px 3px 0px rgba(30, 30, 30, 0.13);
}
/* borda e fundo da janela desativada */
div.wide_style_thing.wide_disabled {
	border: 1px solid #aaa;
	-webkit-box-shadow: rgba(20, 20, 20, 0.10) 2px 2px 2px 0px;
	box-shadow: 2px 2px 2px 0px rgba(20, 20, 20, 0.10);
}

/* ativado */
div.wide_style_thing .wide_enable {}

/* desativado */
div.wide_style_thing .wide_disable {background-color: #f0f0f0;}



/* tabela com componentes do titulo */
div.wide_style_thing table.wide_table_title {width: 100%; height: 100%;}
/* texto do titulo */
div.wide_style_thing div.wide_title {
	color: #000;
	font-family: Monaco, Courier New;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	padding-left: 2px;
	padding-right: 0px;
	float: left;
	top: 0px;
	margin: 0 auto;
	left: 20px;
	right: 10px;
	bottom: 0px;
	position: absolute;
}
/* titulo de janela desativada */
div.wide_style_thing.wide_disabled div.wide_title {color: #333;}




/* icone a esquerda */
div.wide_style_rmim .wide_icon {}

/* botao de FECHAR */
	div.wide_style_thing .wide_close_btn, div.wide_style_thing .wide_close_btn:hover, div.wide_style_thing .wide_close_btn:active {
		border-radius: 100%;
		height: 13px;
		width: 13px;
		display: inline-block;
		position: unset;
		margin-top: 1px;
		margin-left: 4px;
		float: left;
	}
	div.wide_style_thing .wide_close_btn{border: 1px solid #3ad63a; background: #46FB46;}
	div.wide_style_thing .wide_close_btn:hover{border: 1px solid #1dC61d; background: #25dC25;}
	div.wide_style_thing .wide_close_btn:active{background: #24DB24;}
	/* botao de janela desativada */
	/*div.wide_style_thing.wide_disabled .wide_close_btn{border: 1px solid #E83f2f; background: #E99;}*/
	div.wide_style_thing.wide_disabled .wide_close_btn{border: 1px solid #777; background: #ccc;}
	div.wide_style_thing.wide_disabled .wide_close_btn:hover{border: 1px solid #3ad63a;background: #4F4;}
	div.wide_style_thing.wide_disabled .wide_close_btn:active{background: #24DB24;}

	/* botao de fechar desativado */
	
	div.wide_style_thing.wide_disabled .wide_close_btn_off, div.wide_style_thing.wide_disabled .wide_close_btn_off:hover, div.wide_style_thing.wide_disabled .wide_close_btn_off:active,
	div.wide_style_thing .wide_close_btn_off, div.wide_style_thing .wide_close_btn_off:hover, div.wide_style_thing .wide_close_btn_off:active {
		background: #ddd;height: 11px;width: 11px;
		border-radius: 100%;
	}


/* botao de MINIMIZAR/RESTAURAR */
	div.wide_style_thing .wide_minimize_btn, div.wide_style_thing .wide_restore_btn,
	div.wide_style_thing .wide_minimze_btn:hover, div.wide_style_thing .wide_restore_btn:hover,
	div.wide_style_thing .wide_minimze_btn:active, div.wide_style_thing .wide_restore_btn:active {
		border-radius: 100%;
		right: 26px;
		top: 8px;
		height: 13px;
		width: 13px;
	}

	div.wide_style_thing .wide_minimize_btn, div.wide_style_thing .wide_restore_btn{border: 1px solid #DC9013; background: #FEB025;}
	div.wide_style_thing .wide_minimize_btn:hover, div.wide_style_thing .wide_restore_btn:hover{border: 1px solid #BA7001; background: #DB9012;}
	div.wide_style_thing .wide_minimize_btn:active, div.wide_style_thing .wide_restore_btn:active{background: #B97000;}


/*	div.wide_style_thing.wide_disabled .wide_minimize_btn, div.wide_style_thing.wide_disabled .wide_restore_btn{border: 1px solid #DC9013; background: #FEB025;} */
	div.wide_style_thing.wide_disabled .wide_minimize_btn, div.wide_style_thing.wide_disabled .wide_restore_btn{border: 1px solid #888; background: #ddd;}
	div.wide_style_thing.wide_disabled .wide_minimize_btn:hover, div.wide_style_thing.wide_disabled .wide_restore_btn:hover{border: 1px solid #BA7001;background: #DB9012;}
	div.wide_style_thing.wide_disabled .wide_minimize_btn:active, div.wide_style_thing.wide_disabled .wide_restore_btn:active{background: #B97000;}
	

/* conteudo da janela */
div.wide_style_thing div.wide_content, div.wide_style_thing div.wide_content_noscroll {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	display: block;
	vertical-align:top;
	position: relative;
	line-height: normal;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 12px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

div.wide_style_thing div.wide_content {overflow: auto;}

/* celula superior ao conteudo */
div.wide_style_thing .wide_inside {}
div.wide_style_thing .wide_title {}

/* tabela que envolve componentes do titulo */
div.wide_style_thing .wide_titledrag {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: none;
}
div.wide_style_thing .wide_titledrag tr { margin: 0px; padding: 0px;}

div.wide_style_thing div.wide_content {
	line-height: normal;
}


/* fundo da barra de titulos ativada */
div.wide_style_thing .title_row_title {
	background-color: rgba(255,255,255,0.95);
	border: 1px solid rgba(128,128,128,0.4);
}

div.wide_style_thing .wide_table {}

div.wide_style_thing.wide_disabled .wide_table {
}

/* fundo da barra de titulos desativada */
div.wide_style_thing.wide_disabled .title_row_title {
	background-color: rgba(255,255,255,0.9);
	border: 1px solid rgba(128,128,128,0.2);;
}

div.wide_style_thing .middle_row_center { background: rgba(255,255,255,0.9); }


div.wide_style_thing .title_row, div.wide_style_thing .title_row_title {height: 22px;}
div.wide_style_thing .title_row_title {background-position: 0px -8px;}









