.icones{
	position:relative;
	width:16px;
	height:16px;
	overflow:hidden;	
	cursor:pointer;
}
.figura-black{
	background:url(../imagens/icons-black.svg) no-repeat;
	position:absolute;
	width:469px;
	height:159px;
}
.figura-svg{
	background:url(../imagens/icons-black.svg) no-repeat;
	position:absolute;
	width:469px;
	height:159px;
}
.figura-white{
	background:url(../imagens/icons-white.svg) no-repeat;
	position:absolute;
	width:469px;
	height:159px;
}
.c1{
	left:0px;
}
.c2{
	left:-21px;
}
.c3{
	left:-48px;
}
.c4{
	left:-71px;
}
.c5{
	left:-95px;
}
.c6{
	left:-118px;
}
.c7{
	left:-142px;
}
.c8{
	left:-167px;
}
.c9{
	left:-190px;
}
.c10{
	left:-214px;
}
.c11{
	left:-239px;
}
.c12{
	left:-262px;
}
.c13{
	left:-288px;
}
.c14{
	left:-310px;
}
.c15{
	left:-336px;
}
.c16{
	left:-360px;
}
.c17{
	left:-383px;
}
.c18{
	left:-409px;
}
.c19{
	left:-431px;
}
.c20{
	left:-457px;
}
.l1{
	top:1px;	
}
.l2{
	top:-23px;	
}
.l3{
	top:-47px;	
}
.l4{
	top:-71px;	
}
.l5{
	top:-96px;	
}
.l6{
	top:-120px;	
}
.l7{
	top:-143px;	
}
.mensagem2 {
    font-size: 12px;
    line-height: 1.5;
    width: calc(100% - 40px) !important;
    min-height: 18px;
    position: relative;
    padding: 13px 0px;
    margin-left: 20px;
    margin-bottom: 16px;
    border-radius: 4px;
}
.msgIcone{
	width:16px;
	height:16px;	
}
.erro2{
	background-color:#F2DEDE;	
	color:#B94A48;
}
.sucesso2{
	background-color:#DFF0D8;
	color:#468847;
}
.toFecharOk{
	background-color:#DFF0D8; 
	opacity:1; 
	position:fixed; 
	top:0px; 
	left:0px; 
	z-index:999999; 
	border-bottom:1px solid #9FC76F; 
	color:#468847; 
	width:100%; 
	padding-top:15px;
	padding-bottom:15px;
}
.toFecharErro{
	opacity:1; 
	position:fixed; 
	top:0px; 
	left:0px; 
	z-index:999999; 
	background-color:#F2DEDE;
	border-bottom:1px solid #F27B81;	
	color:#B94A48; 
	width:100%; 
	padding-top:15px;
	padding-bottom:15px;
	
}
#msgTopo{
	opacity:0;	
}
.msgClasse{
	float:left;
	margin-right:10px;	
}
.fileCampo{
	height: 40px;
	line-height:40px;
    border-radius: 3px;
	position:relative;
	float:left;
	display:block;
	width: 400px;
	border: 1px solid #CCC;
	font-family:arial;
	font-size:12px;
	cursor:pointer;
}
.fileArquivo{
	position:fixed;
	z-index:-2;
	opacity:0;	
}
.btt-arq{
	width:70px;
	height:34px;
	line-height:34px;
	margin:2px;
	background:#6FB3E0;
	color:#FFF;
	text-align:center;
	float:right;	
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
.conteudo-arq{
	width: 249px;
	overflow: hidden;
	height:40px;
	line-height:40px;
	padding-left:10px;
	color:#333;
	font-size:12px;
	float:left;		
}
.icon-arq{
	width:34px;
	height:34px;
    border-radius: 3px;
	margin:2px;
	background:#D5D5D5;
	float:left;		
}
.icone-atual{
	background:url(../imagens/iconesfiles.png) no-repeat top left;
	width:36px;
	height:36px;	
    background-size: 93% !important;
}
.limpar{
	width:17px;
	height:17px;
	background:url(../imagens/retirar.jpg) no-repeat;
	cursor:pointer;
	float: left;
    margin-top: 11px;
    margin-left: 14px;
	display:none;
}
.download{
	width:17px;
	height:17px;
	background:url(../imagens/download.jpg) no-repeat;
	cursor:pointer;
	float: left;
    margin-top: 11px;
    margin-left: 5px;
	display:none;
}