@charset "utf-8";
/* Fundos ================================================================== */

.transparent{
	background-color: transparent !important;
}

.sombra22{ box-shadow: 0px 2px 4px  rgba(0,0,0,0.20);}
.sombra32{ box-shadow: 0px 3px 5px  rgba(0,0,0,0.20);}
.sombra42{ box-shadow: 0px 4px 6px  rgba(0,0,0,0.20);}
.sombra52{ box-shadow: 0px 5px 7px  rgba(0,0,0,0.20);}
.sombra62{ box-shadow: 0px 6px 8px  rgba(0,0,0,0.20);}
.sombra72{ box-shadow: 0px 7px 9px  rgba(0,0,0,0.20);}
.sombra82{ box-shadow: 0px 8px 10px rgba(0,0,0,0.20);}
.sombra92{ box-shadow: 0px 9px 11px rgba(0,0,0,0.20);}

.sombra23{ box-shadow: 0px 2px 4px  rgba(0,0,0,0.30);}
.sombra33{ box-shadow: 0px 3px 5px  rgba(0,0,0,0.30);}
.sombra43{ box-shadow: 0px 4px 6px  rgba(0,0,0,0.30);}
.sombra53{ box-shadow: 0px 5px 7px  rgba(0,0,0,0.30);}
.sombra63{ box-shadow: 0px 6px 8px  rgba(0,0,0,0.30);}
.sombra73{ box-shadow: 0px 7px 9px  rgba(0,0,0,0.30);}
.sombra83{ box-shadow: 0px 8px 10px rgba(0,0,0,0.30);}
.sombra93{ box-shadow: 0px 9px 11px rgba(0,0,0,0.30);}

.sombra24{ box-shadow: 0px 2px 4px  rgba(0,0,0,0.40);}
.sombra34{ box-shadow: 0px 3px 5px  rgba(0,0,0,0.40);}
.sombra44{ box-shadow: 0px 4px 6px  rgba(0,0,0,0.40);}
.sombra54{ box-shadow: 0px 5px 7px  rgba(0,0,0,0.40);}
.sombra64{ box-shadow: 0px 6px 8px  rgba(0,0,0,0.40);}
.sombra74{ box-shadow: 0px 7px 9px  rgba(0,0,0,0.40);}
.sombra84{ box-shadow: 0px 8px 10px rgba(0,0,0,0.40);}
.sombra94{ box-shadow: 0px 9px 11px rgba(0,0,0,0.40);}

.sombra25{ box-shadow: 0px 2px 4px  rgba(0,0,0,0.50);}
.sombra35{ box-shadow: 0px 3px 5px  rgba(0,0,0,0.50);}
.sombra45{ box-shadow: 0px 4px 6px  rgba(0,0,0,0.50);}
.sombra55{ box-shadow: 0px 5px 7px  rgba(0,0,0,0.50);}
.sombra65{ box-shadow: 0px 6px 8px  rgba(0,0,0,0.50);}
.sombra75{ box-shadow: 0px 7px 9px  rgba(0,0,0,0.50);}
.sombra85{ box-shadow: 0px 8px 10px rgba(0,0,0,0.50);}
.sombra95{ box-shadow: 0px 9px 11px rgba(0,0,0,0.50);}

.sombra26{ box-shadow: 0px 2px 4px  rgba(0,0,0,0.60);}
.sombra36{ box-shadow: 0px 3px 5px  rgba(0,0,0,0.60);}
.sombra46{ box-shadow: 0px 4px 6px  rgba(0,0,0,0.60);}
.sombra56{ box-shadow: 0px 5px 7px  rgba(0,0,0,0.60);}
.sombra66{ box-shadow: 0px 6px 8px  rgba(0,0,0,0.60);}
.sombra76{ box-shadow: 0px 7px 9px  rgba(0,0,0,0.60);}
.sombra86{ box-shadow: 0px 8px 10px rgba(0,0,0,0.60);}
.sombra96{ box-shadow: 0px 9px 11px rgba(0,0,0,0.60);}

.fundoEditor      {
  background-color: rgba(239,239,239,1.00) !important;
  border: rgba(159,159,159,1.00) 1px solid;
  border-radius: 3px;
  padding: 6px;
  /*-webkit-box-shadow: 2px 2px 4px rgba(29,29,29,1.00);
	box-shadow: 2px 2px 4px rgba(29,29,29,1.00) !important;*/
	cursor: pointer;
  
}



.fundoMenu        {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192229", endColorstr="#212E37");
  background: -webkit-gradient(linear, left top, left bottom, from(#192229), to(#212E37));
  background: -moz-linear-gradient(top, #192229, #212E37);

  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
}

.fundoCaroselLeft { 
    /*background-color: black;*/
    background-image: linear-gradient( to right, #000000, transparent, rgba(255,255,255,0.00) ) !important; 
}

.fundoCaroselRight{ 
    /*background-color: black;*/
    background-image: linear-gradient( to left, #000000, transparent, rgba(255,255,255,0.00) ) !important; 
}

.fundoPills_menu  {
	 background-color: #0671AD !important;
	 padding-top: 0px;
	 padding-bottom: 0px;	 
	 border-radius: 4px 4px 4px 4px;
}

.numerosAtivos    {
  padding-top:5px;
  padding-bottom:5px;
  background-color:rgba(151,86,48,1.00) !important;
  border-radius: 0px;
  color: #ffffff;
}

.numerosInativos  {
  padding-top:5px;
  padding-bottom:5px;
  background-color:rgba(217,229,241,1.00) !important;
  border-radius: 0px;
}

.associado        {
  background-color:rgba(156,219,237,1.00) !important;
}

.patrocinador     {
  background-color:rgba(216,232,217,1.00) !important;
  border-radius: 0px;
}

.pagamento        {
  background-color:rgba(243,184,184,0.2) !important;
}
.cLaranja        {
  background-color:rgba(225,166,19,0.20) !important;
}

.bonificacao      {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-collapse: collapse;
  background-color: rgba(247,157,96,1.00) !important;
  border-radius: 0px;
}

.bloqueado        {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 1px;
  border-collapse: collapse;
  background-color:rgba(228,230,236,1.00) !important;
}

.prataEscuro      {
  background-color:rgba(67,82,85,1.00) !important;
  border-radius: 0px;
}

.prataMedio       {
  background-color:rgba(100,125,130,1.00) !important;
  border-radius: 0px;
}

.prata            {
  background-color:rgba(133,152,160,1.00) !important;
  border-radius: 0px;
}

.prataClaro       {
  background-color:rgba(227,241,247,1.00) !important;
  border-radius: 4px;
}

.ouroEscuro       {

  background-color:rgba(131,100,36,1.00) !important;
  color:#ffffff;
  border-radius: 0px;
}

.ouro             {

  background-color:rgba(183,146,68,1.00) !important;
  color:#ffffff;
  border-radius: 0px;
}

.rubi             {

  background-color:rgba(255,59,63,1.00) !important;
  color:#ffffff;
  border-radius: 0px;
}

.esmeralda        {

  background-color:rgba(108,189,112,1.00) !important;
  color:#ffffff;
  border-radius: 0px;
}

.diamante         {

  background-color:rgba(40,163,231,1.00) !important;
  color:#ffffff;
  border-radius: 0px;
}

.N1               {

  background-color:rgba(255,193,151,1.00) !important;
  color:#ffffff;
}

.N3               {

  background-color:rgba(188,199,212,1.00) !important;
  color:#ffffff;
}

.ladoE            {
  padding-top:5px;
  padding-bottom:5px;
  background-color:rgba(255,194,194,1.00) !important;
  color:#ffffff;
}


.bgAzul03 	  {	background-color:rgba(224,237,243,1.00)  !important; color:#323030; }
.bgAzul05 	  {	background-color:rgba(167,195,207,1.00)  !important; color:#323030; }
.bgAzul10 		{	background-color:rgba(131,177,196,1.00)  !important; color:#323030; }
.bgAzul15 		{	background-color:rgba(122,169,188,1.00)  !important; color:#323030; }
.bgAzul20 		{	background-color:rgba(116,175,200,1.00)  !important; color:#323030; }
.bgAzul30			{	background-color:rgba(96,166,196,1.00)   !important; color:#323030; }
.bgAzul40	    {	background-color:rgba(75,155,189,1.00)   !important; color:#ffffff; }
.bgAzul50			{	background-color:rgba(55,141,177,1.00)   !important; color:#ffffff; }
.bgAzul60	    {	background-color:rgba(38,124,160,1.00)   !important; color:#ffffff; }
.bgAzul70	    {	background-color:rgba(24,112,148,1.00)   !important; color:#ffffff; }
.bgAzul80	    {	background-color:rgba(13,97,131,1.00)    !important; color:#ffffff; }
.bgAzul90	    {	background-color:rgba(8,80,110,1.00)     !important; color:#ffffff; }
.bgAzul100	  {	background-color:rgba(3,57,79,1.00)      !important; color:#ffffff; }

.bgA03 	  		{	background-color:rgba(224,237,243,1.00)  !important; color:#323030; }
.bgA05 	  		{	background-color:rgba(167,195,207,1.00)  !important; color:#323030; }
.bgA10 				{	background-color:rgba(131,177,196,1.00)  !important; color:#323030; }
.bgA15 				{	background-color:rgba(122,169,188,1.00)  !important; color:#323030; }
.bgA20 				{	background-color:rgba(116,175,200,1.00)  !important; color:#323030; }
.bgA30				{	background-color:rgba(96,166,196,1.00)   !important; color:#323030; }
.bgA40	    	{	background-color:rgba(75,155,189,1.00)   !important; color:#ffffff; }
.bgA50				{	background-color:rgba(55,141,177,1.00)   !important; color:#ffffff; }
.bgA60	    	{	background-color:rgba(38,124,160,1.00)   !important; color:#ffffff; }
.bgA70	    	{	background-color:rgba(24,112,148,1.00)   !important; color:#ffffff; }
.bgA80	    	{	background-color:rgba(13,97,131,1.00)    !important; color:#ffffff; }
.bgA90	    	{	background-color:rgba(8,80,110,1.00)     !important; color:#ffffff; }
.bgA100	  		{	background-color:rgba(3,57,79,1.00)      !important; color:#ffffff; }


.bgCinza03 		      { background-color:rgba(249,249,249,1.00) !important; color:#000000; }
.bgCinza05 		      { background-color:rgba(237,237,237,1.00) !important; color:#000000; }
.bgCinza15 		      { background-color:rgba(221,221,221,1.00) !important; color:#000000; }
.bgCinza10 		      { background-color:rgba(225,225,225,1.00) !important; color:#000000; }
.bgCinza20		      {	background-color:rgba(215,215,215,1.00) !important; color:#000000; }
.bgCinza30		      {	background-color:rgba(199,199,199,1.00) !important; color:#000000; }
.bgCinza40		      {	background-color:rgba(162,162,162,1.00) !important; color:#000000; }
.bgCinza50		      {	background-color:rgba(132,132,132,1.00) !important; color:#ffffff; }
.bgCinza60		      {	background-color:rgba(116,116,116,1.00) !important; color:#ffffff; }
.bgCinza70		      {	background-color:rgba(91,91,91,1.00)  	!important; color:#ffffff; }
.bgCinza80		      {	background-color:rgba(92,92,92,1.00)   	!important; color:#ffffff; }
.bgCinza90		      {	background-color:rgba(73,73,73,1.00)    !important; color:#ffffff; }
.bgCinza100		    	{	background-color:rgba(57,57,57,1.00)    !important; color:#ffffff; }

.bgC03 		      		{ background-color:rgba(242,249,253,1.00) !important; color:#000000; }
.bgC05 		      		{ background-color:rgba(227,235,241,1.00) !important; color:#000000; }
.bgC15 		      		{ background-color:rgba(204,215,221,1.00) !important; color:#000000; }
.bgC10 		      		{ background-color:rgba(207,218,225,1.00) !important; color:#000000; }
.bgC20		      		{	background-color:rgba(191,205,212,1.00) !important; color:#000000; }
.bgC30		      		{	background-color:rgba(171,187,197,1.00) !important; color:#000000; }
.bgC40		      		{	background-color:rgba(142,154,163,1.00) !important; color:#000000; }
.bgC50		      		{	background-color:rgba(120,129,134,1.00) !important; color:#ffffff; }
.bgC60		      		{	background-color:rgba(108,116,120,1.00) !important; color:#ffffff; }
.bgC70		      		{	background-color:rgba(85,92,95,1.00)  	!important; color:#ffffff; }
.bgC80		      		{	background-color:rgba(85,92,95,1.00)   	!important; color:#ffffff; }
.bgc90		      		{	background-color:rgba(67,71,73,1.00)    !important; color:#ffffff; }
.bgC100		    			{	background-color:rgba(51,56,58,1.00)    !important; color:#ffffff; }


.bgVerdemusgo03 		{	background-color:rgba(243,247,235,1.00) !important; color:#323030; }
.bgVerdemusgo05 		{	background-color:rgba(236,240,228,1.00) !important; color:#323030; }
.bgVerdemusgo10 		{	background-color:rgba(219,231,198,1.00) !important; color:#323030; }
.bgVerdemusgo15 		{	background-color:rgba(203,215,181,1.00) !important; color:#323030; }
.bgVerdemusgo20 		{	background-color:rgba(205,225,169,1.00) !important; color:#323030; }
.bgVerdemusgo30			{	background-color:rgba(181,203,141,1.00) !important; color:#323030; }
.bgVerdemusgo40	    {	background-color:rgba(153,176,110,1.00) !important; color:#323030; }
.bgVerdemusgo50			{	background-color:rgba(131,156,84,1.00)  !important; color:#ffffff; }
.bgVerdemusgo60	    {	background-color:rgba(116,142,68,1.00)  !important; color:#ffffff; }
.bgVerdemusgo70	    {	background-color:rgba(99,132,41,1.00)   !important; color:#ffffff; }
.bgVerdemusgo80	    {	background-color:rgba(87,114,40,1.00)   !important; color:#ffffff; }
.bgVerdemusgo90	    {	background-color:rgba(82,111,31,1.00)   !important; color:#ffffff; }
.bgVerdemusgo100	  {	background-color:rgba(69,95,24,1.00)    !important; color:#ffffff; }

.bgVerde03 					{	background-color:rgba(198,255,192,1.00) !important; color:#323030; }
.bgVerde05 					{	background-color:rgba(178,235,172,1.00) !important; color:#323030; }
.bgVerde10 					{	background-color:rgba(137,212,129,1.00) !important; color:#323030; }
.bgVerde15 					{	background-color:rgba(110,195,100,1.00) !important; color:#323030; }
.bgVerde20 					{	background-color:rgba(76,172,64,1.00) 	!important; color:#323030; }
.bgVerde30					{	background-color:rgba(52,148,35,1.00) 	!important; color:#323030; }
.bgVerde40	    		{	background-color:rgba(47,138,40,1.00) 	!important; color:#323030; }
.bgVerde50					{	background-color:rgba(42,128,35,1.00)  	!important; color:#ffffff; }
.bgVerde60	    		{	background-color:rgba(37,118,30,1.00)  	!important; color:#ffffff; }
.bgVerde70	    		{	background-color:rgba(32,108,25,1.00)   !important; color:#ffffff; }
.bgVerde80	    		{	background-color:rgba(27,98,20,1.00)   	!important; color:#ffffff; }
.bgVerde90	    		{	background-color:rgba(22,88,15,1.00)   	!important; color:#ffffff; }
.bgVerde100	  			{	background-color:rgba(17,78,10,1.00)    !important; color:#ffffff; }

.bgV03 							{	background-color:rgba(243,247,235,1.00) !important; color:#323030; }
.bgV05 							{	background-color:rgba(236,240,228,1.00) !important; color:#323030; }
.bgV10 							{	background-color:rgba(219,231,198,1.00) !important; color:#323030; }
.bgV15 							{	background-color:rgba(203,215,181,1.00) !important; color:#323030; }
.bgV20 							{	background-color:rgba(205,225,169,1.00) !important; color:#323030; }
.bgV30							{	background-color:rgba(181,203,141,1.00) !important; color:#323030; }
.bgV40	    				{	background-color:rgba(153,176,110,1.00) !important; color:#323030; }
.bgV50							{	background-color:rgba(131,156,84,1.00)  !important; color:#ffffff; }
.bgV60	    				{	background-color:rgba(116,142,68,1.00)  !important; color:#ffffff; }
.bgV70	    				{	background-color:rgba(99,132,41,1.00)   !important; color:#ffffff; }
.bgV80	    				{	background-color:rgba(87,114,40,1.00)   !important; color:#ffffff; }
.bgV90	    				{	background-color:rgba(82,111,31,1.00)   !important; color:#ffffff; }
.bgV100	  					{	background-color:rgba(69,95,24,1.00)    !important; color:#ffffff; }

.bgLaranja03 		  	{	background-color:rgba(255,246,239,1.00) !important; color:#323030; }
.bgLaranja05 		  	{	background-color:rgba(255,240,228,1.00) !important; color:#323030; }
.bgLaranja10 		  	{	background-color:rgba(255,231,198,1.00) !important; color:#323030; }
.bgLaranja15 		  	{	background-color:rgba(255,226,187,1.00) !important; color:#323030; }
.bgLaranja20 		  	{	background-color:rgba(255,225,169,1.00) !important; color:#323030; }
.bgLaranja30				{	background-color:rgba(255,203,141,1.00) !important; color:#323030; }
.bgLaranja40	    	{	background-color:rgba(255,176,110,1.00) !important; color:#323030; }
.bgLaranja50				{	background-color:rgba(255,166,107,1.00) !important; color:#323030; }
.bgLaranja60	    	{	background-color:rgba(255,147,75,1.00)  !important; color:#323030; }
.bgLaranja70	    	{	background-color:rgba(255,124,41,1.00)  !important; color:#ffffff; }
.bgLaranja80	    	{	background-color:rgba(255,102,0,1.00)   !important; color:#ffffff; }
.bgLaranja90	    	{	background-color:rgba(229,92,0,1.00)    !important; color:#ffffff; }
.bgLaranja100	  		{	background-color:rgba(203,82,0,1.00)    !important; color:#ffffff; }

.bgL03 		  				{	background-color:rgba(255,246,239,1.00) !important; color:#323030; }
.bgL05 		  				{	background-color:rgba(255,240,228,1.00) !important; color:#323030; }
.bgL10 		  				{	background-color:rgba(255,231,198,1.00) !important; color:#323030; }
.bgL15 		  				{	background-color:rgba(255,226,187,1.00) !important; color:#323030; }
.bgL20 		  				{	background-color:rgba(255,225,169,1.00) !important; color:#323030; }
.bgL30							{	background-color:rgba(255,203,141,1.00) !important; color:#323030; }
.bgL40	    				{	background-color:rgba(255,176,110,1.00) !important; color:#323030; }
.bgL50							{	background-color:rgba(255,166,107,1.00) !important; color:#323030; }
.bgL60	    				{	background-color:rgba(255,147,75,1.00)  !important; color:#323030; }
.bgL70	    				{	background-color:rgba(255,124,41,1.00)  !important; color:#ffffff; }
.bgL80	    				{	background-color:rgba(255,102,0,1.00)   !important; color:#ffffff; }
.bgL90	    				{	background-color:rgba(229,92,0,1.00)    !important; color:#ffffff; }
.bgL100	  					{	background-color:rgba(203,82,0,1.00)    !important; color:#ffffff; }
	
.bgVermelho03 			{	background-color:rgba(255,242,242,1.00) !important; color:#323030; }
.bgVermelho05 			{	background-color:rgba(255,228,228,1.00) !important; color:#323030; }
.bgVermelho10 			{	background-color:rgba(255,198,198,1.00) !important; color:#323030; }
.bgVermelho15 			{	background-color:rgba(255,187,187,1.00) !important; color:#323030; }
.bgVermelho20 			{	background-color:rgba(255,169,169,1.00) !important; color:#323030; }
.bgVermelho30				{	background-color:rgba(255,141,141,1.00) !important; color:#323030; }
.bgVermelho40	    	{	background-color:rgba(255,110,110,1.00) !important; color:#323030; }
.bgVermelho50				{	background-color:rgba(255,107,107,1.00) !important; color:#323030; }
.bgVermelho60	    	{	background-color:rgba(255,75,75,1.00)   !important; color:#323030; }
.bgVermelho70	    	{	background-color:rgba(255,40,40,1.00)   !important; color:#ffffff; }
.bgVermelho80	    	{	background-color:rgba(255,0,0,1.00)     !important; color:#ffffff; }
.bgVermelho90	    	{	background-color:rgba(229,0,0,1.00)     !important; color:#ffffff; }
.bgVermelho100	  	{	background-color:rgba(164,0,0,1.00)     !important; color:#ffffff; }

.bgVm03 						{	background-color:rgba(255,242,242,1.00) !important; color:#323030; }
.bgVm05 						{	background-color:rgba(255,228,228,1.00) !important; color:#323030; }
.bgVm10 						{	background-color:rgba(255,198,198,1.00) !important; color:#323030; }
.bgVm15 						{	background-color:rgba(255,187,187,1.00) !important; color:#323030; }
.bgVm20 						{	background-color:rgba(255,169,169,1.00) !important; color:#323030; }
.bgVm30							{	background-color:rgba(255,141,141,1.00) !important; color:#323030; }
.bgVm40	    				{	background-color:rgba(255,110,110,1.00) !important; color:#323030; }
.bgVm50							{	background-color:rgba(255,107,107,1.00) !important; color:#323030; }
.bgVm60	    				{	background-color:rgba(255,75,75,1.00)   !important; color:#323030; }
.bgVm70	    				{	background-color:rgba(255,40,40,1.00)   !important; color:#ffffff; }
.bgVm80	    				{	background-color:rgba(255,0,0,1.00)     !important; color:#ffffff; }
.bgVm90	    				{	background-color:rgba(229,0,0,1.00)     !important; color:#ffffff; }
.bgVm100	  				{	background-color:rgba(164,0,0,1.00)     !important; color:#ffffff; }

.bgBranco			    	{	background-color: rgba(255,255,255,1.00) !important; color:#000000; }
.bgBranco10       	{ background-color: rgba(255,255,255,0.10) !important; color:#000000; }
.bgBranco20       	{ background-color: rgba(255,255,255,0.20) !important; color:#000000; }
.bgBranco30       	{ background-color: rgba(255,255,255,0.30) !important; color:#000000; }
.bgBranco40       	{ background-color: rgba(255,255,255,0.40) !important; color:#000000; }
.bgBranco50       	{ background-color: rgba(255,255,255,0.50) !important; color:#000000; }
.bgBranco60       	{ background-color: rgba(255,255,255,0.60) !important; color:#000000; }
.bgBranco70       	{ background-color: rgba(255,255,255,0.70) !important; color:#000000; }
.bgBranco80       	{ background-color: rgba(255,255,255,0.80) !important; color:#000000; }
.bgBranco90       	{ background-color: rgba(255,255,255,0.90) !important; color:#000000; }
	
.bgB			    			{	background-color: rgba(255,255,255,1.00) !important; color:#000000; }
.bgB10       				{ background-color: rgba(255,255,255,0.10) !important; color:#000000; }
.bgB20       				{ background-color: rgba(255,255,255,0.20) !important; color:#000000; }
.bgB30       				{ background-color: rgba(255,255,255,0.30) !important; color:#000000; }
.bgB40       				{ background-color: rgba(255,255,255,0.40) !important; color:#000000; }
.bgB50       				{ background-color: rgba(255,255,255,0.50) !important; color:#000000; }
.bgB60       				{ background-color: rgba(255,255,255,0.60) !important; color:#000000; }
.bgB70       				{ background-color: rgba(255,255,255,0.70) !important; color:#000000; }
.bgB80       				{ background-color: rgba(255,255,255,0.80) !important; color:#000000; }
.bgB90       				{ background-color: rgba(255,255,255,0.90) !important; color:#000000; }
	
.bgVinho03 					{	background-color:rgba(249,239,253,1.00) !important; color:#323030; }
.bgVinho05 					{	background-color:rgba(241,223,248,1.00) !important; color:#323030; }
.bgVinho10 					{	background-color:rgba(224,193,236,1.00) !important; color:#323030; }
.bgVinho15 					{	background-color:rgba(218,175,235,1.00) !important; color:#323030; }
.bgVinho20 					{	background-color:rgba(213,151,236,1.00) !important; color:#323030; }
.bgVinho30					{	background-color:rgba(201,112,235,1.00) !important; color:#323030; }
.bgVinho40	    		{	background-color:rgba(194,84,235,1.00) 	!important; color:#323030; }
.bgVinho50					{	background-color:rgba(180,62,225,1.00) 	!important; color:#323030; }
.bgVinho60	    		{	background-color:rgba(162,31,211,1.00) 	!important; color:#323030; }
.bgVinho70	    		{	background-color:rgba(138,16,183,1.00) 	!important; color:#ffffff; }
.bgVinho80	    		{	background-color:rgba(126,13,167,1.00) 	!important; color:#ffffff; }
.bgVinho90	    		{	background-color:rgba(112,9,151,1.00) 	!important; color:#ffffff; }
.bgVinho100		  		{	background-color:rgba(99,0,136,1.00) 		!important; color:#ffffff; }

.bgVi03 						{	background-color:rgba(249,239,253,1.00) !important; color:#323030; }
.bgVi05 						{	background-color:rgba(241,223,248,1.00) !important; color:#323030; }
.bgVi10 						{	background-color:rgba(224,193,236,1.00) !important; color:#323030; }
.bgVi15 						{	background-color:rgba(218,175,235,1.00) !important; color:#323030; }
.bgVi20 						{	background-color:rgba(213,151,236,1.00) !important; color:#323030; }
.bgVi30							{	background-color:rgba(201,112,235,1.00) !important; color:#323030; }
.bgVi40	    				{	background-color:rgba(194,84,235,1.00) 	!important; color:#323030; }
.bgVi50							{	background-color:rgba(180,62,225,1.00) 	!important; color:#323030; }
.bgVi60	    				{	background-color:rgba(162,31,211,1.00) 	!important; color:#323030; }
.bgVi70	    				{	background-color:rgba(138,16,183,1.00) 	!important; color:#ffffff; }
.bgVi80	    				{	background-color:rgba(126,13,167,1.00) 	!important; color:#ffffff; }
.bgVi90	    				{	background-color:rgba(112,9,151,1.00) 	!important; color:#ffffff; }
.bgVi100		  			{	background-color:rgba(99,0,136,1.00) 		!important; color:#ffffff; }

.bgAmarelo03 				{	background-color:rgba(246,247,235,1.00) !important; color:#323030; }
.bgAmarelo05 				{	background-color:rgba(235,236,223,1.00) !important; color:#323030; }
.bgAmarelo10 				{	background-color:rgba(235,236,204,1.00) !important; color:#323030; }
.bgAmarelo15 				{	background-color:rgba(235,236,185,1.00) !important; color:#323030; }
.bgAmarelo20 				{	background-color:rgba(235,236,161,1.00) !important; color:#323030; }
.bgAmarelo30				{	background-color:rgba(235,236,141,1.00) !important; color:#323030; }
.bgAmarelo40	   		{	background-color:rgba(235,236,121,1.00) !important; color:#323030; }
.bgAmarelo50				{	background-color:rgba(235,236,100,1.00) !important; color:#323030; }
.bgAmarelo60	   		{	background-color:rgba(235,236,80,1.00) 	!important; color:#323030; }
.bgAmarelo70	   		{	background-color:rgba(235,236,60,1.00) 	!important; color:#323030; }
.bgAmarelo80	   		{	background-color:rgba(235,236,40,1.00) 	!important; color:#323030; }
.bgAmarelo90	   		{	background-color:rgba(235,236,20,1.00) 	!important; color:#323030; }
.bgAmarelo100		 		{	background-color:rgba(235,236,0,1.00) 	!important; color:#323030; }

.bgAm03 						{	background-color:rgba(246,247,235,1.00) !important; color:#323030; }
.bgAm05 						{	background-color:rgba(235,236,223,1.00) !important; color:#323030; }
.bgAm10 						{	background-color:rgba(235,236,204,1.00) !important; color:#323030; }
.bgAm15 						{	background-color:rgba(235,236,185,1.00) !important; color:#323030; }
.bgAm20 						{	background-color:rgba(235,236,161,1.00) !important; color:#323030; }
.bgAm30							{	background-color:rgba(235,236,141,1.00) !important; color:#323030; }
.bgAm40	   					{	background-color:rgba(235,236,121,1.00) !important; color:#323030; }
.bgAm50							{	background-color:rgba(235,236,100,1.00) !important; color:#323030; }
.bgAm60	   					{	background-color:rgba(235,236,80,1.00) 	!important; color:#323030; }
.bgAm70	   					{	background-color:rgba(235,236,60,1.00) 	!important; color:#323030; }
.bgAm80	   					{	background-color:rgba(235,236,40,1.00) 	!important; color:#323030; }
.bgAm90	   					{	background-color:rgba(235,236,20,1.00) 	!important; color:#323030; }
.bgAm100		 				{	background-color:rgba(235,236,0,1.00) 	!important; color:#323030; }
	
.bgok             	{	background-color:rgba(0,197,255,0.20) 	!important; color:#0F2831; }
.bgok1            	{	background-color:rgba(255,0,4,0.20)    	!important; color:#0F2831; }
.bgok2	          	{ background-color:rgba(0,255,44,0.20)   	!important; color:#0F2831; }
.bgok3	          	{ background-color:rgba(240,0,255,0.20)  	!important; color:#0F2831; }
.bgok4	          	{ background-color:rgba(18,255,0,0.20)  	!important; color:#0F2831; }
.bgok5	          	{ background-color:rgba(0,251,255,0.25)  	!important; color:#0F2831; }
.bgok6	          	{ background-color:rgba(177,105,0,0.20)  	!important; color:#0F2831; }


.branco10    {
	background-color: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.20);
	border-radius: 3px;
}

.branco20     {
	background-color: rgba(255,255,255,0.20);
	border: 1px solid rgba(255,255,255,0.40);
	border-radius: 3px;
}

.branco30     {
	background-color: rgba(255,255,255,0.30) !important;
	border: 1px solid rgba(255,255,255,0.50) !important;
	border-radius: 3px;
}

.branco40    {
	background-color: rgba(255,255,255,0.40) !important;
	border: 1px solid rgba(255,255,255,0.60) !important;
	border-radius: 3px;
}

.branco50   {
	background-color: rgba(255,255,255,0.50) !important;
	border: 1px solid rgba(255,255,255,0.80);
	border-radius: 3px;
}

.branco60     {
	background-color: rgba(255,255,255,0.60) !important;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 3px;
}

.branco70    {
	background-color: rgba(255,255,255,0.70) !important;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 3px;
}

.branco80    {
	background-color: rgba(255,255,255,0.80) !important;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 3px;
}

.branco90     {
	background-color: rgba(255,255,255,0.90) !important;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 3px;
}



.preto05     {
	background: rgba(0,0,0,0.05);
	border-radius: 3px;
}

.preto05Cont     {
	background-color: rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 3px;
}

.preto10     {
	background-color: rgba(0,0,0,0.10);
	border: 1px solid rgba(0,0,0,0.10);
	border-radius: 3px;
}

.preto20     {
	background-color: rgba(0,0,0,0.20);
	border: 1px solid rgba(0,0,0,0.20);
	border-radius: 3px;
}

.preto30     {
	background-color: rgba(0,0,0,0.30);
	border: 1px solid rgba(0,0,0,0.30);
	border-radius: 3px;
}

.preto40     {
	background-color: rgba(0,0,0,0.40);
	border: 1px solid rgba(0,0,0,0.40);
	border-radius: 3px;
}

.preto50     {
	background-color: rgba(0,0,0,0.50);
	border: 1px solid rgba(0,0,0,0.50);
	border-radius: 3px;
}

.transp           { 
  font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size:10px;
  color: rgba(255,255,255,0.0);
  font-weight:normal;
  font-style:normal;
}


.preto05ContSB     {
	background-color: rgba(0,0,0,0.05);

}

.preto10ContSB     {
	background-color: rgba(0,0,0,0.10);

}

.preto20ContSB     {
	background-color: rgba(0,0,0,0.20);

}

.preto30ContSB     {
	background-color: rgba(0,0,0,0.30);

}

.preto40ContSB     {
	background-color: rgba(0,0,0,0.40);

}

.preto50ContSB     {
	background-color: rgba(0,0,0,0.50);

}


