/*cor das messagens do validate.js*/
.my-error-class {
	color:#FF0000;  /* vermelho */
}
.my-valid-class {
	color:#00CC00; /* verde */
}
	
	
.top-100 { margin-top:-100px; }
.top0 { margin-top:0px; }
.top5 { margin-top:5px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top32 { margin-top:32px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }
.top55 { margin-top:50px; }
.top60 { margin-top:60px; }
.top70 { margin-top:70px; }
.top80 { margin-top:80px; }
.top90 { margin-top:90px; }
.top100 { margin-top:100px; }
.top110 { margin-top:110px; }
.top120 { margin-top:120px; }
.top130 { margin-top:130px; }
.top140 { margin-top:140px; }
.top150 { margin-top:150px; }
.top160 { margin-top:160px; }
.top170 { margin-top:170px; }
.top180 { margin-top:180px; }
.top190 { margin-top:190px; }
.top200 { margin-top:200px; } 
.top500 { margin-top:500px; }

.cursor-default{cursor: default;}
.cursor-pointer{cursor: pointer;}
.cursor-croshair{cursor: crosshair;}
.cursor-eresize{cursor: e-resize;}
.cursor-move{cursor: move;}


/* Scrool lista de imagens no editar acervo documental*/
#lista-ficheiros-digital{
	overflow: auto;
	height:500px;
}
.capitalize {
    text-transform: capitalize;
}
imagens-sistema-thumbs{
	position:relative;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
}

.imagens-sistema-thumbs-lixo{
	position:absolute;
	bottom:15px;
	right:10px;
	font-size:1.7vw;
	cursor:pointer;
}  

.dropzone-box{
	padding:15px; 
}

.logo-default1{
	width:155px;
}
