﻿@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300);

html,body{
	margin:0 auto;
	padding:0;
	height:100%;
	width:100%;
	font-family:Arial,Verdana;
	}

/*Esqueleto*/
#master{
	width:990px;
	float:none;
	}
#masterLogin{
	width:350px;
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:100px;
	}
	#masterLogin fieldset{
	    border:0;
	    width:300px;
	}
	#masterLogin #logoLogin{margin:0 0 140px 0;}
	#masterLogin #logoTech{margin:55px 0 50px 80px;float:left}
	#masterLogin #areaForm{
	    font:bold 12px Arial,Verdana;
	    text-transform:uppercase;
	    background:#005BAC;
	    float:left;
	    width:300px;
	    padding:40px 0 40px 0;
  -moz-box-shadow: 2px 2px 5px #888;
  -webkit-box-shadow: 2px 2px 5px #888;
  box-shadow: 2px 2px 5px #888;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
	#masterLogin #areaForm label{text-align:left;color:#fff;margin:10px 10px 10px 75px;}

#masterLogin #areaForm fieldset input[type="submit"]{
    font:bold 12px Arial;
    color:#000;
    background:#ccc;
    height:25px; 
    font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:#ddd;
	color:#333;
	cursor:pointer;
	text-align:center;
	height:22px;
	border:none;
	margin:20px 0 0 7px;
  -moz-box-shadow: 1px 1px 5px #888;
  -webkit-box-shadow: 1px 1px 5px #888;
  box-shadow: 1px 1px 5px #888;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

    }
    #masterLogin #areaForm fieldset input[type="submit"]:hover{
        background:#999; 
    }	

	#ctl00_topo{
	      margin:0 auto;
		width:990px;
		height:80px;
		float:none;
	 background-position: 0px 0px;
	 background-repeat: no-repeat;
		}
	#content{
		width:990px;
		float:none
		}
	#masterIframe{
		width:970px;
		margin-left:7px
	}
	.contentSubTab{
		width:976px;
		/*border:2px solid #005BAC;*/
  -moz-box-shadow: 1px 1px 5px #888;
  -webkit-box-shadow: 1px 1px 5px #888;
  box-shadow: 1px 1px 5px #888;

		float:left;
		padding-bottom:10px;
		margin:0;
		background-color: #F7FAFF; /*#CCDDFF;*/
		
/*
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
*/
	}
    .contentSubTabPendente{
		width:976px;
		border:2px solid #fea817;
		float:left;
		padding-bottom:10px;
		margin:0;
		background-color: #F7FAFF; /*#CCDDFF;*/
	}
	.contentSubTabSmall{
		width:800px;
		border:2px solid #005BAC;
		float:left;
		padding-bottom:10px;
		margin:0;
		background-color: #F7FAFF; /*#CCDDFF;*/
	}
    .contentSubTabSmallPendente{
		width:800px;
		border:2px solid #fea817;
		float:left;
		padding-bottom:10px;
		margin:0;
		background-color: #F7FAFF; /*#CCDDFF;*/
	}

.contentSubTabRO{
		width:976px;
		border:2px solid #005BAC;
		float:left;
		padding-bottom:10px;
		margin:0;
		background-color: #BEEAC4
	}
    .contentSubTabROPendente{
		width:976px;
		border:2px solid #fea817;
		float:left;
		padding-bottom:10px;
		margin:0;
		background-color: #BEEAC4
	}
	.contentSubTabROSmall{
		width:800px;
		border:2px solid #005BAC;
		float:left;
		padding-bottom:10px;
		margin:0;
		background-color: #BEEAC4
	}
    .contentSubTabROSmallPendente{
		width:800px;
		border:2px solid #fea817;
		float:left;
		padding-bottom:10px;
		margin:0;
		background-color: #BEEAC4
	}

	#pnlPropriedades{
	    border:1px solid #999999;
	    position:absolute;
	    left:8px;
	    width:978px;
	    background:#fff;
	    padding-bottom:10px;
	    *padding-bottom:10px;
	}
	iframe {border:1px solid #fff}
	#contentTab{
	    border-bottom:2px solid #005BAC;
	    /*margin-left:7px;*/
	    height:28px;
	    width:978px;
    border-bottom-color: #005BAC;
	}
	#boxTabs{float:left;width:925px;overflow:hidden;height:28px;position:relative;margin-right:10px;left:5px;}
	.buttonTabAnterior{
	    width:22px;
	    height:27px;
position:relative;margin-left:0;float:left;
	    
	    /*background:#ddd;*/
	    cursor:pointer
	}
	.buttonTabAnterior:hover{
	    opacity:.45;
	    filter: alpha(opacity=45);
	    -moz-opacity: 0.45;
	}
	.buttonTabAnterior img{position:absolute;top:4px;left:1px}
	.buttonTabProximo{
	    width:22px;
	    height:27px;
position:relative;margin-right:0;
	    
	    /*background:#ddd;*/
	    cursor:pointer
	}
	.buttonTabProximo:hover{
	    opacity:.45;
	    filter: alpha(opacity=45);
	    -moz-opacity: 0.45;
	}
	.buttonTabProximo img{position:absolute;top:4px;left:1px}
	#navThree{font:bold 13px Arial,Verdana;color:#999;padding-top:5px;}
/* End - Esqueleto */

/* Topo */
#ctl00_topo #logo{
		visibility:hidden;
		float:right;
		width:150px;
		margin:15px 0px 0px 5px;
  	}
		#ctl00_topo #userName, #mainbanner #userName{
			float:right;
			width:0px;
			height:25px;
			font:16px Arial, Helvetica, sans-serif;
			color:#005BAC;
			margin-right:2px;

			}

		#ctl00_topo #boxLinks, #mainbanner #boxLinks{
			float:right;
			width:978px;
			height:25px;
			margin-top:28px;

			}
			#ctl00_topo #boxLinks #nameCliente{
				float:left;
				height:25px;
				text-indent:7px;
				font:bold 18px Arial, Helvetica, sans-serif;
				}
					#nameCliente a{
						float:left;
						background:#eee;
						height:25px;
						line-height:25px;
						padding:0 10px 0 0;
						color:#fff;
						text-decoration:none;
						margin:1px 0 0 0;
						text-transform:uppercase
						}
				    #ctl00_topo #boxLinks #nameCliente h1{float:left;line-height:30px;}
					#ctl00_topo #boxLinks #nameCliente img{
							float:left;
							margin:0 0 0 8px;
						}
			#ctl00_topo #boxLinks #linksGerenciais{
				float:right;
				width:140px;
				height:25px;
				padding:1px 0 0 0;
				}
				#boxLinks #linksGerenciais a{
						color:#fff;
						font:18px Arial, Helvetica, sans-serif;
						text-decoration:none;
						padding:0 5px 0 0;
					}
				#boxLinks #linksGerenciais #buttonGerenciar{
						float:left;
						margin:4px 0 0 0;
					}
				#boxLinks #linksGerenciais #buttonSair{
						float:left;
						text-align:center;
						padding:3px;
						margin:0;
					}
					#linksGerenciais #buttonSair a{
							color:#005BAC;
							padding:0;
							text-align:center
						}
					#linksGerenciais #buttonSair a:hover{
    background: #005BAC;
    color:#fff;
							
/*text-decoration:underline;*/
						}
						#ctl00_topo #boxLinks #sessionWarning{
				float:left;
				width:200px;
				height:50px;
				padding:10px 0 0 0;
				}
		#ctl00_topo #menu{
			float:right;
			width:0px;
			height:26px;
			/*background:#28527b;*/
			margin-left:7px;
			margin-right:0px;
			}
			
			.application 
			{
			/*float:right;
			width:0px;
			height:26px;
			margin-right:-50px;
			margin-top: 50px;
*/
	    position:absolute;
	    top:59px;
	    left:580px;

			    text-decoration: none;
			    /*color:#555;*/
			    color:#005BAC;
			    margin-left:3px;
			    /*font:16px Arial, Helvetica, sans-serif;*/
			    font:18px Arial, Helvetica, sans-serif;
			}
				.application a:hover {
    /*background-position: #005BAC;*/
    background: #005BAC;
	}

				.helplink 
			{
			/*float:right;
			width:0px;
			height:26px;
			margin-right:100px;
			margin-top: 50px;
*/
	    position:absolute;
	    top:59px;
	    left:775px;

			    text-decoration: none;
			    /*color:#555;*/
			    color:#fff;
			    margin-left:3px;
			    /*font:16px Arial, Helvetica, sans-serif;*/
			    font:18px Arial, Helvetica, sans-serif;
			}
				.helplink a:hover {
    /*background-position: #005BAC;*/
    background: #005BAC;
	}
		
			#ctl00_topo #menu img{
				float:left;
				margin:0;
				padding:0;
				}
/* End - Topo */
		
		
		
				
/* Área do menu principal*/

.menuHide 
{
    display: none;
}
.menuShow 
{
    display: block;
}

.mainMenu {
		 font:18px Arial, Helvetica, sans-serif;
		 text-align:center;
		 text-decoration:none;
		 color:#fff;
		 vertical-align:middle;
		  
 list-style: none;
 margin:0;
margin-left:1px;
margin-top:60px;
 padding:0;
 
  position:relative;
 z-index:597;
 float:right;

	}
	ul.dropdownm {
		 font:18px Arial, Helvetica, sans-serif;
		 text-align:center;
		 text-decoration:none;
		 color:#fff;
		 vertical-align:middle;
		 
		  font-weight: bold;
 
 
  position:relative;
 z-index:597;
 float:right;
		 width:100%;
		 
		  list-style: none;
 margin:0;
 margin-left:1px;
margin-top:1px;

padding:0;
    background: #005299;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-top:1px solid #fff;

 /*background-image: url(../img/menu_1x80.png);*/
 height:1px;

	}
	ul.dropdownm li {
		 font:18px Arial, Helvetica, sans-serif;
		 text-align:center;
		 text-decoration:none;
		 color:#fff;
		 vertical-align:middle;
		 
		  font-weight: bold;
 
 
  position:relative;

 float:right;
		 width:100%;
	 top:100%;
 left:0;
 z-index:598;
 width:230px;
	 
		  list-style: none;
 margin:0;
 margin-left:0;

padding:0;
    background: #005299;
border-left:1px solid #fff;
border-right:1px solid #fff;
border-top:1px solid #fff;

 /*background-image: url(../img/menu_1x80.png);*/
 height:32px;

	}
		ul.dropdownm li a 
		{
		 font:Arial, Helvetica, sans-serif;
		 text-align:center;
		 text-decoration:none;
		 color:#fff;
		 vertical-align:middle;
		 
		  font-weight: bold;

		    display: block;
			 font-weight:normal;
			 font-size:12px;
			 
			 	padding:4px;

		}


ul.dropdownm li.hover,
ul.dropdownm li:hover {
 position:relative;
 z-index:599;
 cursor:default;

}



ul.dropdownm li a {
 text-align:left;
 height:25px;
 line-height:25px;
 padding:3px;
 vertical-align:middle;

 padding-left:10px;

}
ul.dropdownm li a:hover {

    background: #005BAC;
    color:#fff;
}



ul.dropdownm ul {
display: none;

 position:absolute;
 top:100%;
 left:0;
 z-index:598;
 width:230px;

}
ul.dropdownm ul li{float:none}
ul.dropdownm ul li a {
 float:left;
 text-align:left;
 height:25px;
 line-height:25px;
 padding:3px;
 vertical-align:middle;
 padding-left:10px;

}
ul.dropdownm ul li a:hover {
    background: #005BAC;
    color:#fff;
}

ul.dropdownm ul {
 top:0;
 left:-100%;
 border-left:1px solid #fff
}

ul.dropdownm li:hover > ul {
 display: block;
}




/*End - Menu Principal*/

/*Divs Flutuantes*/
#boxPerfil{
	position:absolute;
	top:30px;
	left:827px;
	background:#030;
	z-index:600;
	width:120px;
	display:none
	}
#boxGerenciar{
	position:absolute;
	top:35px;
	left:823px;
	background:#030;
	z-index:600;
	width:120px;
	display:none
	}
#boxNameCliente{
	position:absolute;
	top:35px;
	left:171px;
	background:#eee;
	border-top:0;
	border-left:0;
	border-bottom:2px solid #ddd;
	border-right:2px solid #ddd;
	z-index:600;
	overflow-y:scroll;
	overflow-x:hidden;
	width:328px;
	height:200px;
	display:none
	}
	#boxNameCliente table a{
			font:14px Arial, Helvetica, sans-serif;
			color:#666;
			padding:5px;
			text-decoration:none;
			display:block;
			text-transform:uppercase
		}
	#boxNameCliente table tr:hover{
			background:#ccc;
			cursor:pointer
		}
	#boxNameCliente table .cell{
			background:#F8F8F8
		}
	.modalAjustes fieldset{
	    float:left;
	    width:745px;
	    height:285px;
	    overflow:auto;
	    border:none;
	    margin:0
	}
	.modalAjustes fieldset.fieldsetFormList 
	{
	    clear:both;
        border:1px solid #ddd;
        margin:0 0 5px 0;
        width:700px;
        padding:5px 5px 7px 7px;
        overflow:hidden;
    }
	.modalAjustes h2{
	    font:bold 14px Arial,Verdana;
	    color:#fff;
	    background:#999;
	}
/* End Divs Flutuantes*/

/* Tabs */
#contentTabs{
	float:left;
	}
#tabs{
    width:9000px;
    position:relative;
    top:0;
    left:0;
    		border-radius: 5px 5px 0 0;
	}
	#tabs div a:hover{
			text-decoration:underline
		}
	#tabs img{
		float:right;
		margin:3px 3px 0 1px;
	}
	#tabs a[title='Close Tab']{width:23px;}

	#tabs .ativa{
    /*background-position: #005BAC;*/
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#FFF;
		/*background:#005BAC;*/
		text-decoration:none;
		float:left;
		padding-left:5px;
		border-bottom:1px solid #005BAC;
		height:27px;
		margin-right:1px;
    border-bottom-color: #005BAC;

/*background: #005BAC; */
background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #005BAC), color-stop(100%, #004480));
  background-image: -moz-linear-gradient(#005BAC, #004480);
  background-image: -webkit-linear-gradient(#005BAC, #004480);
  background-image: linear-gradient(#005BAC, #004480);


    		border-radius: 5px 5px 0 0;





	}
		#tabs .ativa a{
			color:#FFF;
			line-height:27px;
			float:left;
			text-decoration:none
		}
	#tabs .inativa{
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#999;
		background:#ddd;
		border:1px solid #eee;
		text-decoration:none;
		float:left;
		height:27px;
		padding-left:5px;
		margin-right:1px;
		border:0;
		    		border-radius: 5px 5px 0 0;
	}
		#tabs .inativa a{
			color:#999;
			line-height:27px;
			float:left;
			text-decoration:none
		}

#subtab{
	width:970px;
	float:left;
		border-radius: 5px 5px 0 0;
}
	#subtab a.ativa{
 /*   background-position: #005BAC;*/
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#fff;/*#333*/
		text-decoration:none;
		float:left;
/*		background:#005BAC;*/
background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #005BAC), color-stop(100%, #004480));
  background-image: -moz-linear-gradient(#005BAC, #004480);
  background-image: -webkit-linear-gradient(#005BAC, #004480);
  background-image: linear-gradient(#005BAC, #004480);

		padding:4px;
		margin-right:1px;
		border-bottom:1px solid #005BAC;
		text-indent:0;
    border-bottom-color: #005BAC;
        		border-radius: 5px 5px 0 0;
	}
	#subtab a.inativa{
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#999;
		text-decoration:none;
		float:left;
		background:#ddd;
		padding:4px;
		margin-right:1px;
		border-bottom:1px solid #fff;
		text-indent:0;
		    		border-radius: 5px 5px 0 0;
	}
	#subtab a.ativa:hover{
			text-decoration:underline
	}
	#subtab a.inativa:hover{
			text-decoration:underline
	}
	
		#subtab a.ativaPendente{
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#333;
		text-decoration:none;
		float:left;
		background:#fea817;
		padding:4px;
		margin-right:1px;
		border-bottom:1px solid #fea817;
		text-indent:0;
                    border-radius: 5px 5px 0 0;
	}
	#subtab a.inativaPendente{
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#A2A2A2;
		text-decoration:none;
		float:left;
		background:#fce0cf;
		padding:4px;
		margin-right:1px;
		border-bottom:1px solid #fff;
		text-indent:0;
                    border-radius: 5px 5px 0 0;
	}
	#subtab a.ativaPendente:hover{
			text-decoration:underline
	}
	#subtab a.inativaPendente:hover{
			text-decoration:underline
	}

/*End - Tabs*/

/*Estrutura do Iframe*/
#masterIframe #titulo{
	width:980px;
	background:#005BAC;
	border:1px solid #005BAC;
    height:32px;
	float:left;
	margin:5px 0 7px 0;
}
	#titulo h2{
		color:#fff;
		font:bold 16px Arial, Helvetica, sans-serif;
		float:left;
		margin:5px 0 20px 5px;
	}
	#titulo .buttonPropriedades{
    background-position: -moz-linear-gradient(top,  #005BAC,  #eee);
		float:right;
		margin:1px 1px 0 0;
		background:#005BAC;
		height:28px;
		text-transform:uppercase;
		cursor:pointer;
		text-align:center;
		border:1px solid #005BAC;
		z-index:1000;
		padding-left:5px;
		background: #005BAC; /* para browsers sem suporte a CSS 3 */ 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005BAC', endColorstr='#eeeeee'); /* IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#005BAC), to(#eee)); /* webkit browsers */
    background: -moz-linear-gradient(top,  #005BAC,  #eee); /* Firefox 3.6+ */
	}
		#titulo .buttonPropriedades a{
			color:#333;
			font:bold 12px Arial, Helvetica, sans-serif;
			line-height:28px;
			text-decoration:none;
			padding-right:5px;
		}
	
		#titulo .buttonPropriedades a:hover{text-decoration:underline}
	
	    #titulo .buttonPropriedades img{margin:1px 3px 0 0}
	    
	.contentSubTab .navBotoes{
		float:left;
		width:980px;
	}
		.contentSubTab .navBotoes input[type='button']{
			float:right;
			margin:5px 5px 0 0;
		}
	.contentSubTab .barraFiltro{
    background-position: #005BAC;
			background:#005BAC;
			float:left;
			border:1px solid #005BAC;
			width:957px;
			margin:7px 0 0 5px;
			padding:5px;
		}
		
			.contentSubTabPendente .navBotoes{
		float:left;
		width:980px;
	}
		.contentSubTabPendente .navBotoes input[type='button']{
			float:right;
			margin:5px 5px 0 0;
		}
	.contentSubTabPendente .barraFiltro{
    background-position: #005BAC;
			background:#005BAC;
			float:left;
			border:1px solid #005BAC;
			width:957px;
			margin:7px 0 0 5px;
			padding:5px;
		}

	.contentSubTabRO .navBotoes{
		float:left;
		width:980px;
	}
		.contentSubTabRO .navBotoes input[type='button']{
			float:right;
			margin:5px 5px 0 0;
		}
	.contentSubTabRO .barraFiltro{
    background-position: #005BAC;
			background:#005BAC;
			float:left;
			border:1px solid #005BAC;
			width:957px;
			margin:7px 0 0 5px;
			padding:5px;
		}
		
			.contentSubTabROPendente .navBotoes{
		float:left;
		width:980px;
	}
		.contentSubTabROPendente .navBotoes input[type='button']{
			float:right;
			margin:5px 5px 0 0;
		}
	.contentSubTabROPendente .barraFiltro{
    background-position: #005BAC;
			background:#005BAC;
			float:left;
			border:1px solid #005BAC;
			width:957px;
			margin:7px 0 0 5px;
			padding:5px;
		}

		.barraFiltro #labelFiltro{
			font:bold 12px Arial, Helvetica, sans-serif;
			color:#666;
			float:left;
			margin-right:5px;
			line-height:20px;
		}
		.barraFiltro .boxFiltro{
			background:#fff;
			border:1px solid #999;
			float:left;
			color:#666;
			font:12px Arial, Helvetica, sans-serif;
			padding:2px;
			margin:0 2px 0 0;
		}
			.barraFiltro .boxFiltro img{margin:0 0 0 5px;float:right}
			
	    .barraFiltro .inputsFiltro{
			float:right;
		}
.gridView{
	float:left;
	width:968px;
	margin:10px 0 10px 5px;
	border:1px solid #005BAC
}
#navPagina{
	float:left;
	width:975px;
	margin:5px 0 5px 5px;
}
	#navPagina #numPagina{
		font:12px Arial, Helvetica, sans-serif;
		color:#333;
		float:left
	}
	#navPagina #linkPagina{
		font:12px Arial, Helvetica, sans-serif;
		float:right;
		margin-right:5px;
		color:#666;
		text-decoration:none;
	}
		#navPagina #linkPagina a{
			background:#fff;
			color:#666;
		}
		#navPagina #linkPagina a:hover{color:red}
.alignRight{float:right;margin:0 5px 0 0}

/*End - Estrutura do Iframe*/ 

/* Barra de Filtros */
#boxFiltro{
    background:#ddd;
    float:left;
    margin:0 0 10px 0;
    width:100%;  
}
#boxFiltro ul li{
    display:inline;
    line-height:20px;
    float:left
}
#boxFiltro ul li a{float:left}

#sessionMessage
{
    width:340px;
    height:70px;
    padding:15px 30px 15px 30px;
    background-color:#f0f0f0;
    border:solid 1px #fff;
}

#buttonFiltro{
    float:left;    
}
    #buttonFiltro ul li a{
        background:#fff url("../img/buttonClose.png") no-repeat right;
        padding:2px;
        padding-right:15px;
        font:12px Arial,Verdana;
        float:left;
        margin:0 3px 5px 0;
        text-decoration:none;
        color:#666
    }
    #buttonFiltro label{
        margin:5px;
        line-height:20px;
        float:left;
        color:#666
    }
    #buttonFiltro label ul li{margin:0;}
    #comboFiltro{float:right;margin:5px;}
    #comboFiltro label{margin:0}
    #comboFiltro select{
        margin:0 5px 0 0;
        height:20px;
        font:12px Arial,Verdana;
        border:1px solid #ccc;
    }
.boxPesquisaListBox{
    float:left;
    width:955px;
    margin:0 0 7px 0;
}
    .boxPesquisaListBox input[type='text']{
        font:12px Arial, Helvetica, sans-serif;
		color:#666;
		border-top:1px solid #abadb3;
		border-left:1px solid #dbdfe6;
		border-right:1px solid #dbdfe6;
		border-bottom:1px solid #e3e9ef;
		text-transform:none
    }
    .boxPesquisaListBox input[type='text']:focus{
        font:12px Arial, Helvetica, sans-serif;
		color:#666;
		border-top:1px solid #5794bf;
		border-left:1px solid #b7d5ea;
		border-right:1px solid #b7d5ea;
		border-bottom:1px solid #c7e2f1;
		text-transform:none
    }
    .boxPesquisaListBox input[type='text'][disabled]{
        font:12px Arial, Helvetica, sans-serif;
		color:#666;
		border-top:1px solid #abadb3;
		border-left:1px solid #dbdfe6;
		border-right:1px solid #dbdfe6;
		border-bottom:1px solid #e3e9ef;
		text-transform:none
    }
    .boxPesquisaListBox input[type='text'][disabled]:hover{
        font:12px Arial, Helvetica, sans-serif;
		border-top:1px solid #abadb3;
		border-left:1px solid #dbdfe6;
		border-right:1px solid #dbdfe6;
		border-bottom:1px solid #e3e9ef;
		text-transform:none
    }
    .boxPesquisaListBox input[type='image']{
        width:17px;
        height:17px;
        margin:0 0 0 3px;
    }
    .boxPesquisaListBox input.watermarkClass {
        color:#666;
        font:12px Arial,Verdana;
        text-transform:none
    }
    .boxPesquisaListBox p{margin:10px 0 0 0;width:100%}
/* END = Barra de Filtros */

/**/
.boxImage{
    float:left;
    width:100%;
    margin:0;
    padding:0
}
.boxImage img{
    float:left;
    padding:5px;
}
.btnAcao{
    float:left;
    width:25px;
}
.image{
    float:left;
    border:1px solid #ddd;
}
/**/   
.ModalPopupBG
            {
                background-color: #666699;
                filter: alpha(opacity=50);
                opacity: 0.7;
            }   
            
.ajax__html_editor_extender_texteditor
{
    background-color:White;
    color:#000;
}
.ajax__html_editor_extender_texteditor p
{
    background-color:White;
    color:#000;
}
 
 /* =======================
    widget for stats 
==============================*/

.widget-span6 {
    margin: 5px 5px 5px 5px;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    background-color: #ffffff;
    width: 460px;
}
.widget-span6 a {
    color: #005BAC;
    text-decoration: none;
}

.widget-span6 a:hover {
    color: #545454;
    text-decoration: underline;
}



.widget {
	
	position: relative;
	clear: both;
	
	width: auto;
	
	/*margin-bottom: 2em;*/
		
	overflow: hidden;
}
	
.widget-header {
	
	position: relative;
	
	height: 40px;
	line-height: 40px;
	
	background: #f9f6f1;
	background:-moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6f1), color-stop(100%,#f2efea)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* IE10+ */
	background:linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
	
	
	border: 1px solid #d6d6d6;
	
	
	-webkit-background-clip: padding-box;
}	
	

		.widget-header h3 {
		
		position: relative;
		top: 2px;
		left: 10px;
		
		display: inline-block;
		margin-right: 3em;
		
		font-size: 14px;
		font-weight: 800;
		color: #525252;
		line-height: 18px;
		
		text-shadow: 1px 1px 2px rgba(255,255,255,.5);
	}
		




.widget-content {
	padding: 20px 15px 15px;
	
	background: #FFF;
	
	
	border: 1px solid #D5D5D5;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget-header+.widget-content {
	border-top: none;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}




.stats {
	width: 100%;
	display: table;
	padding: 0 0 0 10px;
	margin-top: .5em;
	margin-bottom: 1.9em;
}
.stats .stat {
	display: table-cell;
	width: 40%;
	vertical-align: top;
	
	font-size: 11px;
	font-weight: bold;
	color: #999;
}



.big-stats-container .widget-content {
	border:0;
}
#big_stats 
{ 
	width: 100%; 
	display: table;
	margin-top: 1.5em;
}
#big_stats .stat
{
	width: 25%;
	height: 90px;
	text-align: center;
	display: table-cell;
	padding: 0;
	position: relative;
	
	border-right: 1px solid #CCC;
	border-left: 1px solid #FFF;
}
#big_stats  div  { font-size:18px; display:block; line-height: 40px; color:#b2afaa;}

#big_stats .stat:hover div {color:#005BAC;}

.bigstats{
         margin: 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
line-height: 18px;
    font-size: 18px;
    color: #999999;
    /* text-transform: uppercase; */
margin: 20px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
margin-bottom: 10px;}

.bigstats2{
         margin: 0;
    font-family: inherit;
    /*font-weight: bold;*/
    color: inherit;
    text-rendering: optimizelegibility;
line-height: 18px;
    font-size: 18px;
    color: black;
margin: 20px;
padding-bottom: 10px;
margin-bottom: 10px;}

.bigstats3{
         margin: 0;
    font-family: inherit;
    /*font-weight: bold;*/
    color: inherit;
    text-rendering: optimizelegibility;
line-height: 18px;
    font-size: 18px;
    color: black;
margin: 10px;
margin-left: 30px;
padding-bottom: 10px;
margin-bottom: 10px;}

#big_stats .stat:first-child {
	border-left: none;
}

#big_stats .stat:last-child {
	border-right: none;
}


#big_stats .stat .value
{
	font-size: 45px;
	font-weight: bold;
	color: #545454;
	line-height: 1em;
}

@media all and (max-width: 950px) and (min-width: 1px) {
	
	#big_stats {
		display: block;
		margin-bottom: -40px;
	}
	
	#big_stats .stat {
		width: 49%;
		display: block;
		margin-bottom: 3em;
		float: left;
	}	
	
	#big_stats .stat:nth-child(2) {
		border-right: none;
	}
	
	#big_stats .stat:nth-child(3) {
		border-left: none;
	}
	
}

@media (max-width: 767px) {
	#big_stats .stat .value {
		font-size: 40px;
	}
}
	
	
@media (max-width: 480px) {
	
	.stats .stat {
		
		margin-bottom: 3em;
	}
	
	.stats .stat .stat-value {
		margin-bottom: .15em;
		
		font-size: 20px;
	}
	
	.stats {
		float: left;
		
		display: block;
		
		margin-bottom: 0;
	}
	
}

   /* =======================
   END - widget for stats 
==============================*/
 
 
 /* ====================
   START - meter
=================================*/

.meter { 
	height: 10px;  /* Can be anything */
	position: relative;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 5px;
	box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}

.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow: 
    inset 0 2px 9px  rgba(255,255,255,0.3),
    inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
  margin-left: 0px;
}
 /* ====================
   END - meter
=================================*/

 /* ====================
   START - animated menu button
=================================*/

.menuButton {
 display: inline-block;
 cursor: pointer;
 float: left;
 height: 27px;
width: 25px;
margin-top: 2px;
}

.menuButtonBar1, .menuButtonBar2, .menuButtonBar3 {
 width: 21px;
 height: 3px;
 background-color: #333;
 margin: 4px 0;
 transition: 0.4s;
}

/* Rotate first bar */
.change .menuButtonBar1 {
 -webkit-transform: rotate(-45deg) translate(-3px, 7px) ;
 transform: rotate(-45deg) translate(-3px, 7px) ;
}

/* Fade out the second bar */
.change .menuButtonBar2 {
 opacity: 0;
}

/* Rotate last bar */
.change .menuButtonBar3 {
 -webkit-transform: rotate(45deg) translate(-3px, -7px) ;
 transform: rotate(45deg) translate(-3px, -7px) ;
}




.sidenav {
    height: 3000px;
    width: 0;
    position: absolute;
    z-index: 1;
   /* top: 0;
    left: 0;*/
    /*background-color: #111;*/
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
float: left;

}





.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#iframe {
    transition: margin-left .5s;
    /*padding: 16px;*/
}
 /* ====================
   END - animated menu button
=================================*/

 /* ====================
   START - side menu
=================================*/

/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	position: relative;
}
#cssmenu a {
	line-height: 1.3;
}

/* main div container */

#cssmenu {
	width: 250px;
	border-bottom: 4px solid #656659;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



/* top menu level */

#cssmenu > ul > li {
	background: #005BAC;
	background: -moz-linear-gradient(#005BAC 0%, #004480 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005BAC), color-stop(100%, #004480));
	background: -webkit-linear-gradient(#005BAC 0%, #004480 100%);
	background: linear-gradient(#005BAC 0%, #004480 100%);
}
#cssmenu > ul > li:hover {
	background: #007ae6;
	background: -moz-linear-gradient(#007ae6 0%, #005fb3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007ae6), color-stop(100%, #005fb3));
	background: -webkit-linear-gradient(#007ae6 0%, #005fb3 100%);
	background: linear-gradient(#007ae6 0%, #005fb3 100%);
}
#cssmenu > ul > li > a {
	font-size: .9em;
	display: block;
	background: url(menu_images/pattern.png) top left repeat;
	color: #ffffff;
	border: 1px solid #003666;
	border-top: none;
	text-shadow: 0 -1px 1px #00294d;
}
#cssmenu > ul > li > a > span {
	display: block;
	padding: 12px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
	text-decoration: none;
}
#cssmenu > ul > li.active {
	border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
	background: url(../img/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
	background: url(../img/icon_minus.png) 96% center no-repeat;
}


/* Sub menu */
#cssmenu ul ul {
	display: none;
	background: #fff;
	border-right: 1px solid #a2a194;
	border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
	padding: 0;
	border-bottom: 1px solid #d4d4d4;
	border-top: none;
	background: #f7f7f7;
	background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
	background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
	border-bottom: none;
}
#cssmenu ul ul a {
	padding: 10px 10px 10px 25px;
	display: block;
	color: #676767;
	font-size: .8em;
	font-weight: normal;
}
#cssmenu ul ul a:before {
	content: '\00BB';
	position: absolute;
	left: 10px;
	color: #005BAC;
}
#cssmenu ul ul a:hover {
	color: #005BAC;
}

 /* ====================
   END - side menu
=================================*/


.targetPaste {
border: 2px dashed #7f7f7f;
text-align: center;
vertical-align: middle;
line-height: 20px;
max-height: 500px;
max-width: 95%;
min-width: 95%;
position: relative;
overflow:hidden;
padding: 10px 10px 10px 10px;
}

.targetPaste > img {
max-width: 850px;
max-height: 500px;
}

 /* ====================
   BEGIN - Forum
=================================*/

.comment-list{list-style:none;margin:0;float:left}
.comment-wrap{width:950px;margin:0 0 30px 0;clear:both;border:1px solid #e1e2e2}
.comment-wrap.thread-starter{background:#fffbe9;border:1px solid #dcc76a}
.comment-wrap.answered{background:#ebf3de;border:1px solid #2b7625}
.comment-wrap.banned{background:#fff2f2;border:1px solid #9a0000}
.comment-wrap:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.comment-left-col{float:left;width:101px;padding:18px 10px 18px 17px;margin-right:0;overflow:hidden}
.comment-left-col img{width:40px;height:40px;border:none;padding:0;border-radius:50%}
.comment-left-col .post-title{margin-bottom:2px}
.comment-left-col .post-title a{color:#222;font-family:'Segoe UI Semibold','Segoe UI',Tahoma,Arial,Helvetica,sans-serif;font-weight:normal}
.comment-right-col{float:left;width:805px;padding:18px 17px 10px 0;position:relative;overflow-x:auto}
.comment-body{color:#222}
.comment-body table{margin:15px 0}
.comment-body td,.comment-body th{padding:5px;border:1px solid #e1e2e2}
.comment-nav{padding:10px 15px;margin:0;list-style:none;text-align:left;background:#efefef}
.comment-nav:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.comment-nav li{display:inline-block;margin:0;float:left}
.comment-nav .separator,.comment-nav a{margin:0;text-decoration:none}
.comment-nav .separator{padding:0 10px;color:#aaa}
.comment-nav li.last{float:right}
.comment-nav a:hover {text-decoration:underline}

.thread-starter .comment-nav{background:#fff1b5}
.banned .comment-nav{background:#da3b01}
.banned .comment-nav a{color:#fff}
.banned .comment-nav .separator{color:#9a0000}
.answered .comment-nav{background:#73b011}
.answered .comment-nav a{color:#fff}
.answered .comment-nav .separator{color:#2b7625}
.comment-right-col h3{margin:0;padding:0 0 3px 0;font-size:16px;}
.answered .comment-right-col h3{padding-left:25px;background:url(../images/sprite-forums.png) no-repeat 0 -600px}
.date{color:#222;font-size:12px;margin-bottom:18px;}
.comment-signiture,.comment-history{font-size:.923em;padding:10px 20px 10px 148px;color:#82878d;clear:both;border-top:1px solid #e1e2e2}
.comment-signiture a,.comment-history a{color:#82878d;text-decoration:underline}
.comment-signiture a:hover,.comment-history a:hover{color:#333}
.answered .comment-signiture,.answered .comment-history{border-top:1px solid #c2dd97}
.comment-history:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.comment-history ul{margin-bottom:0;float:right}
.comment-history li{list-style:square}
img.emoticon{margin-bottom:-4px}
code,#code-highlight-content{font-family:Consolas,"Courier New",Courier,monospace}
#code-highlight-content{font-size:.813em}
.post-thumb{border:1px solid #bcbcbc;padding:2px;background:#fff;display:block;margin:0}
a:hover .post-thumb{border:1px solid #034efa}
.post-title{font-weight:normal;margin:0;line-height:1.3em}
.post-level,.post-points{color:#222;margin:0 0 2px 0;line-height:1.3em;font-size:.923em}
.post-count{margin:0 0 5px 0;line-height:1.3em;font-size:.923em}
.post-rating{width:60px;height:12px;background:url(../images/sprite-level-ratings.png) no-repeat 0 1px;margin:0 0 4px 0}
.post-rating.Member{background-position:0 1px}
.post-rating.Participant{background-position:0 -14px}
.post-rating.Contributor{background-position:0 -29px}
.post-rating.Star{background-position:0 -44px}
.post-rating.All-Star{background-position:0 -59px}
.post-badge{width:70px;padding:2px;margin:0;font-size:11px;margin-top:3px;color:#fff;text-align:center}
.post-badge.moderator{background-color:#b54242}
.post-badge.microsoft{background-color:#7f7f7f}
.post-badge.net{background-color:#ab42b5}
.post-badge.mvp{background-color:#5b5d8e}
.post-badge.insider{background-color:#5486a4}
.post-badge.devteam{background-color:#d7894f}
/*td,th{font-family:'Segoe UI',Tahoma,Arial,Helvetica,sans-serif}*/

 /* ====================
   END - Forum
=================================*/
