


.dashboard .tags{
    margin: 40px auto;
    text-align: center;
}
.dashboard .tags .tag{
    height: 115px;
    text-align: center;
    position: relative;
    vertical-align: middle;
    border: 1px solid #FFF;
    margin: 0px 0 10px;
}
.dashboard .tags .tag .fa{
    font-size: 45px;
    position: relative;
    margin: 30px 0;
}
.dashboard .tags .tag h5{
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}




.panel{
    text-align: left;
}

.panel-heading .referencia{
	text-align: right;
}

input[type=text],
textarea{
	/*background: transparent;*/
	border: 1px solid #eee;
	/*padding: 7px;*/
}




.tabela_registos{
    margin: 10px 0;
}

.filterBox{
    border: 1px solid #EEE;
}
.opcoes a, .opcoes span{
    padding: 5px;
}

.lista_vazia{
    text-align: center;
    color: #CCC;
    margin: 10px;
}

.loader { width: 14px; height: 14px; display: block; background: url(/img/wait.gif) no-repeat; }
.nif_status.error { color: red; }
.nif_status.success { color: green; }


.table td.truncate{
	white-space: nowrap; text-overflow:ellipsis; overflow: hidden; max-width:1px;
}
.registos .table td.opcoes{
	min-width: 165px;
}
.registos .btn, .registos_editar .btn{
	padding: 5px 10px !important;
}
.registos h1, .registos_editar h1{
	font-size: 120%;
}