.alert-box p{margin: 0;}
.espaco{margin-right: 5px;}
fieldset{padding:1.5%}
/* Tabelas */
.dataTables_scrollHead{clear:both !important}
table.data-table{margin-bottom: 0px !important;}
a.table-actions{width: 16px; height: 16px; display: inline-block; background-position: center center; background-repeat: no-repeat; margin-right: 3px;}
.table-edit{background: url("../img/actions-edit.png");}
.table-pass{background: url("../img/actions-pass.png");}
.table-delete{background: url("../img/actions-delete.png");}
.table-view{background: url("../img/actions-view.png");}
th.sorting_asc{background: url("../img/order-asc.png") right center no-repeat;}
th.sorting_desc{background: url("../img/order-desc.png") right center no-repeat;}
/* htmleditor */
.mceLayout{margin-bottom:12px !important;}
/* diversos */
.retorno{margin-top:10px;}
.retorno img{margin:0 5px 5px 0;}
.padding0{padding: 0;}
.red{color:red;}
.bold{font-weight: bold;}
/*-------------FORM login--------------*/
.loginform{
	max-width: 300px;
	margin: 0 auto;
	padding: 15px;
	margin-top: 20px;
	border: 1px solid #CCC;
	border-radius: 10px;
}
.btn-right{
	float: right;
}
.input-file{
	margin: 0 0 30px 0;
	padding:0;
}