html,body,.pageLayout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

html,body,.background{
	background-color: #0C2049;
	background-repeat: repeat-y;
}

/*.pageHeader {
position: fixed!important;
background: #3b5999;
width: 100%;
height: 37px;
z-index: 300;
top: 0;
padding: 0;
left: 0;
}*/ 

.pageLayout {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	width: 100%;
}

.pageMenu {
	width: 10%;
	vertical-align: top;
	padding: 10px;
}

.pageBody {
	padding-bottom: 50px; /* para não ficar em baixo do rodapé*/
	padding-top: 37px; /*Para fica abaixo do menu do topo*/
}

.pageFooter { 
	clear: left;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	/* position: absolute; */
	position: fixed!important;
	width: 100%;
	bottom: 0; /* stick to bottom */
	left: 0;
	
	background-color: #3b5999;
	color: white;
}

.contentBodyMargin {
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.classBlock {
	/*background-color: whitesmoke;*/
	width: 100%;
	height: 100%;
	opacity: 0.40;
	top: 0;
	left: 0;
	z-index: 998;
	border-style: none;
	text-align: center;
	position: fixed;
}

.statusMessage {
	background-color: #FF4040;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	float: left;
}

.progressBar {
	z-index: 999;
	border-style: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: 10px;
}

.popupMensagem {
	position: fixed;
	text-align: center;
	z-index: 9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 90px 90px 90px 90px;
	top: 45%;
	left: 35%;
}

image,img {
	border: 0px;
}

.msg {
	z-index: 999;
	position: fixed;
	padding: 20px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: normal;
	left: 0px;
	right: 0px;
	bottom: -10px;
	height: auto;
}

.menuFont {
	font-size: 10px;
}

.buttonBar {
	text-align: right;
}

.buttonBar .space {
	margin-left: 10px;
	margin-right: 10px;
	border: solid 1px #DCD5CF;
	width: 2px;
}

.letraBar {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: whitesmoke;
	border-top: solid 1px #DCD5CF;
}

.rich-messages-marker img {
	position: absolute;
	cursor: pointer;
	top: 0px;
	right: 0px;
}

input[type=text],input[type=password],textarea,select {
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 2px 0 10px 0;
}

input[type=text]:focus,input[type=password]:focus,select:focus,textarea:focus
	{
	background-color: #FFFFCE;
	border-bottom: solid 1px;
	color: Black;
}

input[type=checkbox] {
	width: 15px;
	height: 15px;
	margin-left: -1px;
	color: red;
}

input[type=submit],input[type=button],input[type=reset] {
	width: 160px;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 2px;
}

.required .msgError {
	padding-left: 2px;
}

.divError {
	margin: 5px;
	padding: 5px;
}

.imgError {
	margin-left: 30px;
}

br {
	clear: left;
}

.linkWithMargin {
	margin: 20px;
}

.linkAlignRight {
	text-align: right;
	display: block;
	padding-right: 5px;	
	margin-bottom: 20px;
}

.linkLetra {
	background-color: #DCD5CF;
	border: solid 1px #AAAAAA;
	display: inline-table;
	padding: 2px;
	width: 16px;
}

#no-stylized{
	
}

#stylized {
	min-width: 720px;
	max-width: 1024px;
	/* width: 710px; */
	margin: auto;
	text-align: left;
	/* padding: 5; */
	padding: 3px;
	padding-top: 5px;
	position: relative;
}

#stylized-full {
	min-width: 720px;
	/* max-width: 1024px; */
	/* width: 710px; */
	margin: auto;
	text-align: left;
	/* padding: 5; */
	padding: 3px;
	padding-top: 5px;
	position: relative;
}

#stylized h1 {
	display: block;
	padding:0px;
	margin:0px;
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	margin-top:25px;
/* 	margin-left:-5px;
	margin-right:-5px;
 */
 	margin-left:5px;
	margin-right:5px;
 }

#stylized p {
	padding:0px;
	margin:0px;
	margin-top:3px;
	font-size: 11px;
	margin-bottom: 15px;
	/* margin-left:-5px;
	margin-right:-5px; */
	margin-left:5px;
	margin-right:5px;
	padding-bottom: 5px;
}

#stylized-full h1 {
	display: block;
	padding:0px;
	margin:0px;
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
	margin-top:25px;
/* 	margin-left:-5px;
	margin-right:-5px;
 */
 	margin-left:5px;
	margin-right:5px;
 }

#stylized-full p {
	padding:0px;
	margin:0px;
	margin-top:3px;
	font-size: 11px;
	margin-bottom: 15px;
	/* margin-left:-5px;
	margin-right:-5px; */
	margin-left:5px;
	margin-right:5px;
	padding-bottom: 5px;
}

hr {
	color:#DBE3EB;
	border-color:#DBE3EB;
	margin-left:-15px;
	margin-right:-15px;	
	
}

.buttonsBottom {
	text-align: right;
	background-color:#E0E0E0;
	margin-bottom: -20px;
	margin-left: -10px;
	margin-right: -10px;  
	padding: 10px;
}
.legenda {
	padding: 2px;
}

.legenda img {
	margin-left: 10px;
	margin-right: 3px;
	margin-top: 5px;
}

/*.buttonsRight {
	text-align: right;
	background-color:#DDDDDD;
	/*width:200px;
	padding: 5px;
	margin-right: -5px;
	margin-top: -15px;
	margin-bottom:5px;
	border-right: 1px solid #BBBBBB;
	float: right;
}*/

.buttonsRight {
	float:right;
	padding: 5px;
	margin-top: -40px;
}

.buttonsRight:hover {
	background-color: #d8deea;
}

.buttonBox, .displayDataBox {
	background-color: white;
	border: 1px solid #CCC;
}

.buttonBoxContent, .displayDataBoxContent {
	background-color: #F5F5F3;
	border: 1px solid #CCC;	
}

.displayDataGridContent {
	background-color: #EEEEEE;
	border: 1px solid #909090;	
}

.envolvidoBorder {
	border: 1px solid #909090;
	height:103px;
}
.buttonsDataGrid {
	width: 500px;
	height: 30px;
	text-align: right;
	display: block;
	float: right;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}

.headerDataGrid img {
	margin-left:5px;
}

.buttonsDataGrid img {
	margin-left:5px;
}

.buttonStyle
{
   font-size:16px;
   width:160px;
   height:26px;
   background-color:#779999;
   background-image:url("../img/button_bg.png");
   border-style:solid;
   border-color:#AAAAAA;
   border-width:1px;
}

.buttonStyle:hover {
	background-position: 0 -24px;
}


.buttonBox {
	padding:1px;
	font-size: 10px;
	width:130px;
}

.buttonBoxContent:hover {
	background-color: white;
}

.displayDataBox {
	padding:4px;
	width: 98%;
	margin: auto;
	margin-top: 5px;
}

.displayDataBoxContent {
	padding: 6px;
}

.vertical-align-top {
	vertical-align: top;
}

.panelGridColl {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	width: 80px;
}

.panelGridCollAdd {
	vertical-align: middle;
	text-align: left;
}

.panelGridFooter {
	text-align: right;
}

/* COMPONENTE FIELD */
.fieldComponent {
	width: 100%;
	min-height: 25px;
}

.fieldComponent input {
	margin-right: 10px;
}

.fieldComponent select {
	margin-right: 10px;
}

.fieldComponent .error {
	margin: 1px;
	border: 1px solid #E5973E;
	background-color: #FFDEAD;
	padding: 2px;
	color: red;
}

.subLabel {
	/* float: left; */
	width: 240px;
	text-align: right;
	font-weight: bold;
	/*padding: 5px;*/
	color: #333333;
}

.fieldComponent .label {
	float: left;
	width: 240px;
	text-align: right;
	font-weight: bold;
	padding: 5px;
	color: #333333;
}

.fieldComponent .small {
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
	text-align: right;
	width: 240px;
	color: #666666;
}

.fieldComponent .value {
	display: block;
}

.fieldComponent .required {
	color: red;
	padding-left: 2px;
}

.fieldComponent img {
	padding-top: 1px;
}

.fieldComponent .errorMessage {
	margin-left: 3px;
}


.label-display {
	font-weight: bold;
	color: #333333;
	padding-right: 5px;
}

.item-post{
	color: #999;
	font-size: 11px;
}


.post-titulo {
margin: 0;
padding: 16px 16px 0 16px;
text-overflow: ellipsis;
}

/* MENU PARA TESTE */
#menu {
	width: 140px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	border-top: 1px solid #CCC;
	float: left;
}

#menu a {
	height: 35px;
	width: 140px;
	display: block;
	margin-right: 1px;
	padding: 16px 20px 0px 20px;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: none;
	display: block;
}

#menu a:hover,#menu .current_page_item a {
	background: url(../../inc/img/img05.gif) repeat-x left top;
	text-decoration: none;
	color: #FFFFFF;
	width: 140px;
}

#menu .current_page_item a {
	
}
/* FIM MENU PARA TESTE */

a.dashboard-module, 
a.dashboard-module:visited { 
	width: 102px; 
	height: 102px; 
	display: block; 
	float: left; 
	background: url(../img/dashboard-module.gif) top left no-repeat; 
	margin: 0 8px 8px 0;  
	text-align: center; 
	color: #444444; 
	text-decoration: none;
}

.contentPerfilUsuario{
	width: 100%; 
	height: 100%; 
	margin-top: 30px;
}

.img-perfil{
	height: 70px !important;
	width: 70px !important;
}

.mainFotoUsuario{
	float:right;
	margin-right: 220px;
}

.logo{
	float: right;
	/* width: 117px; */
	margin-right: 21px;
	/*margin-top: 12px;*/
}

/* #stylized .checkedNavgation{
	width: 48px;
	height: 48px;
	position: absolute;
	margin-left: 910px;
	margin-top: -60px;
} */

#stylized .uncheckedNavgation {
	color: #555555;	
}

#stylized .checkedNavgation {
	background-image: url(../img/48/check2.png);	
}

.notification-bar {
	position: absolute;
	z-index: 9998;
}


/************************** notification css ***********************************/

#show_notifications {
	padding: 8px;
	/*border: 1px solid #c0c0c0;
	background-color: #fff;*/
	float: right;
	/*margin: 20px 10px 5px 0;*/
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	min-width: 130px;
}

#loader {
	float: left;
	margin-left: 10px;
	display: none;
}

#box_notification {
	width: 440px;
	overflow: hidden;
	position: absolute;
	height: 300px;
	float: right;
	margin: 0 10px 0 0;
	display: none;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
	-webkit-border-radius: 3px;
	z-index: 99999;
}

.full {
	position: absolute;
	width: 100%;
}

#div1 {
	left: 0px;
	padding-bottom: 35px;
}

#box_header {
	height: 15px;
	width: 418px;
	border: thin solid #c0c0c0;
	line-height: 15px;
	background-color: #fff;
	padding: 10px;
}

#box_footer {
	height: 15px;
	width: 418px;
	position: absolute;
	bottom: 4px;
	border: thin solid #c0c0c0;
	background-color: #f7f7f7;
	padding: 10px;
	text-align: center;
	color: #4067C9;
}

#box_footer a {
	color: #4067C9;
	text-decoration: none;
}

#box_footer a:hover {
	text-decoration: underline;
}

#noti_text {
	float: left;
	font-weight: bold;
	color: #4067C9;
}

#noti_text a {
	color: #4067C9;
	text-decoration: none;
}

#noti_text a:hover {
	text-decoration: underline;
}

#site_link {
	float: right;
	color: #4067C9;
}

#site_link a {
	color: #4067C9;
	text-decoration: none;
}

#site_link a:hover {
	text-decoration: underline;
}

.noti_item {
	width: 400px;
	height: 56px;
	line-height: 56px;
	border-bottom: thin solid #c0c0c0;
	border-left: thin solid #c0c0c0;
	padding: 10px;
}

.noti_indi {
	width: 418px;
	border-bottom: thin solid #c0c0c0;
	padding: 10px;
}

.clear {
	clear: both;
}

#noti_list {
	height: 232px;
	overflow-y: visible;
	overflow-x: hidden;
	border-right: thin solid #c0c0c0;
	background-color: #FFFFFF;
	cursor: pointer;
	list-style: none;
}

#actual_notification {
	height: 232px;
	overflow-y: visible;
	overflow-x: hidden;
	background-color: #F0F0F0;
	border-left: thin solid #c0c0c0;
	border-right: thin solid #c0c0c0;
}

.noti_id {
	display: none;
}

.notification {
	text-shadow: none;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-left: 3px;
	font-weight: normal;
	line-height: 21px;
	background-color: #b94a48;
	display: inline-block;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	font-size: 15px;
	color: #fff;
}

.nofitifilink {
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	color: #333;
	display: block;
	padding: 7px 20px 7px 8px;
	text-decoration: none;
	margin-bottom: -1px;
	z-index: 2;
	zoom: 1;
}

.animacao .fast {
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-ms-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

.animacao {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

.containerMensagemBox {
	top: 35%;
	color: white;
	position: relative;
	width: 100%;
	background-color: #232323;
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.divMensagemBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100000;
}

.mensagemBoxCenter {
	position: relative;
	left: 20%;
	width: 50%;
	font-family: 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	padding: 10px;
}

.mensagemBoxCenter .msg-titulo {
	font-size: 26px;
}

.mensagemBoxButton {
	width: 100%;
	height: 30px;
}

.mensagemBoxButton button {
	float: right;
	background-color: rgb(35, 35, 35);
	border-color: white;
	border-width: 2px;
	border-style: solid;
	color: white;
	margin-right: 5px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: arial;
	background-image: none;
}

.mensagemBoxButton button:hover {
	background-color: rgb(0, 80, 239);
}

.linkNotification{
	float: right;
	/*background-color: rgb(35, 35, 35);*/
	background-color: rgb(0, 80, 239);
	border-color: white;
	border-width: 2px;
	border-style: solid;
	color: white;
	margin-right: 5px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: arial;
	background-image: none;
}

.scroll_div {
	overflow: auto;
	width: 100%;
	height: 100%;
}

.notification-top {
	filter: alpha(opacity = 80);
	opacity: 0.8;
	padding: 50px 0 0 50px;
}

/*--------------- Menu metro -----------------------------*/
#center-menu {
	margin: 0 auto;
	width: 900px;
	padding-top: 25px;
	clear: both;
}

#center-menu a:focus {
	outline: 0
}

#center-menu section {
	/* width: 910px; */
	width: 720px; 
	display: inline-block;
	margin-right: 100px;
}

#metro {
}

.metro-simples {
	background: #556065;
	position: relative;
	height: 128px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	float: left;
	font-family: "Segoe UI Light", "Segoe UI", Verdana, Tahoma, Arial;
	width: 170px;
}

.metro-duplo {
	background: #silver;
	position: relative;
	height: 128px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	float: left;
	font-family: "Segoe UI Light", "Segoe UI", Verdana, Tahoma, Arial;
	width: 350px;
}

.img-simples {
	height: 64px;
	width: 64px;
	padding: 20px 53px 10px 53px;
	border: 0px;
	text-align: center;
	float: left;
	position: relative;
	padding-bottom: 5px;
}

.img-dupla {
	float: left;
	width: 100%;
	padding: 20px 0px 10px 0px;
	text-align: center;
}

.img-label {
	float: left;
	padding: 30px 0px 0px 10px;
	text-align: left;
}

#metro span {
	position: relative;
	height: 20px;
	text-decoration: none;
	color: rgba(255, 255, 255, 1.0);
	float: left;
	text-align: center;
	clear: both;
	width: 100%;
	bottom: 0px;
	font-weight: bold;
	font-size: 14px;
}

.metrolabel {
	text-decoration: none;
	color: rgba(255, 255, 255, 1.0);
	float: left;
	text-align: center;
	font-size: 28px;
	margin-top: 40px;
}

.metro-destaque-rodape {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 26px;
	padding-top: 4px;
}

/*---------------------------------------- Cores -------------------------------------------------*/
 .metro-roxo {
	background: #631254; /* Old browsers */
	background: -moz-linear-gradient(left, #631254 4%, #7c1d6e 98%);
	background: -webkit-gradient(linear, left top, right top, color-stop(4%, #631254),
		color-stop(98%, #7c1d6e) );
	background: -webkit-linear-gradient(left, #631254 4%, #7c1d6e 98%);
	background: -o-linear-gradient(left, #631254 4%, #7c1d6e 98%);
	background: -ms-linear-gradient(left, #631254 4%, #7c1d6e 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#631254',
		endColorstr='#7c1d6e', GradientType=1 );
	background: linear-gradient(left, #631254 4%, #7c1d6e 98%);
}

 .metro-roxo:hover {
	background: #7c1d6e;
}

 .metro-lilas {
	background: #652d9a;
	background: -moz-linear-gradient(left, #652d9a 3%, #7f37b5 98%);
	background: -webkit-gradient(linear, left top, right top, color-stop(3%, #652d9a),
		color-stop(98%, #7f37b5) );
	background: -webkit-linear-gradient(left, #652d9a 3%, #7f37b5 98%);
	background: -o-linear-gradient(left, #652d9a 3%, #7f37b5 98%);
	background: -ms-linear-gradient(left, #652d9a 3%, #7f37b5 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#652d9a',
		endColorstr='#7f37b5', GradientType=1 );
	background: linear-gradient(left, #652d9a 3%, #7f37b5 98%);
}

 .metro-lilas:hover {
	background: #7f37b5
}

 .metro-verde {
	background: #7ca024;
	background: -moz-linear-gradient(left, #7ca024 3%, #9ab92f 98%);
	background: -webkit-gradient(linear, left top, right top, color-stop(3%, #7ca024),
		color-stop(98%, #9ab92f) );
	background: -webkit-linear-gradient(left, #7ca024 3%, #9ab92f 98%);
	background: -o-linear-gradient(left, #7ca024 3%, #9ab92f 98%);
	background: -ms-linear-gradient(left, #7ca024 3%, #9ab92f 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#7ca024',
		endColorstr='#9ab92f', GradientType=1 );
	background: linear-gradient(left, #7ca024 3%, #9ab92f 98%);
}

 .metro-verde:hover {
	background: #9ab92f;
}

 .metro-azul {
	background: #479ea8;
	background: -moz-linear-gradient(left, #479ea8 1%, #53b6bc 98%);
	background: -webkit-gradient(linear, left top, right top, color-stop(1%, #479ea8), color-stop(98%, #53b6bc) );
	background: -webkit-linear-gradient(left, #479ea8 1%, #53b6bc 98%);
	background: -o-linear-gradient(left, #479ea8 1%, #53b6bc 98%);
	background: -ms-linear-gradient(left, #479ea8 1%, #53b6bc 98%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#479ea8',
		endColorstr='#53b6bc', GradientType=1 );
	background: linear-gradient(left, #479ea8 1%, #53b6bc 98%);
}

 .metro-azul:hover {
	background: #53b6bc;
}

.metro-vermelho{
	background: #cc0428; /* Old browsers */
	background: -moz-linear-gradient(left,  #cc0428 1%, #bf031f 44%, #96001b 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0428), color-stop(44%,#bf031f), color-stop(100%,#96001b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc0428 0%,#bf031f 44%,#96001b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cc0428 0%,#bf031f 44%,#96001b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cc0428 0%,#bf031f 44%,#96001b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc0428 0%,#bf031f 44%,#96001b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0428', endColorstr='#96001b',GradientType=0 ); /* IE6-9 */
	
}

 .metro-vermelho:hover {
	background: #bf031f;
}

 .metro-laranja {
	background: #c74430; /* Old browsers */
	background: -moz-linear-gradient(left, #c74430 0%, #d85636 95%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c74430),
		color-stop(95%, #d85636) );
	background: -webkit-linear-gradient(left, #c74430 0%, #d85636 95%);
	background: -o-linear-gradient(left, #c74430 0%, #d85636 95%);
	background: -ms-linear-gradient(left, #c74430 0%, #d85636 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#c74430',
		endColorstr='#d85636', GradientType=1 );
	background: linear-gradient(left, #c74430 0%, #d85636 95%);
}

 .metro-laranja:hover {
	background: #d85636;
}

 .metro-laranja-claro {
	background: #de8211; /* Old browsers */
	background: -moz-linear-gradient(left, #de8211 0%, #e3a419 94%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #de8211),
		color-stop(94%, #e3a419) );
	background: -webkit-linear-gradient(left, #de8211 0%, #e3a419 94%);
	background: -o-linear-gradient(left, #de8211 0%, #e3a419 94%);
	background: -ms-linear-gradient(left, #de8211 0%, #e3a419 94%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#de8211',
		endColorstr='#e3a419', GradientType=1 );
	background: linear-gradient(left, #de8211 0%, #e3a419 94%);
}

 .metro-laranja-claro:hover {
	background: #e3a419;
}

 .metro-info {
	background: #FFCC66;
}



/*--------------- Componentes RichFaces ------------------*/
.rich-toolbar,.rich-toolbar-item {
	background-image: none;
	background-color: #3b5998;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	/* border-color: #F1F1F1; */
}

.rich-fileupload-toolbar-decor {
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	padding: 2px;
	background-color: #FFFFFF;
	border-bottom-color: silver;
	border-top-color: white;
	border-left-color: white;
	width: 100%;
}

.rich-table-header {
	background-color: #3b5999;
	background-image: none;
	background-position: top left;
	background-repeat: repeat-x;
}

.rich-fileupload-button-border {
	border: 0px;;
	margin: 0px;
	border-color: none;
}

.rich-fileupload-button {
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
	padding: 2px;
	cursor: pointer;
	background-image: none;
	background-color: whiteSmoke;
	background-image: -webkit-linear-gradient(top, whiteSmoke, #F1F1F1);
	background-image: -moz-linear-gradient(top, whiteSmoke, #F1F1F1);
	background-image: -ms-linear-gradient(top, whiteSmoke, #F1F1F1);
	background-image: -o-linear-gradient(top, whiteSmoke, #F1F1F1);
	background-image: linear-gradient(top, whiteSmoke, #F1F1F1);
	color: #444;
	border: 1px solid gainsboro;
}

.rich-fileupload-button-border {
	border: 0px solid;
	margin: 2px;
	border-color: silver;
}

.rich-fileupload-button-light {
	background-color: #FFFFFF;
	background-image: none;
	border-color: silver;
	border: 0px;
	padding: 2px;
	background-color: #F8F8F8;
	background-image: -webkit-linear-gradient(top, #F8F8F8, #F1F1F1);
	background-image: -moz-linear-gradient(top, #F8F8F8, #F1F1F1);
	background-image: -ms-linear-gradient(top, #F8F8F8, #F1F1F1);
	background-image: -o-linear-gradient(top, #F8F8F8, #F1F1F1);
	background-image: linear-gradient(top, #F8F8F8, #F1F1F1);
	color: #333;
	border: 1px solid #C6C6C6;
}

.rich-fileupload-list-decor {
	border: 0px;
	border-color: none;
	background-color: red;
}

.rich-fileupload-toolbar-decor {
	border-bottom: none;
	border-top: none;
	border-left: none;
	padding: 0px;
	background-color: #3B5998;
	border-bottom-color: none;
	border-top-color: none;
	border-left-color: none;
	width: 100%;
}

.rich-tab-active {
color: #474747;
background-position: 0 0;
background-image: none;
}

.rich-disable-day-class{
	color: #999;
}

.buttonRed{
  font-weight: bold;
  border-color: #C0C0C0;
  font-size: 11px;
  font-family: Arial,Verdana,sans-serif;
  color: #FFF;
  background-color: #9F3B3B;
  padding: 2px 0 1px 0;
  background-position: 0 50%;
  background-image: none;
}

.customActiveTabClass {
	color: black;
	font-size: small;
	font-weight: bold;
	background-color: white;
	background-position: 0 0;
	background-image: none;
}

.entryClassCustom {
	vertical-align: top;
	background: #FFFFFF;
	color: black
}

.selectValueClassCustom {
	background: #F1F1F1;
}

.popupClassCustom {
	background: #FFFFFF;
}

.redLabel {
	color: red;
}

.tags {
  display: inline-block;
  padding: 4px 6px;
  color: #777777;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #d5d5d5;
 /*  width: 300px; */
  min-width: 300px;
  min-height: 150px;
}

.tags .tag {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: normal;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #5C76AD;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 4px 22px 5px 9px;
  margin-bottom: 3px;
  margin-right: 3px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.tags .tag .close {
  font-size: 15px;
  line-height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #FFF;
  text-shadow: none;
  float: none;
  position: absolute;
  /* right: 0; */
  top: 0;
  /* bottom: 0; */
  width: 18px;
  text-align: center;
  font-weight: bold;
}
.tags .tag .close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.button-red{
	background-image:none;
	background-color: #9F3B3B;
}

.no-border{
	border: 0px;
}

.ui-growl{
	position: fixed;
    top: 50px !important;
    right: 20px;
    width: 301px;
    z-index: 9999;
}

.border-radius-circle{
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
}

.column-50-perc{
   width: 50%;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.width-100-perc{
	width: 100%;
}

/* .rich-table-header{
	background-image:none;  
    background-color: #f2f2f2;  
    border: 0px;   
} */
